Skip to content

Commit

Permalink
Added commands recipe, to switch temporarily to plonegroup branch in …
Browse files Browse the repository at this point in the history
…this case
  • Loading branch information
sgeulette committed May 25, 2020
1 parent 481b26f commit 80234ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ parts +=
ipzope
ploneversioncheck
upgrade
cmds

always-checkout = force
auto-checkout +=
Expand Down Expand Up @@ -98,6 +99,13 @@ zope-conf-additional +=
publisher-profile-file ${buildout:directory}/profile.dat
${zope-conf:zamqp}

[cmds]
recipe = collective.recipe.cmd
on_install = true
on_update = true
cmds =
cd src/collective.contact.plonegroup; git co groups_view

[instance-amqp]
<= instance1
zserver-threads = 1
Expand Down
1 change: 1 addition & 0 deletions versions-dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Products.Clouseau = 1.0
#Products.PDBDebugMode = 1.3.1
Products.PrintingMailHost = 1.1.0
collective.MockMailHost = 1.1.0
collective.recipe.cmd = 0.11
collective.wfautodoc = 1.1
coverage = 4.5.1
plone.app.workflowmanager = 1.1.0
Expand Down

0 comments on commit 80234ce

Please sign in to comment.