[ARVADOS-DEV] updated: 40fff998c296ff1fa3ae681a1ae4c06df7f6abe5

git at public.curoverse.com git at public.curoverse.com
Wed Oct 28 17:22:23 EDT 2015


Summary of changes:
 jenkins/test-packages-centos6.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  40fff998c296ff1fa3ae681a1ae4c06df7f6abe5 (commit)
      from  426e8062746c72854622a7a676c8f5c51fef45ff (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 40fff998c296ff1fa3ae681a1ae4c06df7f6abe5
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed Oct 28 17:21:06 2015 -0400

    Make sure that the CentOS 6 test script actually does the yum update call.
    
    refs #7370

diff --git a/jenkins/test-packages-centos6.sh b/jenkins/test-packages-centos6.sh
index c8a62b5..f8f1e1b 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 update
+    yum -q -y update
     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