Skip to content

Commit

Permalink
Delete useless module for plone 6 and update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thomlamb committed Nov 21, 2024
1 parent 93c27ed commit 6748a1a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
1 change: 0 additions & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ extensions =
auto-checkout =
plone.formwidget.geolocation
library.policy
library.theme
library.core
collective.preventactions

Expand Down
21 changes: 7 additions & 14 deletions dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ allow-picked-versions = true
extensions =
mr.developer

parts +=
resources
zodbupdate

# parts +=
# zodbupdate

auto-checkout +=
library.policy
library.theme
library.core
collective.preventactions

Expand All @@ -29,14 +26,10 @@ user = admin:admin
zeo-client-client = client-storage
eggs +=
${debug-products:eggs}
collective.js.jqueryui
# collective.js.jqueryui

[resources]
recipe = zc.recipe.egg
eggs =
plone.staticresources
scripts = plone-compile-resources
resources = ${buildout:directory}/resources

[zodbupdate]
recipe = zc.recipe.egg
eggs = zodbupdate
# [zodbupdate]
# recipe = zc.recipe.egg
# eggs = zodbupdate
1 change: 0 additions & 1 deletion sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ plone_push = git@github.com:plone
[sources]
# from IMIO
library.policy = git ${remotes:imio}/library.policy.git pushurl=${remotes:imio_push}/library.policy.git branch=plone6
library.theme = git ${remotes:imio}/library.theme.git pushurl=${remotes:imio_push}/library.theme.git branch=plone6
library.core = git ${remotes:imio}/library.core.git pushurl=${remotes:imio_push}/library.core.git branch=plone6
collective.behavior.gallery = git ${remotes:imio}/collective.behavior.gallery.git pushurl=${remotes:imio_push}/collective.behavior.gallery.git branch=master
collective.preventactions = git ${remotes:collective}/collective.preventactions.git pushurl=${remotes:collective_push}/collective.preventactions.git branch=plone6
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ plone.app.imagecropping = 3.0.3
# Required by:
# iaweb.mosaic==1.0.0
# library.policy==1.1.17.dev0
plone.app.mosaic = 3.2.0a7
plone.app.mosaic = 3.1.5

# Required by:
# plone.app.mosaic==3.1.5
Expand Down

0 comments on commit 6748a1a

Please sign in to comment.