Skip to content

Commit

Permalink
Not use submit_to until yast-rake was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jan 20, 2017
1 parent 7af1dd4 commit f272f1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
@@ -1,8 +1,10 @@
require "yast/rake"

Yast::Tasks.submit_to :casp10

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

0 comments on commit f272f1c

Please sign in to comment.