[Checkins] SVN: zc.zopeorgkeyupload/branches/dev/ clean up buildouts

Jim Fulton jim at zope.com
Wed Oct 12 10:10:18 EST 2011


Log message for revision 123069:
  clean up buildouts

Changed:
  U   zc.zopeorgkeyupload/branches/dev/buildout.cfg
  A   zc.zopeorgkeyupload/branches/dev/rpm.cfg

-=-
Modified: zc.zopeorgkeyupload/branches/dev/buildout.cfg
===================================================================
--- zc.zopeorgkeyupload/branches/dev/buildout.cfg	2011-10-12 14:10:30 UTC (rev 123068)
+++ zc.zopeorgkeyupload/branches/dev/buildout.cfg	2011-10-12 15:10:16 UTC (rev 123069)
@@ -17,9 +17,6 @@
 keydir = ${buildout:directory}/keys
 port = 8082
 
-[zdaemon]
-recipe = zc.recipe.egg
-
 [py]
 recipe = zc.recipe.egg                                       
 interpreter = py
@@ -46,10 +43,3 @@
   use = egg:zope.server
   host = 127.0.0.1
   port = ${define:port}
-
-[extra-eggs]
-recipe = zc.recipe.egg:eggs
-eggs = 
-  zc.recipe.rhrc
-  zc.recipe.deployment
-  zc.zdaemonrecipe

Added: zc.zopeorgkeyupload/branches/dev/rpm.cfg
===================================================================
--- zc.zopeorgkeyupload/branches/dev/rpm.cfg	                        (rev 0)
+++ zc.zopeorgkeyupload/branches/dev/rpm.cfg	2011-10-12 15:10:16 UTC (rev 123069)
@@ -0,0 +1,10 @@
+[buildout]
+extends = buildout.cfg
+parts = py extra-eggs
+
+[extra-eggs]
+recipe = zc.recipe.egg:eggs
+eggs = 
+  zc.recipe.rhrc
+  zc.recipe.deployment
+  zc.zdaemonrecipe


Property changes on: zc.zopeorgkeyupload/branches/dev/rpm.cfg
___________________________________________________________________
Added: svn:eol-style
   + native



More information about the checkins mailing list