From 7edcf4c45101a7c67c2aabbed919e109a19caab5 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Wed, 1 Oct 2014 10:48:34 +0200 Subject: [PATCH] adapt Rakefile to submit to correct build service project in maintenance branch SLE-12-GA --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index 927a322..bf3b0ec 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,10 @@ require "yast/rake" Yast::Tasks.configuration do |conf| + conf.obs_api = "https://api.suse.de/" + conf.obs_target = "SLE_12" + conf.obs_sr_project = "SUSE:SLE-12:Update:Test" + conf.obs_project = "Devel:YaST:SLE-12" #lets ignore license check for now conf.skip_license_check << /.*/ end