Merge "Update reprepro-import build to support multiple files"

This commit is contained in:
Jenkins 2016-08-08 20:47:10 +00:00 committed by Gerrit Code Review
commit cb80e31ac7
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@
# Get an afs token and import the packages to reprepro
echo "Obtaining token and importing packages to reprepro"
$REPREPRO include {codename}-$BRANCH $PACKAGE_DIR/*.changes
$FILES=$PACKAGE_DIR/*.changes
for f in $FILES; do
$REPREPRO include {codename}-$BRANCH $f
done
echo "Checking state of mirror"
$REPREPRO checkpool fast