From 5fd509a5440d5dffd333eeb3e60b7a62dc105cda Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Thu, 13 Oct 2016 17:24:58 +0200 Subject: [PATCH] Fixed Jenkins setup --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 595579e5..4516b758 100644 --- a/Rakefile +++ b/Rakefile @@ -16,10 +16,11 @@ Packaging.configuration do |conf| conf.package_dir = ".obsdir" # Makefile.ci puts it there conf.skip_license_check << /.*/ + # defined in Rakefile in https://github.com/openSUSE/packaging_rake_tasks conf.obs_api = "https://api.opensuse.org/" conf.obs_project = "filesystems:snapper" conf.obs_target = "openSUSE_Factory" - conf.obs_sr_project = "openSUSE_Factory" + conf.obs_sr_project = "filesystems:snapper" end desc 'Pretend to run the test suite' -- 2.47.3