Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ eggs =
bda.plone.shop
bda.plone.stripe
bda.plone.gtm
pdbpp

zcml =
bda.plone.shop
Expand All @@ -57,6 +58,7 @@ eggs = zest.releaser[recommended]
[test]
recipe = zc.recipe.testrunner
eggs =
pdbpp
souper
souper.plone[test]
bda.plone.cart[test]
Expand All @@ -72,6 +74,7 @@ recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework
pdbpp
plone.reload
plone.app.debugtoolbar
Products.PrintingMailHost
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-5.0.x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
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/pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.0/requirements.txt
./bin/buildout
2 changes: 1 addition & 1 deletion bootstrap-5.1.x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ auto-checkout +=
yafowil.plone
yafowil.widget.autocomplete
yafowil.widget.datetime
plonetheme.barceloneta

[versions]
yafowil = >=2.2b2
Expand Down