1BKR-DISTROS-UNTAG(1) Beaker BKR-DISTROS-UNTAG(1)
2
3
4
6 bkr-distros-untag - Untag Beaker distros
7
9 bkr distros-untag [options] --name <name> <tag>
10
12 Removes the given tag from all matching distros in Beaker. Prints to
13 stdout a list of the distros which were untagged.
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 Removes the "STABLE" tag from all RHEL 8.0.0 nightly trees from a par‐
27 ticular date:
28
29 bkr distros-untag --name RHEL-8.0.0-20190410% STABLE
30
32 This command is only available to Beaker administrators.
33
35 bkr-distros-tag(1), bkr(1)
36
38 The Beaker team <beaker-devel@lists.fedorahosted.org>
39
41 2013-2022 Red Hat, Inc.
42
43
44
45
4628.3 May 21, 2022 BKR-DISTROS-UNTAG(1)