Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2009-06-02 18:55:52 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2009-06-02 18:55:52 (GMT)
commitca5500eedc091dda51c69eb6aa2b3c13ef9d0482 (patch)
tree6b05356648748271d1331f2054972d719b4ef453
parentc6bb1187b41754b66a9bfd1f12bf2024d3224a60 (diff)
set BuildBot directory / file locations
-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']