[Checkins] SVN: zc.recipe.deployment/trunk/buildout.cfg note issue testing with buildout 1

Fred Drake cvs-admin at zope.org
Thu Mar 21 18:03:18 UTC 2013


Log message for revision 130152:
  note issue testing with buildout 1

Changed:
  U   zc.recipe.deployment/trunk/buildout.cfg

-=-
Modified: zc.recipe.deployment/trunk/buildout.cfg
===================================================================
--- zc.recipe.deployment/trunk/buildout.cfg	2013-03-21 17:09:40 UTC (rev 130151)
+++ zc.recipe.deployment/trunk/buildout.cfg	2013-03-21 18:03:17 UTC (rev 130152)
@@ -8,4 +8,9 @@
 eggs = zc.recipe.deployment [test]
 
 [versions]
-zc.buildout = >=2.0
+
+# Pick one; if you want buildout 1 and don't nail, the test will use the
+# wrong version due to https://github.com/buildout/buildout/issues/108
+
+zc.buildout = 1.7.1
+#zc.buildout = >=2.0



More information about the checkins mailing list