From da99566fceb8ebadabe0455e0fdc3eb680f9d48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 28 Feb 2013 12:34:25 +0100 Subject: [PATCH] add checkouts for plone.app.z3cform and z3c.form --- checkouts.cfg | 2 ++ sources.cfg | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index eee3f63..298b137 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -12,3 +12,5 @@ auto-checkout += plone.app.dexterity plone.dexterity plone.formwidget.masterselect + plone.app.z3cform + z3c.form diff --git a/sources.cfg b/sources.cfg index d63377b..b116c58 100644 --- a/sources.cfg +++ b/sources.cfg @@ -11,6 +11,8 @@ cedricmessiant = git://github.com/cedricmessiant cedricmessiant_push = git@github.com:cedricmessiant entrouvert = git://repos.entrouvert.org entrouvert_push = git+ssh://git@repos.entrouvert.org +zopefoundation = git://github.com/zopefoundation +zopefoundation_push = git@github.com:zopefoundation [sources] collective.contact.core = git ${remotes:collective}/collective.contact.core.git pushurl=${remotes:collective_push}/collective.contact.core.git @@ -20,3 +22,5 @@ collective.dms.batchimport = git ${remotes:collective}/collective.dms.batchimpor collective.dms.mailcontent = git ${remotes:collective}/collective.dms.mailcontent.git pushurl=${remotes:collective_push}/collective.dms.mailcontent.git collective.dms.thesaurus = git ${remotes:collective}/collective.dms.thesaurus.git pushurl=${remotes:collective_push}/collective.dms.thesaurus.git plone.formwidget.masterselect = git ${remotes:cedricmessiant}/plone.formwidget.masterselect.git pushurl=${remotes:cedricmessiant_push}/plone.formwidget.masterselect.git +plone.app.z3cform = git ${remotes:plone}/plone.app.z3cform.git pushurl=${remotes:plone_push}/plone.app.z3cform.git +z3c.form = git ${remotes:zopefoundation}/z3c.form pushurl=${remotes:zopefoundation_push}/z3c.form