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 openSUSE-13_2
  • Loading branch information
jreidinger committed Nov 27, 2014
1 parent ec392c0 commit f998f21
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.opensuse.org"
conf.obs_target = "openSUSE_13.2"
conf.obs_sr_project = "openSUSE:13.2:Update"
conf.obs_project = "YaST:openSUSE:13.2"
conf.skip_license_check << /testsuite/ #skip all testsuites
conf.skip_license_check << /scr\/doc\/scr-arch.sda/ #skip binary file
conf.skip_license_check << /.*/ #skip all temporary, as there is too much failures
Expand Down

0 comments on commit f998f21

Please sign in to comment.