From 4b753ea6c171ad4cd59ec0378fe99e294e637193 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 27 Mar 2024 12:47:33 +0100 Subject: [PATCH] Add an import profile. --- profiles/import.cfg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 profiles/import.cfg diff --git a/profiles/import.cfg b/profiles/import.cfg new file mode 100644 index 0000000..b25ce24 --- /dev/null +++ b/profiles/import.cfg @@ -0,0 +1,19 @@ +[buildout] +extends = + config/base.cfg + custom.cfg + +auto-checkout += + collective.exportimport + plone.restapi + + +[sources] +collective.exportimport = git https://github.com/collective/collective.exportimport.git branch=thet-fixes +plone.restapi = git https://github.com/plone/plone.restapi.git branch=thet-fixes + + +[instance] +eggs += + collective.exportimport +