Skip to content

Commit

Permalink
Add a PLIP configuration to Portal Working Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleybl committed Nov 4, 2024
1 parent 00b2e68 commit 175ee55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plips/plip-working-copy-portal.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[buildout]
# See https://github.com/plone/volto/issues/5284
extends = plipbase.cfg
auto-checkout +=
plone.app.iterate
Products.CMFEditions
plone.restapi

[sources]
plone.app.iterate = git ${remotes:plone}/plone.app.iterate.git pushurl=${remotes:plone_push}/plone.app.iterate.git branch=working_copy_portal
Products.CMFEditions = git ${remotes:plone}/Products.CMFEditions.git pushurl=${remotes:plone_push}/Products.CMFEditions.git branch=working_copy_portal
plone.restapi = git ${remotes:plone}/plone.restapi.git pushurl=${remotes:plone_push}/plone.restapi.git branch=working_copy_portal

0 comments on commit 175ee55

Please sign in to comment.