From fd215b94a2b349418495bf124c7aae0362a6cdd7 Mon Sep 17 00:00:00 2001 From: Eric Steele Date: Tue, 7 Feb 2012 21:06:27 -0500 Subject: [PATCH] Add a set of checkout remotes that I can push changes to. *grumblegrumble* --- releasing.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasing.cfg diff --git a/releasing.cfg b/releasing.cfg new file mode 100644 index 0000000000..93f8a894c3 --- /dev/null +++ b/releasing.cfg @@ -0,0 +1,9 @@ +[buildout] +extends = buildout.cfg + +[remotes] +# (Repository locations) +plone = git@github.com:plone +svn_plone = https://svn.plone.org/svn/plone +collective = git@github.com:collective +svn_collective = https://svn.plone.org/svn/collective