-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
anime-downloader 5.0.1 #63211
anime-downloader 5.0.1 #63211
Conversation
@dtrodrigues is there anything wrong with the pr? |
This can be merged after #62560 completes |
@dtrodrigues thanks for putting it on hold! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Please rebase on top of master (because of the python upgrade revision bump)
- Check whether the resources can be updated
Done |
One of the tests is failing Should I remove revision @fxcoudert ? |
Yes please |
For reference, if you had run I've pushed the updated urlilb3 version to your branch. |
I did, but it failed due to some network issues, which I later fixed, and, as far as I know, there's no way to continue bumping the version once it failed |
It should be possible to re-try if it failed along the way due to network issues. I'm wondering if after the failed network issue, the primary url had been updated in which case |
I was looking at this comment: Homebrew/brew#3150 (comment) |
The decision of whether or not to restore state was a deliberate one - there are cases where a different error occurred and one might want to continue from that position vs starting over from scratch. You may need to manually revert/manually delete the branch that was auto-created though. As the issue submitter pointed out, deleting the branch should allow you to re-run the command. Thanks for your patience with this in the middle of our Python 3.9 migration and for your first contribution to Homebrew @bonkboykz! |
🤖 A scheduled task has triggered a merge. |
Got it, I kinda rushed to the first solution I could come up with 😅 I'll try that next time Thanks for the support, guys! |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?