Skip to content

Commit

Permalink
Use Plone 6
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Feb 2, 2024
1 parent 5af685a commit 6b3d1fd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
plone-5.2.x.cfg
plone-6.0.x.cfg
sources.cfg

extensions =
Expand Down
8 changes: 8 additions & 0 deletions plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[buildout]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/plone-6.0.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.github.com/plone/plone.app.robotframework/master/versions.cfg
base.cfg

develop =
2 changes: 1 addition & 1 deletion prod.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://dist.plone.org/release/5.2.9/versions.cfg
https://dist.plone.org/release/6.0.9/versions.cfg
base.cfg
port.cfg

Expand Down
2 changes: 1 addition & 1 deletion sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ imio = git://github.com/IMIO
imio_push = [email protected]:IMIO

[sources]
plonemeeting.portal.core = git ${remotes:imio}/plonemeeting.portal.core.git pushurl=${remotes:imio_push}/plonemeeting.portal.core.git
plonemeeting.portal.core = git ${remotes:imio}/plonemeeting.portal.core.git pushurl=${remotes:imio_push}/plonemeeting.portal.core.git branch=plone6

0 comments on commit 6b3d1fd

Please sign in to comment.