[ARVADOS] updated: 1.1.3-251-g7a50714
Git user
git at public.curoverse.com
Thu Mar 22 13:33:09 EDT 2018
Summary of changes:
build/run-library.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 7a50714b16fb5a0f32898080b1b97dc43d31a901 (commit)
from 8db2c1a98d339afca7ae1e33c65d46ef7f785d41 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7a50714b16fb5a0f32898080b1b97dc43d31a901
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Mar 22 14:33:03 2018 -0300
13200:fix slash on centos repo
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 6c220e1..8c446b9 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -288,13 +288,13 @@ test_package_presence() {
fi
done
else
- centos_repo="http://rpm.arvados.org/CentOS/7/dev/x86_64"
+ centos_repo="http://rpm.arvados.org/CentOS/7/dev/x86_64/"
repo_pkg_list=$(curl -o - ${centos_repo})
echo ${repo_pkg_list} |grep -q ${pkgname}
if [ $? -eq 0 ]; then
echo "Package $complete_pkgname exists, not rebuilding!"
- curl -o ./${pkgname} ${centos_repo}/${pkgname}
+ curl -o ./${pkgname} ${centos_repo}${pkgname}
return 1
else
echo "Package $complete_pkgname not found, building"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list