From 416056a8c177dbc9c2a39af25820d4be7a294a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 4 Nov 2016 16:04:20 +0000 Subject: [PATCH] Submit to master * This reverts commit 8ade4da6073651900ea2f7a7e616ea400a7505c3. --- Rakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Rakefile b/Rakefile index 137d2a6..927a322 100644 --- a/Rakefile +++ b/Rakefile @@ -3,10 +3,4 @@ require "yast/rake" 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