]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Fixed Jenkins setup 283/head
authorStefan Hundhammer <shundhammer@suse.de>
Thu, 13 Oct 2016 15:24:58 +0000 (17:24 +0200)
committerStefan Hundhammer <shundhammer@suse.de>
Thu, 13 Oct 2016 15:24:58 +0000 (17:24 +0200)
Rakefile

index 595579e592124e599df07fb1df80e794a7541ed0..4516b758f95b52c3b2b3632cccbbc863c2828d76 100644 (file)
--- 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'