[Checkins] SVN: grokproject/trunk/grokproject/template_ Commented out find-links in buildout.cfgs of generated projects.

Uli Fouquet uli at gnufix.de
Thu Aug 6 09:01:55 EDT 2009


Log message for revision 102527:
  Commented out find-links in buildout.cfgs of generated projects.

Changed:
  U   grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-08-06 13:01:12 UTC (rev 102526)
+++ grokproject/trunk/grokproject/template_paste/buildout.cfg_tmpl	2009-08-06 13:01:55 UTC (rev 102527)
@@ -3,7 +3,14 @@
 parts = eggbasket app i18n test data log zpasswd
         zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
 newest = ${newest}
-find-links = http://download.zope.org/distribution/
+
+# Comment the following line in, if you need megrok.forms or other
+# eggs only found in this package index. Beware also, that you will
+# get non-official builds of other packages. Using the Zope package
+# index is therefore deprecated.
+
+# find-links = http://download.zope.org/distribution/
+
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)

Modified: grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-08-06 13:01:12 UTC (rev 102526)
+++ grokproject/trunk/grokproject/template_zopectl/buildout.cfg_tmpl	2009-08-06 13:01:55 UTC (rev 102527)
@@ -2,7 +2,14 @@
 develop = .
 parts = eggbasket app data zopectl i18n test zpasswd
 newest = ${newest}
-find-links = http://download.zope.org/distribution/
+
+# Comment the following line in, if you need megrok.forms or other
+# eggs only found in this package index. Beware also, that you will
+# get non-official builds of other packages. Using the Zope package
+# index is therefore deprecated.
+
+# find-links = http://download.zope.org/distribution/
+
 extends = versions.cfg
 # eggs will be installed in the default buildout location
 # (see .buildout/default.cfg in your home directory)



More information about the Checkins mailing list