Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-17 20:12:04 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-17 20:12:32 (GMT)
commit183086b35c610a58e1404a907ec2dda50be45b52 (patch)
treea95cde110200b3cae0b1156074dd6b80223c7bee /commands
parentff6d17f224589ca13d85ffbc0e6c732646487a6f (diff)
Split buildslave deps to a separate file
And make it conditional
Diffstat (limited to 'commands')
-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]