[Checkins] SVN: Sandbox/jens/zmi.core/trunk/ Boiler-plate improvements:

Christian Theune ct at gocept.com
Wed Nov 16 09:50:26 UTC 2011


Log message for revision 123361:
  Boiler-plate improvements:
  
  * consolidate buildout: while working on this library package you want an
    instance available to be able to see what you're doing
  
  * more svn:ignore coverage
  
  * use mr.developer to get Zope(4) checkout
  
  

Changed:
  _U  Sandbox/jens/zmi.core/trunk/
  U   Sandbox/jens/zmi.core/trunk/buildout.cfg
  _U  Sandbox/jens/zmi.core/trunk/src/

-=-

Property changes on: Sandbox/jens/zmi.core/trunk
___________________________________________________________________
Modified: svn:ignore
   - *.egg-info
*.egg
build
dist
develop-eggs
parts
.installed.cfg
.coverage
bin

   + *.egg-info
dev
var
.mr.developer.cfg
*.egg
build
dist
develop-eggs
parts
.installed.cfg
.coverage
bin


Modified: Sandbox/jens/zmi.core/trunk/buildout.cfg
===================================================================
--- Sandbox/jens/zmi.core/trunk/buildout.cfg	2011-11-16 09:27:34 UTC (rev 123360)
+++ Sandbox/jens/zmi.core/trunk/buildout.cfg	2011-11-16 09:50:25 UTC (rev 123361)
@@ -1,9 +1,17 @@
 [buildout]
 develop = .
-parts =
-    test
-    sphinx
+parts = test sphinx scripts zopepy instance
+extends =
+    http://svn.zope.org/repos/main/zopetoolkit/trunk/zopeapp-sources.cfg
+    http://svn.zope.org/repos/main/Zope/trunk/sources.cfg
+eggs = zmi.core
+extensions = mr.developer
+auto-checkout = Zope2
+sources-dir = dev
 
+[sources]
+Zope2 = svn svn+ssh://svn.zope.org/repos/main/Zope/trunk update=true
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = zmi.core
@@ -12,4 +20,25 @@
 recipe = zc.recipe.egg
 eggs =
     Sphinx
-    zmi.core
+    ${buildout:eggs}
+
+[scripts]
+recipe = z3c.recipe.scripts
+eggs =
+    ${buildout:eggs}
+    Zope2
+
+[zopepy]
+recipe = z3c.recipe.scripts
+eggs = ${buildout:eggs}
+interpreter = zopepy
+scripts = zopepy
+
+[instance]
+recipe = plone.recipe.zope2instance
+eggs = ${buildout:eggs}
+zcml = ${buildout:eggs}
+user = admin:admin
+debug-mode = on
+verbose-security = on
+http-address = 127.0.0.1:8080


Property changes on: Sandbox/jens/zmi.core/trunk/src
___________________________________________________________________
Added: svn:ignore
   + zmi.core.egg-info




More information about the checkins mailing list