[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/ Use zope 3.4.0 KGS for default project buildout.

Dan Korostelev nadako at gmail.com
Thu Feb 12 12:18:14 EST 2009


Log message for revision 96477:
  Use zope 3.4.0 KGS for default project buildout.

Changed:
  U   Sandbox/philikon/zopeproject/trunk/CHANGES.txt
  U   Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl

-=-
Modified: Sandbox/philikon/zopeproject/trunk/CHANGES.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/CHANGES.txt	2009-02-12 16:21:54 UTC (rev 96476)
+++ Sandbox/philikon/zopeproject/trunk/CHANGES.txt	2009-02-12 17:18:13 UTC (rev 96477)
@@ -4,6 +4,8 @@
 0.4.2 (unreleased)
 ------------------
 
+* Use Zope 3.4.0 KGS in the default deployment buildout.cfg.
+
 * Added blobstorage proxy to default ZODB config in zope.conf.
 
 * Use ZopeSecurityPolicy from zope.securitypolicy instead

Modified: Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2009-02-12 16:21:54 UTC (rev 96476)
+++ Sandbox/philikon/zopeproject/trunk/zopeproject/zope_deploy/buildout.cfg_tmpl	2009-02-12 17:18:13 UTC (rev 96477)
@@ -1,10 +1,17 @@
 [buildout]
 develop = .
 parts = app test
-find-links = http://download.zope.org/distribution/
 newest = ${newest}
 ${eggs_dir}
 
+# These settings pin egg versions to the Zope 3.4.0 Known Good Set
+# if you want to upgrade the KGS version, you need to change the URL
+# below. If you will comment/remove these settings, you'll get the
+# latest versions of Zope eggs that are not guaranteed to work well
+# together.
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
+
 [app]
 recipe = zc.recipe.egg
 eggs = ${egg}



More information about the Checkins mailing list