Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/jhbuildrc
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-15 19:40:17 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-15 19:40:17 (GMT)
commit725929e4b2dad321f42ed70c144811efb77b5fb3 (patch)
tree488094db646327edcae933c3d0b54e6d48bf9b50 /scripts/jhbuildrc
parentcf9b2e98e7c801c09eef7a5d6d7244294a567aba (diff)
When running under buildbot avoid interactions
Diffstat (limited to 'scripts/jhbuildrc')
-rw-r--r--scripts/jhbuildrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/jhbuildrc b/scripts/jhbuildrc
index f2491d0..cb63887 100644
--- a/scripts/jhbuildrc
+++ b/scripts/jhbuildrc
@@ -3,6 +3,8 @@ import os
def root():
return os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
+interact = not "SUGAR_BUILDBOT" in os.environ
+
use_local_modulesets = True
moduleset = [os.path.join(root(), "scripts", "system.modules"),
os.path.join(root(), "scripts", "sugar.modules")]