1BKR-DISTROS-TAG(1) Beaker BKR-DISTROS-TAG(1)
2
3
4
6 bkr-distros-tag - Tag Beaker distros
7
9 bkr distros-tag [options] --name <name> <tag>
10
12 Applies the given tag to all matching distros in Beaker. Prints to std‐
13 out a list of the distros which were tagged.
14
16 --name <name>
17 Limit to distros with the given name. <name> is interpreted as a
18 SQL LIKE pattern (the % character matches any substring).
19
20 Common bkr options are described in the Options section of bkr(1).
21
23 Non-zero on error, otherwise zero.
24
26 Tags all RHEL8.0.0 nightly trees from a particular date with the
27 "INSTALLS" tag:
28
29 bkr distros-tag --name RHEL-8.0.0-20190410% INSTALLS
30
32 This command is only available to Beaker administrators.
33
35 bkr-distros-untag(1), bkr(1)
36
38 The Beaker team <beaker-devel@lists.fedorahosted.org>
39
41 2013-2021 Red Hat, Inc.
42
43
44
45
4628.2 Feb 17, 2021 BKR-DISTROS-TAG(1)