[Checkins] SVN: five.pt/trunk/ allow versions.cfg to be used directly

Leonardo Rochael Almeida leorochael at gmail.com
Tue Sep 20 10:11:26 EST 2011


Log message for revision 122857:
  allow versions.cfg to be used directly

Changed:
  U   five.pt/trunk/buildout.cfg
  U   five.pt/trunk/versions.cfg

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2011-09-20 14:57:54 UTC (rev 122856)
+++ five.pt/trunk/buildout.cfg	2011-09-20 15:11:25 UTC (rev 122857)
@@ -1,5 +1,8 @@
 [buildout]
-extends = versions.cfg
+versions = versions
+extends =
+    http://download.zope.org/Zope2/index/2.12.19/versions.cfg
+    versions.cfg
 
 develop = .
 

Modified: five.pt/trunk/versions.cfg
===================================================================
--- five.pt/trunk/versions.cfg	2011-09-20 14:57:54 UTC (rev 122856)
+++ five.pt/trunk/versions.cfg	2011-09-20 15:11:25 UTC (rev 122857)
@@ -1,7 +1,3 @@
-[buildout]
-versions = versions
-extends = http://download.zope.org/Zope2/index/2.12.19/versions.cfg
-
 [versions]
 sourcecodegen = 0.6.14
 ordereddict = 1.1



More information about the checkins mailing list