Skip to content

Commit

Permalink
reverted lost Rakefile part
Browse files Browse the repository at this point in the history
lost during SLE12 branch merge
  • Loading branch information
lslezak committed Dec 4, 2014
1 parent 56bd4f9 commit 0972919
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
@@ -1,5 +1,10 @@
require "yast/rake"

# do nothing in osc:build as it can be builds exclusivelly on s390
if `uname --machine` !~ /s390/
Rake::Task["osc:build"].clear_actions
end

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
Expand Down

0 comments on commit 0972919

Please sign in to comment.