summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.py b/config.py
index 69a69ee..45e2fdf 100644
--- a/config.py
+++ b/config.py
@@ -35,6 +35,14 @@ BOOT_TIMEOUT=20
# want to use a custom version of Morph if you're developing a Morph feature.
MORPH_COMMAND = 'morph'
+# This is a wart. Morph should handle this itself (ideally by having one
+# distbuild controller able to divide jobs among workers of many architectures.
+DISTBUILD_INITIATORS = {
+ 'armv7lhf': '10.24.1.134',
+ 'x86_32': '10.24.1.136',
+ 'x86_64': '10.24.1.164',
+}
+
BUILD_TEMPDIR = '/src/tmp'
BRANCH = 'master'