[ARVADOS-DEV] updated: 84dd5e80955f6fd3c5a26c0eb752c765e5011c5c
git at public.curoverse.com
git at public.curoverse.com
Mon Jul 7 15:12:16 EDT 2014
Summary of changes:
jenkins/run-deploy.sh | 13 +++++++++++++
1 file changed, 13 insertions(+)
via 84dd5e80955f6fd3c5a26c0eb752c765e5011c5c (commit)
from b67325fa722e4cf3d2e68cffa401ee1304866396 (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 84dd5e80955f6fd3c5a26c0eb752c765e5011c5c
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Jul 7 15:11:37 2014 -0400
Make sure to bring the arvados debian packages up to the latest version
when deploying via jenkins.
no issue #
diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index c23aefc..6509e91 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -85,6 +85,19 @@ fi
title "Deploying API server complete"
+# Install updated debian packages
+title "Deploying updated arvados debian packages"
+
+ssh -p2222 $IDENTIFIER.arvadosapi.com -C "apt-get update && apt-get install arvados-src python-arvados-fuse python-arvados-python-client"
+
+if [[ "$ECODE" != "0" ]]; then
+ title "!!!!!! DEPLOYING DEBIAN PACKAGES FAILED !!!!!!"
+ EXITCODE=$(($EXITCODE + $ECODE))
+ exit $EXITCODE
+fi
+
+title "Deploying updated arvados debian packages complete"
+
# Deploy Workbench
title "Deploying workbench"
cd "$WORKSPACE"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list