From fb322a51cd705fd02abd4dddcb0ea2f4fb447daa Mon Sep 17 00:00:00 2001 From: Peter Holzer Date: Fri, 21 Apr 2017 10:36:45 +0200 Subject: [PATCH 1/4] add requirements.txt --- bootstrap-5.0.x.sh | 3 +-- bootstrap-5.1.x.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap-5.0.x.sh b/bootstrap-5.0.x.sh index e27049ea..f33ea179 100755 --- a/bootstrap-5.0.x.sh +++ b/bootstrap-5.0.x.sh @@ -4,5 +4,4 @@ rm -r ./lib ./include ./local ./bin ln -fs plone-5.0.x.cfg buildout.cfg virtualenv --clear . -./bin/pip install --upgrade pip setuptools zc.buildout -./bin/buildout +./bin/pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.0/requirements.txt./bin/buildout diff --git a/bootstrap-5.1.x.sh b/bootstrap-5.1.x.sh index 0ba0704e..0e88dfe5 100755 --- a/bootstrap-5.1.x.sh +++ b/bootstrap-5.1.x.sh @@ -4,5 +4,5 @@ rm -r ./lib ./include ./local ./bin ln -fs plone-5.1.x.cfg buildout.cfg virtualenv --clear . -./bin/pip install --upgrade pip setuptools zc.buildout +./bin/pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.1/requirements.txt ./bin/buildout From e3894af05859eb07b290da67797fa501792c15fe Mon Sep 17 00:00:00 2001 From: Peter Holzer Date: Fri, 21 Apr 2017 10:42:19 +0200 Subject: [PATCH 2/4] remove barceloneta --- versions.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/versions.cfg b/versions.cfg index 0524349c..55734022 100644 --- a/versions.cfg +++ b/versions.cfg @@ -16,7 +16,6 @@ auto-checkout += yafowil.plone yafowil.widget.autocomplete yafowil.widget.datetime - plonetheme.barceloneta [versions] yafowil = >=2.2b2 From 588250e625bd2eebcaf6151aea72c3efa50c7122 Mon Sep 17 00:00:00 2001 From: Peter Holzer Date: Fri, 21 Apr 2017 10:47:26 +0200 Subject: [PATCH 3/4] replace ipdb with pdbpp --- base.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base.cfg b/base.cfg index 2debd1e2..a539ec9e 100644 --- a/base.cfg +++ b/base.cfg @@ -44,6 +44,7 @@ eggs = bda.plone.shop bda.plone.stripe bda.plone.gtm + pdbpp zcml = bda.plone.shop @@ -57,6 +58,7 @@ eggs = zest.releaser[recommended] [test] recipe = zc.recipe.testrunner eggs = + pdbpp souper souper.plone[test] bda.plone.cart[test] @@ -72,6 +74,7 @@ recipe = zc.recipe.egg eggs = ${test:eggs} plone.app.robotframework + pdbpp plone.reload plone.app.debugtoolbar Products.PrintingMailHost From 771f38b3806d956b4cced9c2df495f60cbcefe64 Mon Sep 17 00:00:00 2001 From: Peter Holzer Date: Fri, 21 Apr 2017 10:48:48 +0200 Subject: [PATCH 4/4] fix line --- bootstrap-5.0.x.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap-5.0.x.sh b/bootstrap-5.0.x.sh index f33ea179..df027dce 100755 --- a/bootstrap-5.0.x.sh +++ b/bootstrap-5.0.x.sh @@ -4,4 +4,5 @@ rm -r ./lib ./include ./local ./bin ln -fs plone-5.0.x.cfg buildout.cfg virtualenv --clear . -./bin/pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.0/requirements.txt./bin/buildout +./bin/pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.0/requirements.txt +./bin/buildout