[Checkins] SVN: bluebream/trunk/ fixed the generated buildout

Christophe Combelles ccomb at free.fr
Thu Jul 22 09:31:56 EDT 2010


Log message for revision 114925:
  fixed the generated buildout
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
  U   bluebream/trunk/versions.cfg

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-07-22 11:43:21 UTC (rev 114924)
+++ bluebream/trunk/CHANGES.txt	2010-07-22 13:31:56 UTC (rev 114925)
@@ -4,7 +4,7 @@
 1.0b4 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- fixed the generated buildout and make it repeatable
 
 
 1.0b3 (2010-07-11)

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-07-22 11:43:21 UTC (rev 114924)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/buildout.cfg_tmpl	2010-07-22 13:31:56 UTC (rev 114925)
@@ -4,6 +4,16 @@
 parts = app
         test
 
+versions = versions
+
+# Don't let Buildout choose itself the versions, and make it repeatable.
+# You should pin down versions in the [versions] section.
+allow-picked-versions = false
+
+# To discover dependencies, comment the line above, uncomment the line below,
+# relaunch the buildout, then copy/paste the output to the [versions] section.
+#extensions = buildout.dumppickedversions
+
 [app]
 recipe = zc.recipe.egg
 eggs = ${project}
@@ -16,3 +26,6 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${project}
+
+[versions]
+# pin versions of your additional ipackages here

Modified: bluebream/trunk/versions.cfg
===================================================================
--- bluebream/trunk/versions.cfg	2010-07-22 11:43:21 UTC (rev 114924)
+++ bluebream/trunk/versions.cfg	2010-07-22 13:31:56 UTC (rev 114925)
@@ -9,6 +9,7 @@
 # Pin-down versions of other dependencies here. Eg:-
 # z3c.form = 2.3.2
 # z3c.formui = 2.2.0
+z3c.evalexception = 2.0
 elementtree = 1.2.6-20050316
 zope.app.xmlrpcintrospection = 3.5.1
 z3c.testsetup = 0.6.1



More information about the checkins mailing list