Skip to content

Commit

Permalink
add rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 1, 2013
1 parent 44c215a commit 4d214c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require "yast/rake"

Packaging.configuration do |conf|
conf.skip_license_check << /testsuite/ #skip all testsuites
conf.skip_license_check << /scr\/doc\/scr-arch.sda/ #skip binary file
conf.skip_license_check << /.*/ #skip all temporary, as there is too much failures
end

0 comments on commit 4d214c8

Please sign in to comment.