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 9d34c2e commit 408c238
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
require "yast/rake"

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

1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.0
3 changes: 0 additions & 3 deletions VERSION.cmake

This file was deleted.

0 comments on commit 408c238

Please sign in to comment.