Skip to content

Commit

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

Packaging.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
end

0 comments on commit 8f9619a

Please sign in to comment.