From 739ff764150c51cbb3d5758dcec2fbfd3a99b734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 28 Feb 2013 15:43:19 +0100 Subject: [PATCH] add checking out of a bunch of modules --- checkouts.cfg | 7 +++++++ sources.cfg | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index 57d364f..03df729 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -5,3 +5,10 @@ extends = always-checkout = force auto-checkout += collective.dms.thesaurus + plone.app.dexterity + plone.dexterity + plone.formwidget.masterselect + collective.contact.widget + collective.contact.core + z3c.form + plone.app.z3cform diff --git a/sources.cfg b/sources.cfg index e12482d..b116c58 100644 --- a/sources.cfg +++ b/sources.cfg @@ -11,8 +11,16 @@ 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 +collective.contact.widget = git ${remotes:collective}/collective.contact.widget.git pushurl=${remotes:collective_push}/collective.contact.widget.git +collective.dms.basecontent = git ${remotes:collective}/collective.dms.basecontent.git pushurl=${remotes:collective_push}/collective.dms.basecontent.git +collective.dms.batchimport = git ${remotes:collective}/collective.dms.batchimport.git pushurl=${remotes:collective_push}/collective.dms.batchimport.git +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