From 560ebc46361111245655647c3354c61ce0d2e31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 2 Dec 2016 11:06:29 +0000 Subject: [PATCH] Submit to 'casp10' target (#247) --- Rakefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Rakefile b/Rakefile index 137d2a62d..7a61aed62 100644 --- a/Rakefile +++ b/Rakefile @@ -1,12 +1,8 @@ require "yast/rake" +Yast::Tasks.submit_to :casp10 + 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