Skip to content

Commit

Permalink
start from plone 5.2.9-13
Browse files Browse the repository at this point in the history
remove saas.cfg and many plonesaas-related products
  • Loading branch information
valipod committed Sep 30, 2022
1 parent fb68a5d commit 502c569
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 248 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eeacms/plone:5.2.4-78
FROM eeacms/plone:5.2.9-13

ENV GRAYLOG_FACILITY=wise-plone

Expand Down
2 changes: 1 addition & 1 deletion src/plone/buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[buildout]
extends = saas.cfg
extends = site.cfg
78 changes: 0 additions & 78 deletions src/plone/saas-old.cfg

This file was deleted.

155 changes: 0 additions & 155 deletions src/plone/saas.cfg

This file was deleted.

86 changes: 86 additions & 0 deletions src/plone/site.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
[buildout]
extends = eea.cfg
extensions = mr.developer
allow-picked-versions = true
always-checkout = force

parts +=
zodbdgc
zeo
instance

auto-checkout +=
wise.theme
wise.msfd
plone.restapi

[zodbdgc]
recipe = zc.recipe.egg
eggs = zc.zodbdgc

[instance]
<= instance_base
recipe = plone.recipe.zope2instance
user = admin:admin

shared-blob = off
blob-storage = /data/blobstorage
blob-storage-cache = /data/blobstorage

[zeo]
<= zeoserver_base
recipe = plone.recipe.zeoserver
zeo-address = 8080

shared-blob = on
blob-storage = /data/blobstorage
blob-storage-cache = /data/blobstorage

[configuration]
wkhtmltopdf = ${buildout:directory}/parts/wkhtmltopdf/wkhtmltopdf

eggs +=
plone.app.imagecropping
plone.app.robotframework
plone.tiles
collective.MockMailHost
collective.taxonomy
collective.exportimport
eea.api.dataconnector
eea.dexterity.rdfmarshaller
eea.restapi
eea.volto.slate
pdfkit
wise.theme
wise.msfd

zcml +=
${buildout:zcml}
wise.theme
wise.msfd
collective.taxonomy
eea.api.dataconnector
eea.dexterity.rdfmarshaller
eea.restapi

[sources]
plone.restapi = git https://github.com/plone/plone.restapi.git branch=slots
wise.theme = git https://github.com/eea/wise.theme.git branch=plone5-py3
wise.msfd = git https://github.com/eea/wise.msfd.git branch=plone5
eea.privacyscreen = git https://github.com/eea/eea.privacyscreen.git branch=python3

[versions]
plone.restapi = 8.24.1
plone.rest = 2.0.0a1
plone.app.imagecropping = 2.2.2
collective.taxonomy = 2.2.1
eea.dexterity.rdfmarshaller = 0.5
eea.api.dataconnector = 2.5
eea.restapi = 2.6
eea.volto.slate = 1.0
moz-sql-parser = 4.21.21059
# START collective.exportimport
collective.exportimport = 1.5
hurry.filesize = 0.9
ijson = 3.1.4
# END collective.exportimport
13 changes: 0 additions & 13 deletions src/plone/sources.cfg
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
[sources]
# DEVELOP sources
#
Products.MailArchive = git https://github.com/eea/Products.MailArchive.git pushurl=git@github.com:eea/Products.MailArchive.git branch=develop
Products.TinyTablePlus = git https://github.com/eea/Products.TinyTablePlus.git pushurl=git@github.com:eea/Products.TinyTablePlus.git branch=develop
Products.ZLDAPConnection = git https://github.com/eea/Products.ZLDAPConnection.git pushurl=git@github.com:eea/Products.ZLDAPConnection.git branch=develop
Products.ZLDAPMethods = git https://github.com/eea/Products.ZLDAPMethods.git pushurl=git@github.com:eea/Products.ZLDAPMethods.git branch=develop
Products.ZSPARQLMethod = git https://github.com/eea/Products.ZSPARQLMethod.git pushurl=git@github.com:eea/Products.ZSPARQLMethod.git branch=develop
eea.aliases = git https://github.com/eea/eea.aliases.git pushurl=git@github.com:eea/eea.aliases.git branch=develop
eea.ldapadmin = git https://github.com/eea/eea.ldapadmin.git pushurl=git@github.com:eea/eea.ldapadmin.git branch=develop
eea.usersdb = git https://github.com/eea/eea.usersdb.git pushurl=git@github.com:eea/eea.usersdb.git branch=develop
eea.userseditor = git https://github.com/eea/eea.userseditor.git pushurl=git@github.com:eea/eea.userseditor.git branch=develop
eionet_external = git https://github.com/eea/eionet_external.git pushurl=git@github.com:eea/eionet_external.git branch=develop
eionet.theme = git https://github.com/eea/eionet.theme.git pushurl=git@github.com:eea/eionet.theme.git branch=develop
sparql-client = git https://github.com/eea/sparql-client.git pushurl=git@github.com:eea/sparql-client.git branch=develop
eea.dexterity.sparql = git https://github.com/eea/eea.dexterity.sparql.git pushurl=git@github.com:eea/eea.dexterity.sparql.git branch=develop
eea.dexterity.rdfmarshaller = git https://github.com/eea/eea.dexterity.rdfmarshaller.git pushurl=git@github.com:eea/eea.dexterity.rdfmarshaller.git branch=develop
Expand All @@ -25,7 +19,6 @@ eea.volto.policy = git https://github.com/eea/eea.volto.policy.git pushurl=git@g
eea.volto.slate = git https://github.com/eea/eea.volto.slate.git pushurl=git@github.com:eea/eea.volto.slate.git branch=develop
eea.zotero = git https://github.com/eea/eea.zotero.git pushurl=git@github.com:eea/eea.zotero.git branch=develop
SuRF = git https://github.com/eea/SuRF.git pushurl=git@github.com:eea/SuRF.git branch=python3
collective.js.fullcalendar = git https://github.com/eea/collective.js.fullcalendar.git pushurl=git@github.com:eea/collective.js.fullcalendar.git branch=develop
#
# REST API
#
Expand All @@ -35,9 +28,3 @@ eea.api.layout = git https://github.com/eea/eea.api.layout.git pushurl=git@githu
eea.api.taxonomy = git https://github.com/eea/eea.api.taxonomy.git pushurl=git@github.com:eea/eea.api.taxonomy.git branch=develop
eea.api.dataconnector = git https://github.com/eea/eea.api.dataconnector.git pushurl=git@github.com:eea/eea.api.dataconnector.git branch=develop
eea.api.objectprovides = git https://github.com/eea/eea.api.objectprovides.git pushurl=git@github.com:eea/eea.api.objectprovides.git branch=develop
#
# Energy and FISE
#
energy.content = git https://github.com/eea/energy.content.git pushurl=git@github.com:eea/energy.content.git branch=develop
forests.content = git https://github.com/eea/forests.content.git pushurl=git@github.com:eea/forests.content.git branch=develop
forests.theme = git https://github.com/eea/forests.theme.git pushurl=git@github.com:eea/forests.theme.git branch=develop

0 comments on commit 502c569

Please sign in to comment.