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 af2c143 commit e376f57
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 e376f57

Please sign in to comment.