[Checkins] SVN: groktoolkit/trunk/buildbot.cfg use different source URLs for the buildslave to be able to checkout "anonymously"

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Jan 18 04:31:18 EST 2011


Log message for revision 119637:
  use different source URLs for the buildslave to be able to checkout "anonymously"

Changed:
  A   groktoolkit/trunk/buildbot.cfg

-=-
Copied: groktoolkit/trunk/buildbot.cfg (from rev 119634, groktoolkit/trunk/grok.cfg)
===================================================================
--- groktoolkit/trunk/buildbot.cfg	                        (rev 0)
+++ groktoolkit/trunk/buildbot.cfg	2011-01-18 09:31:17 UTC (rev 119637)
@@ -0,0 +1,32 @@
+[buildout]
+extends = buildout.cfg
+
+[sources]
+# Specify "read-only" sources for anonymous checkouts by the build slaves
+# in case of development checkouts.
+fanstatic = hg http://bitbucket.org/fanstatic/fanstatic
+grok = svn http://svn.zope.org/repos/main/grok/trunk
+grokcore.annotation = svn http://svn.zope.org/repos/main/grokcore.annotation/trunk
+grokcore.component = svn http://svn.zope.org/repos/main/grokcore.component/trunk
+grokcore.content = svn http://svn.zope.org/repos/main/grokcore.content/trunk
+grokcore.formlib = svn http://svn.zope.org/repos/main/grokcore.formlib/trunk
+grokcore.json = svn http://svn.zope.org/repos/main/grokcore.json/trunk
+grokcore.message = svn http://svn.zope.org/repos/main/grokcore.message/trunk
+grokcore.rest = svn http://svn.zope.org/repos/main/grokcore.rest/trunk
+grokcore.security = svn http://svn.zope.org/repos/main/grokcore.security/trunk
+grokcore.site = svn http://svn.zope.org/repos/main/grokcore.site/trunk
+grokcore.startup = svn http://svn.zope.org/repos/main/grokcore.startup/trunk
+grokcore.traverser = svn http://svn.zope.org/repos/main/grokcore.traverser/trunk
+grokcore.view = svn http://svn.zope.org/repos/main/grokcore.view/trunk
+grokcore.viewlet = svn http://svn.zope.org/repos/main/grokcore.viewlet/trunk
+grokcore.xmlrpc = svn http://svn.zope.org/repos/main/grokcore.xmlrpc/trunk
+grokui.admin = svn http://svn.zope.org/repos/main/grokui.admin/trunk
+grokui.base = svn http://svn.zope.org/repos/main/grokui.base/trunk
+martian = svn http://svn.zope.org/repos/main/martian/trunk
+megrok.layout = svn http://svn.zope.org/repos/main/megrok.layout/trunk
+megrok.menu = svn http://svn.zope.org/repos/main/megrok.menu/trunk
+z3c.autoinclude = svn http://svn.zope.org/repos/main/z3c.autoinclude/trunk
+z3c.evalexception = svn http://svn.zope.org/repos/main/z3c.evalexception/trunk
+z3c.flashmessage = svn http://svn.zope.org/repos/main/z3c.flashmessage/trunk
+zc.catalog = svn http://svn.zope.org/repos/main/zc.catalog/trunk
+zope.fanstatic = svn http://svn.zope.org/repos/main/zope.fanstatic/trunk



More information about the checkins mailing list