From: Stefan Hundhammer Date: Thu, 13 Oct 2016 15:24:58 +0000 (+0200) Subject: Fixed Jenkins setup X-Git-Tag: v0.4.0~11^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F283%2Fhead;p=thirdparty%2Fsnapper.git Fixed Jenkins setup --- 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'