Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 20df94c..b60ae67 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -30,6 +30,9 @@ def setup():
"sugar-buildtime-%s" % version,
"sugar-runtime-%s" % version]
+ if "SUGAR_BUILDBOT" in os.environ:
+ dep_files.append("buildslave")
+
config.set_dep_files(dep_files)
package_files = ["packages-%s" % version]