[Checkins] SVN: zc.zopeorgkeyupload/branches/dev/buildout.cfg Got rid of some stupid hackes needed to build in production.

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


Log message for revision 123072:
  Got rid of some stupid hackes needed to build in production.
  

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

-=-
Modified: zc.zopeorgkeyupload/branches/dev/buildout.cfg
===================================================================
--- zc.zopeorgkeyupload/branches/dev/buildout.cfg	2011-10-12 15:29:21 UTC (rev 123071)
+++ zc.zopeorgkeyupload/branches/dev/buildout.cfg	2011-10-12 15:30:01 UTC (rev 123072)
@@ -1,18 +1,8 @@
 [buildout]
 develop = .
 parts = py config extra-eggs zdaemon
-find-links = /opt/zaamdashboard/eggs
-extends = /opt/zaamdashboard/zc.kgs/ztk/ztk.cfg
-          /opt/zaamdashboard/zc.kgs/ztk/zopeapp.cfg
-versions = versions
 relative-paths = true
 
-[versions]
-ZODB3 = 3.10.2
-transaction =
-zope.testbrowser =
-mechanize =
-
 [define]
 keydir = ${buildout:directory}/keys
 port = 8082



More information about the checkins mailing list