Skip to content

Commit

Permalink
Add buildout config for Plone 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Dec 14, 2024
1 parent e1eb88c commit 6a691a3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ build-plone-6.0: .installed.cfg ## Build Plone 6.0
bin/pip install -r requirements-6.0.txt
bin/buildout -c plone-6.0.x.cfg

.PHONY: Build Plone 6.1
build-plone-6.1: .installed.cfg ## Build Plone 6.1
bin/pip install --upgrade pip
bin/pip install -r requirements-6.1.txt
bin/buildout -c plone-6.1.x.cfg

.PHONY: Test
test: ## Test
bin/pip install zest.pocompile
Expand Down
14 changes: 14 additions & 0 deletions plone-6.1.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[buildout]
extends =
https://dist.plone.org/release/6.1.0b1/versions.cfg
base.cfg
versions = versions

[instance]
recipe = plone.recipe.zope2instance
zodb-temporary-storage = off

[versions]
black = 21.7b0
importlib-metadata = 4.12.0
readme-renderer = 43.0
1 change: 1 addition & 0 deletions requirements-6.1.x.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r https://dist.plone.org/release/6.1.0b1/requirements.txt

0 comments on commit 6a691a3

Please sign in to comment.