bkr distros-untag: Untag Beaker distros¶
Description¶
Removes the given tag from all matching distros in Beaker. Prints to stdout a list of the distros which were untagged.
Options¶
- --name <name>¶
Limit to distros with the given name. <name> is interpreted as a SQL LIKE pattern (the % character matches any substring).
Common bkr options are described in the Options section of bkr(1).
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Removes the “STABLE” tag from all RHEL 8.0.0 nightly trees from a particular date:
bkr distros-untag --name RHEL-8.0.0-20190410% STABLE
Notes¶
This command is only available to Beaker administrators.
See also¶
bkr-distros-tag(1), bkr(1)