[Checkins] SVN: five.hashedresource/trunk/ - Move buildout.cfg to base.cfg to prevent accidently checking in local paths

Sebastian Wehrmann sw at gocept.com
Tue Jul 14 12:23:06 EDT 2009


Log message for revision 101910:
  - Move buildout.cfg to base.cfg to prevent accidently checking in local paths
    to develop-eggs during development.
  - Remove non-existent `test` section in base.cfg.
  
  

Changed:
  _U  five.hashedresource/trunk/
  A   five.hashedresource/trunk/base.cfg
  D   five.hashedresource/trunk/buildout.cfg

-=-

Property changes on: five.hashedresource/trunk
___________________________________________________________________
Modified: svn:ignore
   - develop-eggs
bin
build
var
parts
.installed.cfg

   + develop-eggs
bin
build
var
parts
.installed.cfg
downloads


Copied: five.hashedresource/trunk/base.cfg (from rev 101909, five.hashedresource/trunk/buildout.cfg)
===================================================================
--- five.hashedresource/trunk/base.cfg	                        (rev 0)
+++ five.hashedresource/trunk/base.cfg	2009-07-14 16:23:06 UTC (rev 101910)
@@ -0,0 +1,55 @@
+[buildout]
+develop = .
+parts = test
+        zopepy
+
+find-links =
+    http://download.zope.org/ppix/
+    http://download.zope.org/distribution/
+    http://effbot.org/downloads
+    http://download.gocept.com/packages
+
+# Add additional eggs here
+eggs =
+    five.hashedresource
+
+versions = versions
+
+[versions]
+zc.recipe.cmmi = 1.2.0
+
+[zope2]
+recipe = plone.recipe.zope2install
+url = http://www.zope.org/Products/Zope/2.11.3/Zope-2.11.3-final.tgz
+fake-zope-eggs = true
+fake-eggs-folder = ${buildout:parts-directory}/fake-eggs
+# [dovecot] needs these and can't get them from the [zope2]-location
+skip-fake-eggs =
+    zdaemon
+    ZConfig
+
+[instance]
+recipe = plone.recipe.zope2instance
+zope2-location = ${zope2:location}
+blob-storage = ${buildout:directory}/var/blobstorage
+user = admin:admin
+http-address = 8080
+debug-mode = on
+verbose-security = on
+eggs = ${buildout:eggs}
+zcml =
+    gocept.restmail
+    gocept.webmail
+
+[zopepy]
+recipe = zc.recipe.egg
+eggs = ${instance:eggs}
+interpreter = zopepy
+extra-paths = ${zope2:location}/lib/python
+scripts = zopepy
+
+[test]
+recipe = collective.recipe.z2testrunner
+packages = five.hashedresource
+extra-paths = .
+zope2part = instance

Deleted: five.hashedresource/trunk/buildout.cfg
===================================================================
--- five.hashedresource/trunk/buildout.cfg	2009-07-14 15:23:20 UTC (rev 101909)
+++ five.hashedresource/trunk/buildout.cfg	2009-07-14 16:23:06 UTC (rev 101910)
@@ -1,55 +0,0 @@
-[buildout]
-develop = .
-parts = test
-        zopepy
-
-find-links =
-    http://download.zope.org/ppix/
-    http://download.zope.org/distribution/
-    http://effbot.org/downloads
-    http://download.gocept.com/packages
-
-# Add additional eggs here
-eggs =
-    five.hashedresource [test]
-
-versions = versions
-
-[versions]
-zc.recipe.cmmi = 1.2.0
-
-[zope2]
-recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.11.3/Zope-2.11.3-final.tgz
-fake-zope-eggs = true
-fake-eggs-folder = ${buildout:parts-directory}/fake-eggs
-# [dovecot] needs these and can't get them from the [zope2]-location
-skip-fake-eggs =
-    zdaemon
-    ZConfig
-
-[instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-blob-storage = ${buildout:directory}/var/blobstorage
-user = admin:admin
-http-address = 8080
-debug-mode = on
-verbose-security = on
-eggs = ${buildout:eggs}
-zcml =
-    gocept.restmail
-    gocept.webmail
-
-[zopepy]
-recipe = zc.recipe.egg
-eggs = ${instance:eggs}
-interpreter = zopepy
-extra-paths = ${zope2:location}/lib/python
-scripts = zopepy
-
-[test]
-recipe = collective.recipe.z2testrunner
-packages = five.hashedresource
-extra-paths = .
-zope2part = instance



More information about the Checkins mailing list