From cb5d09ec6bf93ccaef3b5794a0f372cdba959054 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 22 Jun 2016 23:44:33 +0200 Subject: [PATCH] Prefix package upload folder by /packaging-deb Currently, the upload is done directly at: http://tarballs.openstack.org/openstack-pkg-tools/ That's not what we need: we don't want to have http://tarballs.openstack.org/nova/ full of debian packages, so it's best to have: http://tarballs.openstack.org/packaging-deb/nova/ for example. So, this patch is a trivial fix to the deb-pkgs publisher macro that adds the prefix. Change-Id: I6df97318dd995e6f562513ad917f93c13b7b2293 --- jenkins/jobs/macros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/macros.yaml b/jenkins/jobs/macros.yaml index 4b7fddef77..46acb98b0a 100644 --- a/jenkins/jobs/macros.yaml +++ b/jenkins/jobs/macros.yaml @@ -894,7 +894,7 @@ - scp: site: 'tarballs.openstack.org' files: - - target: 'tarballs/{project}/' + - target: 'tarballs/packaging-deb/{project}/' source: 'uploads/**' keep-hierarchy: true