From 8581cb7c9b70286faea0665acb4e9df6136822db Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 23 May 2012 18:57:07 +0300 Subject: Allow to override branch from which code check out for run-on-sandbox stage. --- control/sandbox-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'control/sandbox-create') diff --git a/control/sandbox-create b/control/sandbox-create index 774c3fb..55a91d4 100755 --- a/control/sandbox-create +++ b/control/sandbox-create @@ -29,7 +29,7 @@ fi ec2_start_instance "$1" "$AMI" "$INSTANCE_TYPE" "$SECURITY_GROUPS" "$AVAILABILITY_ZONE" echo "Instance ID: $instance_id" echo "Hostname: $instance_hostname" -./setup-control-node-via-ssh $instance_hostname +./setup-control-node-via-ssh $instance_hostname $BUILD_TOOLS_BRANCH if [ "$2" == "--config=linaro" ]; then # Make sure to pre-auth bazaar.launchpad.net, because otherwise -- cgit v1.2.3