aboutsummaryrefslogtreecommitdiff
path: root/control/sandbox-create.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-23 18:57:07 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2012-05-23 18:57:07 +0300
commit8581cb7c9b70286faea0665acb4e9df6136822db (patch)
treeee8355f7f1168e21d33641d412be5553a60075f1 /control/sandbox-create.conf
parent43f94a0d0d1ae8101ca50fca02bdfa0a9e4fffd7 (diff)
Allow to override branch from which code check out for run-on-sandbox stage.
Diffstat (limited to 'control/sandbox-create.conf')
-rw-r--r--control/sandbox-create.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/control/sandbox-create.conf b/control/sandbox-create.conf
index 489379b..fdc467f 100644
--- a/control/sandbox-create.conf
+++ b/control/sandbox-create.conf
@@ -34,3 +34,7 @@ AVAILABILITY_ZONE="us-east-1b"
# ec2-authorize jenkins-master -p 22
# ec2-authorize jenkins-mirror -p 443
SECURITY_GROUPS="-g git-mirror -g jenkins-master"
+
+# Check out code to run on sandbox from this branch
+# (overriding useful for development/testing)
+BUILD_TOOLS_BRANCH="lp:linaro-android-build-tools"