-
Notifications
You must be signed in to change notification settings - Fork 94
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
common/Scripts: add check_update function to helper.sh #3922
Conversation
**Summary** - for quick anitya monitoring of a single package
How much of a pain is it to write fish and zsh versions? Seems there is no good way to call a bash function from within the fish shell |
I'd make it a separate script instead and call that from all three helper functions. |
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.
The code in itself is sound.
However, it would be way more useful if the actual logic was made into a standalone script, which is then called from the various helper scripts via a function.
Do you have any appetite for doing this rewrite?
With |
Only once |
|
Closing as this functionality is superseded by Serpent's Thank you nonetheless @joebonrichie ! 💪 |
Summary
Test Plan
source script in environment and run check_update on a bunch of packages
Checklist