Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sugar.jhbuildrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/sugar.jhbuildrc b/sugar.jhbuildrc
index 0a76683..ef8181d 100644
--- a/sugar.jhbuildrc
+++ b/sugar.jhbuildrc
@@ -1,6 +1,9 @@
use_local_modulesets = True
modulesets_dir = os.path.join(os.path.dirname(__file__), 'config/modulesets')
-moduleset = 'sugar'
+jhbuildbot_slaves_dir = os.path.join(os.path.dirname(__file__), 'sbuildbot')
+jhbuildbot_mastercfg = os.path.join(os.path.dirname(__file__), 'sbuildbot', 'master.cfg')
+jhbuildbot_dir = os.path.join(os.path.dirname(__file__), 'sbuildbot')
+moduleset = 'sugar'
modules = ['meta-sugar']