You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran bin/manage.py report --interactive today in 4.3 and 5.1. This was for finding missing checkouts. But this also found a few packages with newer versions. For example on 4.3:
Newer version 1.1.4 is available for Products.ZopeVersionControl (Currently 1.1.3)
I answered yes, plone.releaser commit the change, and... it immediately pushed. This included the version update and several added checkouts. I wanted to at least run bin/buildout before I pushed.
In this case, the updated version is a bad idea, because it pulls in too new versions of zope packages, and buildout fails. But the change was pushed already, and Jenkins broke. (I reverted the change of course.)
plone.releaser should ask if you want to push. I will make a PR.
The text was updated successfully, but these errors were encountered:
Branch: refs/heads/master
Date: 2020-03-04T17:19:15+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.releaser@8e2f3d3
Ask before pushing an updated version when running 'report'.
Fixesplone/plone.releaser#32
Files changed:
A news/32.bugfix
M plone/releaser/package.py
Repository: plone.releaser
Branch: refs/heads/master
Date: 2020-03-05T01:34:33+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.releaser@242fdf9
Merge pull request #33 from plone/maurits/issue-32-push-ask
Ask before pushing an updated version when running 'report'.
Files changed:
A news/32.bugfix
M plone/releaser/package.py
Branch: refs/heads/master
Date: 2020-03-04T17:19:15+01:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.releaser@8e2f3d3
Ask before pushing an updated version when running 'report'.
Fixesplone/plone.releaser#32
Files changed:
A news/32.bugfix
M plone/releaser/package.py
Repository: plone.releaser
Branch: refs/heads/master
Date: 2020-03-05T01:34:33+01:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.releaser@242fdf9
Merge pull request #33 from plone/maurits/issue-32-push-ask
Ask before pushing an updated version when running 'report'.
Files changed:
A news/32.bugfix
M plone/releaser/package.py
I ran
bin/manage.py report --interactive
today in 4.3 and 5.1. This was for finding missing checkouts. But this also found a few packages with newer versions. For example on 4.3:I answered yes,
plone.releaser
commit the change, and... it immediately pushed. This included the version update and several added checkouts. I wanted to at least runbin/buildout
before I pushed.In this case, the updated version is a bad idea, because it pulls in too new versions of zope packages, and buildout fails. But the change was pushed already, and Jenkins broke. (I reverted the change of course.)
plone.releaser
should ask if you want to push. I will make a PR.The text was updated successfully, but these errors were encountered: