Plone 5.2.4 release
This commit is contained in:
parent
1593abcfc5
commit
0acd80b9e5
|
|
@ -1,24 +1,25 @@
|
||||||
Maintainers: Alin Voinea <alin.voinea@gmail.com> (@avoinea),
|
Maintainers: Alin Voinea <alin.voinea@gmail.com> (@avoinea),
|
||||||
|
Piero Nicolli <piero.nicolli@redturtle.it> (@pnicolli),
|
||||||
Sven Strack <sven@so36.net> (@svx),
|
Sven Strack <sven@so36.net> (@svx),
|
||||||
Antonio De Marinis <Antonio.DeMarinis@eea.europa.eu> (@demarant)
|
Antonio De Marinis <Antonio.DeMarinis@eea.europa.eu> (@demarant)
|
||||||
GitRepo: https://github.com/plone/plone.docker.git
|
GitRepo: https://github.com/plone/plone.docker.git
|
||||||
|
|
||||||
Tags: 5.2.2-python38, 5.2-python38, 5-python38, python38, 5.2.2, 5.2, 5, latest
|
Tags: 5.2.4-python38, 5.2-python38, 5-python38, python38, 5.2.4, 5.2, 5, latest
|
||||||
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
|
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
|
||||||
GitCommit: f66610b264ad294acc2bb85676e53e803994a5e7
|
GitCommit: a516871e08532c8a343f9e9e713c8abc8d80aae6
|
||||||
Directory: 5.2/5.2.2/debian
|
Directory: 5.2/5.2.4/debian
|
||||||
|
|
||||||
Tags: 5.2.2-python37, 5.2-python37, 5-python37, python37
|
Tags: 5.2.4-python37, 5.2-python37, 5-python37, python37
|
||||||
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
|
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
|
||||||
GitCommit: f66610b264ad294acc2bb85676e53e803994a5e7
|
GitCommit: a516871e08532c8a343f9e9e713c8abc8d80aae6
|
||||||
Directory: 5.2/5.2.2/python37
|
Directory: 5.2/5.2.4/python37
|
||||||
|
|
||||||
Tags: 5.2.2-python36, 5.2-python36, 5-python36, python36
|
Tags: 5.2.4-python36, 5.2-python36, 5-python36, python36
|
||||||
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
|
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
|
||||||
GitCommit: f66610b264ad294acc2bb85676e53e803994a5e7
|
GitCommit: a516871e08532c8a343f9e9e713c8abc8d80aae6
|
||||||
Directory: 5.2/5.2.2/python36
|
Directory: 5.2/5.2.4/python36
|
||||||
|
|
||||||
Tags: 5.2.2-alpine, 5.2-alpine, 5-alpine, alpine
|
Tags: 5.2.4-alpine, 5.2-alpine, 5-alpine, alpine
|
||||||
Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
|
Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
|
||||||
GitCommit: f66610b264ad294acc2bb85676e53e803994a5e7
|
GitCommit: a516871e08532c8a343f9e9e713c8abc8d80aae6
|
||||||
Directory: 5.2/5.2.2/alpine
|
Directory: 5.2/5.2.4/alpine
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
[buildout]
|
[buildout]
|
||||||
extends = develop.cfg
|
extends = develop.cfg
|
||||||
|
find-links +=
|
||||||
develop += src/eea.facetednavigation
|
develop += src/eea.facetednavigation
|
||||||
eggs += eea.facetednavigation
|
eggs += eea.facetednavigation
|
||||||
zcml += eea.facetednavigation-meta
|
zcml += eea.facetednavigation-meta
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
[buildout]
|
[buildout]
|
||||||
extends = develop.cfg
|
extends = develop.cfg
|
||||||
|
find-links +=
|
||||||
develop += src/eea.facetednavigation
|
develop += src/eea.facetednavigation
|
||||||
eggs += eea.facetednavigation
|
eggs += eea.facetednavigation
|
||||||
zcml += eea.facetednavigation-meta
|
zcml += eea.facetednavigation-meta
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
[buildout]
|
[buildout]
|
||||||
extends = develop.cfg
|
extends = develop.cfg
|
||||||
|
find-links +=
|
||||||
develop += src/eea.facetednavigation
|
develop += src/eea.facetednavigation
|
||||||
eggs += eea.facetednavigation
|
eggs += eea.facetednavigation
|
||||||
zcml += eea.facetednavigation-meta
|
zcml += eea.facetednavigation-meta
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue