bkr-distros-tag - Man Page

Tag Beaker distros

Synopsis

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

Description

Applies the given tag to all matching distros in Beaker. Prints to stdout a list of the distros which were tagged.

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

Tags all RHEL8.0.0 nightly trees from a particular date with the "INSTALLS" tag:

bkr distros-tag --name RHEL-8.0.0-20190410% INSTALLS

Notes

This command is only available to Beaker administrators.

See Also

bkr-distros-untag(1), bkr(1)

Author

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

Referenced By

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

Feb 11, 2024 29.1 Beaker