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
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker