From 503ebb144035620e7dcaba7d9c12403f36377f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 8 Feb 2014 13:07:09 +0100 Subject: [PATCH] add local fork of plone.principalsource (#3808) --- checkouts.cfg | 1 + sources.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index 93f3a37..bdbc20d 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -18,6 +18,7 @@ auto-checkout += # local forks collective.solr plone.formwidget.querystring + plone.principalsource # plone plone.app.z3cform plone.api diff --git a/sources.cfg b/sources.cfg index 153547c..d6fbebd 100644 --- a/sources.cfg +++ b/sources.cfg @@ -44,3 +44,4 @@ plone.app.z3cform = git ${remotes:cedricmessiant}/plone.app.z3cform.git pushurl= # forks collective.solr = git ${remotes:entrouvert}/collective.solr.git pushurl=${remotes:entrouvert_push}/collective.solr.git plone.formwidget.querystring = git ${remotes:entrouvert}/plone.formwidget.querystring.git pushurl=${remotes:entrouvert_push}/plone.formwidget.querystring.git +plone.principalsource = git ${remotes:entrouvert}/plone.principalsource.git pushurl=${remotes:entrouvert_push}/plone.principalsource.git