Skip to content

Commit

Permalink
adapt Rakefile to submit to correct build service project in maintena…
Browse files Browse the repository at this point in the history
…nce branch SLE-12-GA
  • Loading branch information
jreidinger committed Oct 1, 2014
1 parent 1daa556 commit 7edcf4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
@@ -1,6 +1,10 @@
require "yast/rake"

Yast::Tasks.configuration do |conf|
conf.obs_api = "https://api.suse.de/"
conf.obs_target = "SLE_12"
conf.obs_sr_project = "SUSE:SLE-12:Update:Test"
conf.obs_project = "Devel:YaST:SLE-12"
#lets ignore license check for now
conf.skip_license_check << /.*/
end

0 comments on commit 7edcf4c

Please sign in to comment.