Skip to content

Commit

Permalink
Merge pull request #405 from ancorgs/jenkins_ng
Browse files Browse the repository at this point in the history
Configure rake to commit to YaST:storage-ng
  • Loading branch information
ancorgs committed Jul 14, 2016
2 parents e7ce247 + 3ca17bd commit bab1441
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 bab1441

Please sign in to comment.