[ARVADOS-DEV] updated: 301f4e3ad12f7ff3c08b352b05dc7886c629900e

git at public.curoverse.com git at public.curoverse.com
Thu Jun 4 10:40:40 EDT 2015


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

       via  301f4e3ad12f7ff3c08b352b05dc7886c629900e (commit)
      from  05ee30be7534c9234ccf029076563ccc7e7a8189 (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 301f4e3ad12f7ff3c08b352b05dc7886c629900e
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Jun 4 10:40:29 2015 -0400

    Name change for the arvados-api-server and arvados-workbench packages - part 2.
    
    refs #6096

diff --git a/jenkins/run-deploy.sh b/jenkins/run-deploy.sh
index 168a16d..a8aa6d5 100755
--- a/jenkins/run-deploy.sh
+++ b/jenkins/run-deploy.sh
@@ -63,7 +63,7 @@ SUM_ECODE=0
 # Install updated debian packages
 title "Deploying updated arvados debian packages"
 
-ssh -p2222 root@$IDENTIFIER.arvadosapi.com -C "apt-get update && apt-get -qqy install arvados-src python-arvados-fuse python-arvados-python-client arvados-api-server-bare"
+ssh -p2222 root@$IDENTIFIER.arvadosapi.com -C "apt-get update && apt-get -qqy install arvados-src python-arvados-fuse python-arvados-python-client arvados-api-server"
 
 ECODE=$?
 SUM_ECODE=$(($SUM_ECODE + $ECODE))
@@ -103,7 +103,7 @@ title "Deploying workbench"
 # Install updated debian packages
 title "Deploying updated arvados debian packages"
 
-ssh -p2222 root at workbench.$IDENTIFIER.arvadosapi.com -C "apt-get update && apt-get -qqy install python-arvados-fuse python-arvados-python-client arvados-workbench-bare"
+ssh -p2222 root at workbench.$IDENTIFIER.arvadosapi.com -C "apt-get update && apt-get -qqy install python-arvados-fuse python-arvados-python-client arvados-workbench"
 
 ECODE=$?
 SUM_ECODE=$(($SUM_ECODE + $ECODE))

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list