[ARVADOS-DEV] updated: 846f42e54e6f2e4b00802c5f1a45cb2ec1b23674
git at public.curoverse.com
git at public.curoverse.com
Thu Oct 29 12:28:23 EDT 2015
Summary of changes:
jenkins/test-packages-centos6.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 846f42e54e6f2e4b00802c5f1a45cb2ec1b23674 (commit)
from 69e10b5d9116fed733b192ba902d2dc7ad68a076 (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 846f42e54e6f2e4b00802c5f1a45cb2ec1b23674
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Oct 29 12:28:15 2015 -0400
Remove unnecessary yum update. touch RPM database to work around overlayfs bug.
refs #7370
diff --git a/jenkins/test-packages-centos6.sh b/jenkins/test-packages-centos6.sh
index f8f1e1b..1aca953 100755
--- a/jenkins/test-packages-centos6.sh
+++ b/jenkins/test-packages-centos6.sh
@@ -5,7 +5,7 @@ if ! python --version |& grep "Python 2.7" >/dev/null ; then
exec scl enable python27 $0
else
yum -q clean all
- yum -q -y update
+ touch /var/lib/rpm/*
if ! yum -q install --assumeyes \
python27-python-arvados-python-client python27-python-arvados-fuse arvados-node-manager
then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list