Skip to content

Commit

Permalink
Prepare test release for P6
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Apr 16, 2024
1 parent 9280d5b commit cac1d91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build latest
uses: IMIO/buildout.pm.portal/actions/harbor@add-gh-actions
uses: IMIO/buildout.pm.portal/actions/harbor@plone6
with:
HARBOR_URL: ${{ secrets.HARBOR_URL }}
DELIB_HARBOR_USERNAME: ${{ secrets.DELIB_HARBOR_USERNAME }}
Expand Down
17 changes: 9 additions & 8 deletions prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,18 @@ access-log-args = (r"/data/log/" + os.getenv('HOSTNAME') + r"-access.log",)
event-log-kwargs = {"when": "D", "interval": 7}
access-log-level = INFO

rel-storage =
type postgresql
dsn dbname='$(RELSTORAGE_DB)' user='$(RELSTORAGE_USER)' host='$(RELSTORAGE_HOSTNAME)' port='$(RELSTORAGE_PORT)' password='$(RELSTORAGE_PASSWORD)'
shared-blob-dir true
blob-dir /data/blobstorage
#rel-storage =
# type postgresql
# dsn dbname='$(RELSTORAGE_DB)' user='$(RELSTORAGE_USER)' host='$(RELSTORAGE_HOSTNAME)' port='$(RELSTORAGE_PORT)' password='$(RELSTORAGE_PASSWORD)'
# shared-blob-dir true
# blob-dir /data/blobstorage

eggs +=
imio.prometheus
pylibmc
psycopg2
Relstorage[postgresql]
plonetheme.deliberations
# pylibmc
# psycopg2
# Relstorage[postgresql]
# load ZCML slug so translations of plone domain are overriding plone default
zcml +=
imio.prometheus
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plonemeeting.portal.core =
# specifics
imio.pyutils = 1.0.0a0
prompt-toolkit = 3.0.43

plonetheme.deliberations = 0.1a2
# Added by buildout at 2024-02-02 14:14:22.462472
asttokens = 2.4.1
build = 1.0.3
Expand Down

0 comments on commit cac1d91

Please sign in to comment.