From 3b375c503869031fb14d84d1418acbd59368b822 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Mon, 18 Jan 2016 12:08:16 +0100 Subject: [PATCH] Rakefile: strip branch name. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 4bcda8a8..83341ad8 100644 --- a/Rakefile +++ b/Rakefile @@ -12,6 +12,7 @@ require "yast/tasks" Yast::Tasks.submit_to(ENV.fetch("YAST_SUBMIT", "factory").to_sym) Packaging.configuration do |conf| + conf.package_name.sub!(/-.*/, "") # strip branch name conf.package_dir = ".obsdir" # Makefile.ci puts it there conf.skip_license_check << /.*/ end -- 2.47.3