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