Skip to content

Commit

Permalink
Configure rake to commit to YaST:storage-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Jul 14, 2016
1 parent c805270 commit 5563d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -3,4 +3,8 @@ require "yast/rake"
Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
# Commit to the storage-ng project
conf.obs_project = "YaST:storage-ng"
# Make sure 'rake osc:sr' fails
conf.obs_sr_project = nil
end

0 comments on commit 5563d88

Please sign in to comment.