WARNING: I have not run this without the --dry-run option!
--dry-run
1 new commit added
Improvements:
I still haven't run it without the --dry-run option.
--dry-run option
Nitpick: Please print this to stderr.
stderr
Also should be stderr, but I appreciate the humor in the message!
It's kind of a nitpick, but please use Python's logging facility. For consistency, you can follow the model of https://pagure.io/fedora-eln/eln-scripts/blob/main/f/find_eln_failures.py#_86
logging
Split get_distro_packages() into a separate library/script
3 new commits added
Address review feedback and improvement
Adding initial revision of untag-trimmed-builds.py
@sgallagh Thank you for the feedback. With my latest push, I believe I've addressed your comments in addition to splitting get_distro_packages() into a separate file that can be included as a library or run stand-alone.
get_distro_packages()
Looks good to me.
Pull-Request has been merged by sgallagh
WARNING: I have not run this without the
--dry-runoption!