[Checkins] SVN: grokproject/trunk/ Temporarily added find-links again as it is needed to find zope.tal

Maurits van Rees m.van.rees at zestsoftware.nl
Mon May 5 09:39:29 EDT 2008


Log message for revision 86452:
  Temporarily added find-links again as it is needed to find zope.tal
  3.4.0b1 which was never released on the cheeseshop.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/TODO.txt
  U   grokproject/trunk/grokproject/template/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-05-05 13:08:38 UTC (rev 86451)
+++ grokproject/trunk/CHANGES.txt	2008-05-05 13:39:28 UTC (rev 86452)
@@ -4,6 +4,9 @@
 0.8 (unreleased)
 ------------------
 
+* Temporarily added find-links again as it is needed to find zope.tal
+  3.4.0b1 which was never released on the cheeseshop.
+
 * Add a testbrowser test.
 
 * Set up a functional test.

Modified: grokproject/trunk/TODO.txt
===================================================================
--- grokproject/trunk/TODO.txt	2008-05-05 13:08:38 UTC (rev 86451)
+++ grokproject/trunk/TODO.txt	2008-05-05 13:39:28 UTC (rev 86452)
@@ -9,16 +9,9 @@
 
 * WSGI integration (add some lines to buildout.cfg)
 
-* Once grok.test enters the core, add some lines in our template.
-
-* Put some standard tests in the generated project.
-
 * When running the grokproject tests, also run the bin/test of a
   generated project.
 
-* Add z3c.testsetup as dependency in the generated project.
-
-* Do not add a .buildout/downloads dir.  Only have [buildout] and
-  eggs-directory in the default.cfg that we provide.
-
-* No more find-links for zope.org in the buildout.cfg
+* Remove find-links from generated buildout.cfg when grok 0.13 goes
+  live.  0.12 depends on find-links to get zope.tal 3.4.0b1 which was
+  never released on the cheeseshop.

Modified: grokproject/trunk/grokproject/template/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2008-05-05 13:08:38 UTC (rev 86451)
+++ grokproject/trunk/grokproject/template/buildout.cfg_tmpl	2008-05-05 13:39:28 UTC (rev 86452)
@@ -3,6 +3,7 @@
 parts = app data zopectl i18n test
 newest = ${newest}
 extends = versions.cfg
+find-links = http://download.zope.org/distribution
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)
 # unless you specify an eggs-directory option here.



More information about the Checkins mailing list