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-12 02:02:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-12 02:02:46 (GMT)
commit91c1ede60442bc5330480d4306c308f496608d80 (patch)
tree2eb8aab48cc0231793fda3104c3fbe5cb1cdbc0d
parent8e3ac3e5b279ade9f44b4b5bac2f967a3edefc26 (diff)
Don't snapshot on the testing instance
-rw-r--r--fabfile/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fabfile/common.py b/fabfile/common.py
index b66e724..3ab7b7f 100644
--- a/fabfile/common.py
+++ b/fabfile/common.py
@@ -25,7 +25,6 @@ instances = {"production":
"branch": "testing",
"check_system": False,
"slaves_port": 9990,
- "snapshot": True,
"sub_repos_changes": False,
"web_port": 8081}}}