From 6440cf4d5358f2ac26698de92820b4bc490c020c Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Thu, 1 Sep 2016 15:33:15 +0200 Subject: [PATCH] adapt Rakefile to submit to correct build service project in maintenance branch SLE-12-SP2 --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 4ccb031..6fc9dcb 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,7 @@ require "yast/rake" +Yast::Tasks.submit_to :sle12sp2 + Yast::Tasks.configuration do |conf| conf.skip_license_check << /\.desktop$/ end