From 50949539bae8f5e960cba0ffcfb198c30b4aeb62 Mon Sep 17 00:00:00 2001 From: sitinurliza Date: Thu, 22 Feb 2024 22:26:56 +0800 Subject: [PATCH 1/2] Plone 5 compatible --- buildout.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 90beb2a..e5695fd 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -61,10 +61,10 @@ threads = 2 [sources] sinar.activity = git git@github.com:Sinar/sinar.activity branch=main sinar.advisory = git git@github.com:Sinar/sinar.advisory branch=main -sinar.article = git git@github.com:Sinar/sinar.article branch=main -sinar.miscbehavior = git git@github.com:Sinar/sinar.miscbehavior branch=main -sinar.organization = git git@github.com:Sinar/sinar.organization branch=main -sinar.project = git git@github.com:Sinar/sinar.project branch=main +sinar.article = git git@github.com:Sinar/sinar.article branch=plone-5 +sinar.miscbehavior = git git@github.com:Sinar/sinar.miscbehavior branch=plone-5 +sinar.organization = git git@github.com:Sinar/sinar.organization branch=plone-5 +sinar.project = git git@github.com:Sinar/sinar.project branch=plone-5 sinar.indicators = git git@github.com:Sinar/sinar.indicators branch=main sinar.resource = git git@github.com:Sinar/sinar.resource branch=main imap.customizations = git git@github.com:Sinar/imap.customizations.git @@ -78,3 +78,4 @@ http-address = 127.0.0.1:8080 [versions] plone.restapi = 8.43.1 +setuptools = 65.7.0 From 508211c9e4a2c48939a92eda14bd3627a44214ee Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 25 Mar 2024 09:41:17 +0000 Subject: [PATCH 2/2] Updated buildout for Plone 5 compatible --- buildout.cfg | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 38adec2..5d1e322 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -14,14 +14,15 @@ extensions = extends = base.cfg - http://dist.plone.org/release/6.0-latest/versions.cfg + http://dist.plone.org/release/5.2-latest/versions.cfg find-links += - http://dist.plone.org/release/6.0-latest/ + http://dist.plone.org/release/5.2-latest eggs = Plone Pillow + collective.dexteritytextindexer collective.relationhelpers sinar.advisory sinar.resource @@ -33,20 +34,12 @@ eggs = sinar.miscbehavior imap.customizations collective.vocabularies.iso - collective.behavior.banner==2.0 - plone.app.mosaic==3.0 + collective.behavior.banner + plone.app.mosaic plone.gallery eea.facetednavigation imap.customizations - plone.volto - pandas - plone.app.drafts - plone.app.standardtiles - plone.app.tiles - plone.jsonserializer - z3c.jbot - plone.app.blocks - + zcml = # plone.reload @@ -81,7 +74,7 @@ collective.vocabularies.iso = git git@github.com:Sinar/collective.vocabularies.i [instance] <= instance_base recipe = plone.recipe.zope2instance -http-address = 127.0.0.1:8080 +http-address = 0.0.0.0:8080 zodb-temporary-storage = off [versions]