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-11 22:53:04 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-11 22:53:04 (GMT)
commit32ee9739327b9939822ee244702b0dd5fde628e0 (patch)
treeb09328a799966a31ebeccf3d06c76c0469085166
parent93a0444cbc1f439e426fcc9c871ebc9092fa3b89 (diff)
Don't run broken distribute step for now
-rw-r--r--fabfile/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fabfile/common.py b/fabfile/common.py
index 40d5961..b66e724 100644
--- a/fabfile/common.py
+++ b/fabfile/common.py
@@ -24,7 +24,6 @@ instances = {"production":
{"repo": "git://git.sugarlabs.org/sugar-build/sugar-build.git",
"branch": "testing",
"check_system": False,
- "distribute": True,
"slaves_port": 9990,
"snapshot": True,
"sub_repos_changes": False,