brew bump --no-autobump
does not skip listed packages
#6265
Unanswered
osalbahr
asked this question in
Tap maintenance and brew development
Replies: 1 comment 1 reply
-
I think the option is used without formula name but once you give it, brew explicitly try to bump. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I noticed the following behavior:
Is it intended that listed autobumped packages do not get skipped, despite the
--no-autobump
flag?FYI, I am bumping packages obtained from
grep -Eo 'homebrew[^}]+' repology.org.json | awk -F '"' '{print $5}'
on the json downloaded from https://repology.org/api/v1/projects/?inrepo=homebrew&outdated=on, and skipping the autobumped ones would speed up the process.Beta Was this translation helpful? Give feedback.
All reactions