-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed bump-formula-pr can not be resumed #3150
Comments
It would be nice if this resumed from any aborted/failed state but that will add non-trivial code complexity so closing this issue out for now. Could you try and open a pull request? This document should help and we're happy to walk you through anything else. Thanks! |
@MikeMcQuaid I understand resuming requires non-trivial modifications, but is it possible to restore Homebrew to the state from before the failed |
Are you perhaps stuck on a Git branch? |
Homebrew located at
Not very user friendly. Perhaps Homebrew should clean up after itself when |
brew
command and notbrew install
ing or the post-install behaviour of one or more formulae? If it's a formulae-specific problem please file this issue at the relevant tap e.g. for Homebrew/homebrew-core https://github.com/Homebrew/homebrew-core/issues/newbrew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew config
andbrew doctor
and included their output with your issue?What you were trying to do (and why)
Updating plantuml formula using
bump-formula-pr
What happened (include command output)
Mistyped GitHub pw, output:
Retrying command gives error message:
What you expected to happen
Retrying same command would attempt to resume where I left off, i.e. ask for pw again. Alternatively, running
brew doctor
orbrew update/upgrade
to bring Homebrew back into a working state where I can retry.Step-by-step reproduction instructions (by running
brew
commands)brew bump-formula-pr --strict plantuml --url=https://downloads.sourceforge.net/project/plantuml/1.2017.16/plantuml.1.2017.16.jar --sha256=a3d319ed54ed78ce3cf7bfcfe76ffc5aa6ed28a72b5aa575fe9125e0c6bd985
The text was updated successfully, but these errors were encountered: