[ARVADOS-DEV] updated: be68e901353548dd87ccadcd62ae82551b1995d2

git at public.curoverse.com git at public.curoverse.com
Wed Oct 7 10:15:07 EDT 2015


Summary of changes:
 jenkins/run-deploy.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

       via  be68e901353548dd87ccadcd62ae82551b1995d2 (commit)
      from  2d11eaae9b48ebf7998b37d978466d26ddcfc769 (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 be68e901353548dd87ccadcd62ae82551b1995d2
Author: Nico Cesar <nico at curoverse.com>
Date:   Wed Oct 7 10:09:16 2015 -0400

    7460: c97qk doesnt need mailchimp deployed. this caused deploy to fail in Ubuntu
    
    refs #7460

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 06680a0..8762aae 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -145,8 +145,11 @@ run_puppet $IDENTIFIER.arvadosapi.com ECODE
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
 run_command $IDENTIFIER.arvadosapi.com ECODE "/usr/local/bin/arvados-api-server-upgrade.sh"
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
-run_command $IDENTIFIER.arvadosapi.com ECODE "dpkg -L arvados-mailchimp-plugin 2>/dev/null && apt-get install arvados-mailchimp-plugin --reinstall || echo"
-SUM_ECODE=$(($SUM_ECODE + $ECODE))
+if [ ! "$IDENTIFIER" = "c97qk" ]
+then
+  run_command $IDENTIFIER.arvadosapi.com ECODE "dpkg -L arvados-mailchimp-plugin 2>/dev/null && apt-get install arvados-mailchimp-plugin --reinstall || echo"
+  SUM_ECODE=$(($SUM_ECODE + $ECODE))
+fi
 
 if [[ "$SUM_ECODE" != "0" ]]; then
   title "ERROR: Updating API server FAILED"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list