[ARVADOS-DEV] updated: 8aca507cfd8f30ca1db57d34c4dfa050b9652332

Git user git at public.curoverse.com
Fri Dec 23 08:39:30 EST 2016


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

       via  8aca507cfd8f30ca1db57d34c4dfa050b9652332 (commit)
      from  00139289187badceb1c31f92a6937a5288f969b0 (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 8aca507cfd8f30ca1db57d34c4dfa050b9652332
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri Dec 23 08:39:02 2016 -0500

    We now have improved mailchimp plugin packaging, this hack is no longer needed.
    
    refs #9982

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index c0b817f..37654e8 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -189,11 +189,6 @@ title "Updating API server"
 SUM_ECODE=0
 run_puppet $IDENTIFIER.arvadosapi.com ECODE
 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