From 56f5ec837287885ad44947671b76350a7c271f62 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 21 May 2014 17:14:13 +0000 Subject: Use distbuild instead of local builds --- config.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.py') 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' -- cgit v1.2.1