From 175b36a9c273aed10c3f366492553d79f35d5f28 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Wed, 1 Oct 2014 10:50:01 +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 9fb27b94..85d067ad 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