Add trailing slash to reprepro-import URL

This was not exposed in testing, as we only a single directory.
Without the trailing slash, we end up downloading all uploaded
packages.

Change-Id: I5442023dfea14b9e70a511222929070086fe7312
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-07-13 13:11:23 -04:00
parent eded539dbc
commit 1f068e7668
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
--cut-dirs=4 \
-R "index.html*" \
--directory-prefix=$PACKAGE_DIR \
$URL
$URL/
REPREPRO="k5start -t -f /etc/packaging.keytab \
service/packaging \