From 271bce610015818240a37ee8bd30d471a6d28643 Mon Sep 17 00:00:00 2001 From: www-data Date: Mon, 23 May 2022 05:31:05 +0000 Subject: [PATCH 1/3] Local changes for IP --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index b997b75..d399db6 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -68,7 +68,7 @@ sinar.miscbehavior = git https://github.com/Sinar/sinar.miscbehavior/ branch=mai [instance] <= instance_base recipe = plone.recipe.zope2instance -http-address = 127.0.0.1:8080 +http-address = 0.0.0.0:8080 [versions] From 74631661a2001b24f7ddde74b6c45e8e34d5885c Mon Sep 17 00:00:00 2001 From: www-data Date: Thu, 22 Feb 2024 08:03:15 +0000 Subject: [PATCH 2/3] Update to Plone 6, but with errors to resolve --- buildout.cfg | 43 +++++++++++++++++++++++++++++-------------- constraints.txt | 2 +- deployment.cfg | 8 ++++---- 3 files changed, 34 insertions(+), 19 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 1cee68b..57719ed 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -14,32 +14,43 @@ extensions = extends = base.cfg - http://dist.plone.org/release/5.2-latest/versions.cfg - + http://dist.plone.org/release/6.0-latest/versions.cfg + http://dist.plone.org/release/6.0-latest/versions-ecosystem.cfg + find-links += - http://dist.plone.org/release/5.2-latest + http://dist.plone.org/release/6.0-latest/ eggs = Plone Pillow - collective.dexteritytextindexer collective.relationhelpers sinar.advisory + sinar.resource sinar.activity sinar.article sinar.indicators sinar.organization sinar.project sinar.miscbehavior - sinar.resource imap.customizations collective.vocabularies.iso - collective.behavior.banner - plone.app.mosaic - plone.gallery - eea.facetednavigation + collective.behavior.banner>=2.0 + eea.facetednavigation>=16.2 imap.customizations - + plone.volto + pandas + plone.app.drafts + plone.app.standardtiles + plone.app.tiles + plone.jsonserializer + z3c.jbot + plone.app.blocks + collective.js.jqueryui + plone.app.layout + plone.app.mosaic==3.0 + plone.app.viewletmanager + plone.app.contentmenu + zcml = # plone.reload @@ -59,9 +70,9 @@ verbose-security = off 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.activity = git git@github.com:Sinar/sinar.activity.git +sinar.advisory = git git@github.com:Sinar/sinar.advisory.git +sinar.article = git git@github.com:Sinar/sinar.article.git 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 @@ -69,12 +80,16 @@ 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 collective.vocabularies.iso = git git@github.com:Sinar/collective.vocabularies.iso.git +#collective.behavior.banner = git git@github.com:collective/collective.behavior.banner branch=master [instance] <= instance_base recipe = plone.recipe.zope2instance http-address = 0.0.0.0:8080 - +zodb-temporary-storage = off [versions] plone.restapi = 8.43.1 + + + diff --git a/constraints.txt b/constraints.txt index 15f72c3..005e694 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1 +1 @@ --c https://dist.plone.org/release/5.2.6/requirements.txt +-c https://dist.plone.org/release/6.0-latest/requirements.txt diff --git a/deployment.cfg b/deployment.cfg index 8d8289b..e0399e5 100644 --- a/deployment.cfg +++ b/deployment.cfg @@ -3,13 +3,13 @@ extends = buildout.cfg parts += [sources] -sinar.activity = git https://github.com/Sinar/sinar.activity branch=main -sinar.advisory = git https://github.com/Sinar/sinar.advisory branch=main -sinar.article = git https://github.com/Sinar/sinar.article branch=main +sinar.activity = git https://github.com/Sinar/sinar.activity.git +sinar.advisory = git https://github.com/Sinar/sinar.advisory.git +sinar.article = git https://github.com/Sinar/sinar.article.git sinar.resource = git https://github.com/Sinar/sinar.resource branch=main sinar.project = git https://github.com/Sinar/sinar.project branch=main sinar.indicators = git https://github.com/Sinar/sinar.indicators branch=main sinar.organization = git https://github.com/Sinar/sinar.organization branch=main sinar.miscbehavior = git https://github.com/Sinar/sinar.miscbehavior branch=main -collective.vocabularies.iso = git https://github.com/Sinar/collective.vocabularies.iso +collective.vocabularies.iso = git https://github.com/Sinar/collective.vocabularies.iso.git imap.customizations = git https://github.com/Sinar/imap.customizations.git From c1ac432f5105e53d5ff17ab5130d17624a006931 Mon Sep 17 00:00:00 2001 From: www-data Date: Fri, 4 Oct 2024 11:16:44 +0000 Subject: [PATCH 3/3] Updated buildout for Plone 6 --- buildout.cfg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 669c395..4106a60 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -48,10 +48,11 @@ eggs = plone.app.blocks collective.js.jqueryui plone.app.layout - plone.app.mosaic==3.0 + plone.app.mosaic plone.app.viewletmanager plone.app.contentmenu - + plone.restapi + Products.ZODBMountPoint zcml = # plone.reload @@ -74,7 +75,7 @@ threads = 2 [sources] sinar.activity = git git@github.com:Sinar/sinar.activity.git sinar.advisory = git git@github.com:Sinar/sinar.advisory.git -sinar.article = git git@github.com:Sinar/sinar.article.git +sinar.article = git git@github.com:Sinar/sinar.article.git branch=plone-6-update 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 @@ -87,11 +88,11 @@ 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] -plone.restapi = 8.43.1 +#plone.restapi = 8.43.1