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 e7ce247 commit 3ca17bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,10 @@ 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

# safety check - make sure the RNG file is up to date
Expand Down

0 comments on commit 3ca17bd

Please sign in to comment.