Skip to content

Commit

Permalink
build(checkouts): Fix override base auto-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Feb 14, 2022
1 parent 75aa812 commit 895eeed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plone-5.2.x-performance.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
extends = plone-5.2.x.cfg
parts += instance plonesite
auto-checkout = Products.ZCatalog
auto-checkout += Products.ZCatalog

[instance]
recipe = plone.recipe.zope2instance
Expand Down
2 changes: 1 addition & 1 deletion plone-6.0.x.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extends =
base.cfg
find-links = https://dist.plone.org/release/6.0.0a3/
versions=versions
auto-checkout =
auto-checkout +=
Products.CMFPlone

[sources]
Expand Down
2 changes: 1 addition & 1 deletion site.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
extensions = mr.developer
extends = buildout.cfg
eggs += plone.restapi
auto-checkout = plone.restapi
auto-checkout += plone.restapi
parts = instance plonesite


Expand Down

0 comments on commit 895eeed

Please sign in to comment.