Skip to content

Commit

Permalink
Submit to CASP
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 4, 2016
1 parent 691d495 commit 2711a2c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Rakefile
@@ -1,8 +1,12 @@
require "yast/rake"

Yast::Tasks.submit_to :sle12sp2

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/

# submit to CASP
conf.obs_api = "https://api.suse.de/";
conf.obs_project = "Devel:YaST:CASP:1.0"
conf.obs_target = "CASP_1.0"
conf.obs_sr_project = "Devel:CASP:1.0"
end

0 comments on commit 2711a2c

Please sign in to comment.