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 22:15:36 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-17 22:15:36 (GMT)
commit835091544dfe6f3bc3ff14793e83a970db377e47 (patch)
treede63a3653706926c7d99684b4faa6bbf9afb5f1e /commands
parent72cf705dd6b93a405c90c3f904c224ac2b122eb0 (diff)
Split out base system deps
Diffstat (limited to 'commands')
-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")