[ARVADOS] updated: 1.1.3-252-g32ef754
Git user
git at public.curoverse.com
Thu Mar 22 14:11:00 EDT 2018
Summary of changes:
build/run-library.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 32ef7547c130f3d8d5791c86d95b67c9a8cbd79b (commit)
from 7a50714b16fb5a0f32898080b1b97dc43d31a901 (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 32ef7547c130f3d8d5791c86d95b67c9a8cbd79b
Author: Javier Bértoli <jbertoli at veritasgenetics.com>
Date: Thu Mar 22 15:10:12 2018 -0300
Varnames
refs #13200
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 8c446b9..647e8ad 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -280,7 +280,7 @@ test_package_presence() {
echo ${repo_pkg_list} |grep -q ${pkgname}
if [ $? -eq 0 ]; then
echo "Package $complete_pkgname exists, not rebuilding!"
- curl -o ./${pkgname} http://apt.arvados.org/pool/${D}/main/${repo_subdir}/${pkgname}
+ curl -o ./${complete_pkgname} http://apt.arvados.org/pool/${D}/main/${repo_subdir}/${complete_pkgname}
return 1
else
echo "Package $complete_pkgname not found, building"
@@ -294,7 +294,7 @@ test_package_presence() {
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 ./${complete_pkgname} ${centos_repo}${complete_pkgname}
return 1
else
echo "Package $complete_pkgname not found, building"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list