Skip to content

Update base.cfg with Extensions folder #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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
1 change: 1 addition & 0 deletions Extensions/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ additional =
%define ZEOINSTANCE ${buildout:directory}/parts/zeoserver/var
%define FILESTORAGE ${buildout:directory}/var/filestorage
%define BLOBSTORAGE ${buildout:directory}/var/blobstorage
extensions ${buildout:directory}/Extensions
%include ${buildout:directory}/zope_add_zeo.conf
%include ${buildout:directory}/zope_add_async.conf
amqp =
Expand Down
8 changes: 4 additions & 4 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pip = 20.3.4
Products.DocFinderTab = 1.0.5
mr.developer = 2.0.2

Products.PloneMeeting = 4.2.19
Products.PloneMeeting = 4.2.20

# profile specific versions
Products.MeetingCommunes = 4.2.12
Expand All @@ -20,7 +20,7 @@ collective.behavior.talcondition = 1.0a1
collective.ckeditor = 4.10.1
collective.compoundcriterion = 0.7
collective.contact.core = 1.43.1
collective.contact.plonegroup = 1.52
collective.contact.plonegroup = 1.53
collective.contact.widget = 1.13
collective.dexteritytextindexer = 2.2.1
collective.documentgenerator = 3.44
Expand Down Expand Up @@ -49,7 +49,7 @@ imio.fpaudit = 0.1.2
imio.helpers = 1.2.2
imio.history = 1.36
imio.migrator = 1.34
imio.pm.locales = 4.2.24
imio.pm.locales = 4.2.25
imio.prettylink = 1.22
imio.pyutils = 1.1.2
imio.webspellchecker = 1.0b7
Expand Down Expand Up @@ -239,7 +239,7 @@ functools32 = 3.2.3.post2

# plonemeeting.restapi
imio.restapi = 1.0rc2
plonemeeting.restapi = 2.8
plonemeeting.restapi = 2.9
plone.restapi = 7.8.2
PyJWT = 1.7.1
plone.schema = 1.2.1
Expand Down