aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrol/sandbox-create4
1 files changed, 3 insertions, 1 deletions
diff --git a/control/sandbox-create b/control/sandbox-create
index 66bbe39..47ef143 100755
--- a/control/sandbox-create
+++ b/control/sandbox-create
@@ -10,6 +10,8 @@
# Create cloud-buildd sandbox from scratch
#
+set -e
+
if [ "$1" == "" ]; then
echo "$0 - Create cloud-buildd sandbox in the cloud"
echo "Usage: $0 <ec2 keypair name>"
@@ -38,7 +40,7 @@ ssh -A ubuntu@$instance_hostname <<EOF
bzr lp-login pfalcon
linaro-android-build-tools/control/deploy-jenkins-config
sleep 40
- cd linaro-android-build-tools/control/job-mangle
+ cd linaro-android-build-tools/utils/mangle-jobs
sudo ./mangle-jobs reset-cron.mangle --user=frontend --passwd-file=/var/lib/linaro-abs-frontend/jenkins-password --really
EOF
fi