Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-10 18:12:23 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-10 18:12:23 (GMT)
commit1365f608c0af3997e6d44ed666e926a42f627843 (patch)
tree2f4421036f14c35340809697382d17a19519d8df
parent75f54d5ef7fcde95e7cb6d2bed146bfaefb2e62e (diff)
Until it works, distribute on testing
-rw-r--r--fabfile/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fabfile/common.py b/fabfile/common.py
index 04b4409..a3abc0d 100644
--- a/fabfile/common.py
+++ b/fabfile/common.py
@@ -9,7 +9,6 @@ instances = {"production":
"config":
{"repo": "git://git.sugarlabs.org/sugar-build/sugar-build.git",
"branch": "master",
- "distribute": True,
"nightly_builds": True,
"slaves_port": 9989,
"snapshot": True,
@@ -23,6 +22,7 @@ instances = {"production":
{"repo": "git://git.sugarlabs.org/sugar-build/sugar-build.git",
"branch": "testing",
"check_system": False,
+ "distribute": True,
"slaves_port": 9990,
"sub_repos_changes": False,
"web_port": 8081}}}