From 72cf705dd6b93a405c90c3f904c224ac2b122eb0 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 17 Nov 2012 22:12:14 +0000 Subject: Move packages json to a separate dir --- (limited to 'commands') diff --git a/commands/common.py b/commands/common.py index b60ae67..05c67b6 100644 --- a/commands/common.py +++ b/commands/common.py @@ -30,11 +30,11 @@ 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] + package_files = ["deps-%s" % version] + + if "SUGAR_BUILDBOT" in os.environ: + package_files.append("buildslave") config.set_package_files(package_files) -- cgit v0.9.1