Skip to content

tools: Add embargo tool

Prarit Bhargava requested to merge prarit/tools:add_embargo into main

The existing embargo tool did lookups of the kernel status on the
maintainers' status pages. This no longer works with the new
development workflow and a new tool had to be written to use
brew queries for embargo status.

This new tool has three modes of operation. It can do a search
based on the OS version (8.5, 7.9, etc.), a kernel nvr
(kernel-4.18.0-123.el8), or output information about all OS
versons (using the 'all' option).

examples)

[prarit@prarit ~]$ embargo 8.4
8.4.0 build kernel-4.18.0-304.el8 is not embargoed

[prarit@prarit ~]$ embargo 7.8
7.8 build kernel-3.10.0-1127.19.1.el7 is not embargoed

[prarit@prarit ~]$ embargo kernel-4.18.0-304.6.el8
build kernel-4.18.0-304.6.el8 is not embargoed

Signed-off-by: Prarit Bhargava prarit@redhat.com

Edited by Prarit Bhargava

Merge request reports