[ARVADOS] updated: 1.1.3-250-g8db2c1a
Git user
git at public.curoverse.com
Thu Mar 22 13:16:22 EDT 2018
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8db2c1a98d339afca7ae1e33c65d46ef7f785d41 (commit)
from ca1ff99bc33241afe3e3edacc4c609babd2fa436 (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 8db2c1a98d339afca7ae1e33c65d46ef7f785d41
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Mar 22 14:16:09 2018 -0300
13200:remove repo_subdir for centos
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 a4820f0..6c220e1 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -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}/${repo_subdir}/${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