Skip to content

Commit

Permalink
adapt rakefile to use yast rake config
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 8, 2013
1 parent 097c6a7 commit 9295ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "yast/rake"

Packaging.configuration do |conf|
Yast::Tasks.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
Expand Down

0 comments on commit 9295ca0

Please sign in to comment.