You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 05:24:33 UTC

svn commit: r1131572 - /incubator/mesos/trunk/src/ec2/deploy.karmic64/root/nexus-ec2/setup

Author: benh
Date: Sun Jun  5 03:24:33 2011
New Revision: 1131572

URL: http://svn.apache.org/viewvc?rev=1131572&view=rev
Log:
minor bug fix to #30 (closed by commit de3b29e0283f21229721d9ab847ee9700751b09)

Modified:
    incubator/mesos/trunk/src/ec2/deploy.karmic64/root/nexus-ec2/setup

Modified: incubator/mesos/trunk/src/ec2/deploy.karmic64/root/nexus-ec2/setup
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/ec2/deploy.karmic64/root/nexus-ec2/setup?rev=1131572&r1=1131571&r2=1131572&view=diff
==============================================================================
--- incubator/mesos/trunk/src/ec2/deploy.karmic64/root/nexus-ec2/setup (original)
+++ incubator/mesos/trunk/src/ec2/deploy.karmic64/root/nexus-ec2/setup Sun Jun  5 03:24:33 2011
@@ -83,6 +83,7 @@ if [[ "$DOWNLOAD_METHOD" == "git" ]] ; t
   rm -rf nexus nexus.tgz
   # Set git SSH command to a script that uses -o StrictHostKeyChecking=no
   GIT_SSH=/root/nexus-ec2/ssh-no-keychecking git clone $REPOSITORY nexus
+  pushd nexus 2>&1
   GIT_SSH=/root/nexus-ec2/ssh-no-keychecking git checkout $BRANCH
   popd > /dev/null 2>&1
   DOWNLOADED=1