[ARVADOS-DEV] updated: c9182875d51afe9407271334d0be1fdbd718c4d1

git at public.curoverse.com git at public.curoverse.com
Thu Jul 16 18:02:59 EDT 2015


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

       via  c9182875d51afe9407271334d0be1fdbd718c4d1 (commit)
      from  ef2d37b1b95aa57a2840080995ee0555b7a64f50 (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 c9182875d51afe9407271334d0be1fdbd718c4d1
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Jul 16 18:02:30 2015 -0400

    run-deploy.sh improvements: remove the need for a .ssh/config entry for
    the shortname of each API server. Thanks for the suggestion Nico.
    
    No issue #

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 519c126..398a050 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -190,11 +190,11 @@ KEEP_NODES=`ARVADOS_API_HOST=$ARVADOS_API_HOST ARVADOS_API_TOKEN=$ARVADOS_API_TO
 
 title "Updating API server"
 SUM_ECODE=0
-run_puppet $IDENTIFIER ECODE
+run_puppet $IDENTIFIER.arvadosapi.com ECODE
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
-run_command $IDENTIFIER ECODE "/usr/local/bin/arvados-api-server-upgrade.sh"
+run_command $IDENTIFIER.arvadosapi.com ECODE "/usr/local/bin/arvados-api-server-upgrade.sh"
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
-run_command $IDENTIFIER ECODE "dpkg -L arvados-mailchimp-plugin 2>/dev/null && apt-get install arvados-mailchimp-plugin --reinstall || echo"
+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 [[ "$SUM_ECODE" != "0" ]]; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list