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, 2 insertions, 1 deletions
diff --git a/commands/common.py b/commands/common.py
index 05c67b6..7b1b0f4 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -32,7 +32,8 @@ def setup():
config.set_dep_files(dep_files)
- package_files = ["deps-%s" % version]
+ package_files = ["basesystem",
+ "deps-%s" % version]
if "SUGAR_BUILDBOT" in os.environ:
package_files.append("buildslave")