Beaker

bkr distros-tag: 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)