[Checkins] SVN: lovely.buildouthttp/trunk/ ignores and updated buildout cfg

Bernd Dorn bernd.dorn at lovelysystems.com
Thu Jun 14 05:40:51 EDT 2007


Log message for revision 76679:
  ignores and updated buildout cfg

Changed:
  _U  lovely.buildouthttp/trunk/
  U   lovely.buildouthttp/trunk/buildout.cfg

-=-

Property changes on: lovely.buildouthttp/trunk
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg



Modified: lovely.buildouthttp/trunk/buildout.cfg
===================================================================
--- lovely.buildouthttp/trunk/buildout.cfg	2007-06-14 09:35:13 UTC (rev 76678)
+++ lovely.buildouthttp/trunk/buildout.cfg	2007-06-14 09:40:51 UTC (rev 76679)
@@ -1,12 +1,12 @@
 [buildout]
 develop = .
 parts = test
-find-links = ${download.lovelysystems.com:url}
+find-links = http://download.zope.org/distribution
 extensions = lovely.buildouthttp
 
 [test]
-# test to download an egg from lovelysystems
+# test to download an egg
 recipe = zc.recipe.egg
-eggs = lovely.devtools
+eggs = setuptools
 
 



More information about the Checkins mailing list