bkr-distros-untag - Man Page

Untag Beaker distros

Synopsis

bkr distros-untag [options] --name <name> <tag>

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)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1), bkr-distros-tag(1).

Feb 11, 2024 29.1 Beaker