From d0f697b94af131ab60802deb4c11e8fe0fc5acb4 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Wed, 1 Oct 2014 10:45:47 +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