1BKR-DISTRO-TREES-VERIFY(1) Beaker BKR-DISTRO-TREES-VERIFY(1)
2
3
4
6 bkr-distro-trees-verify - Check Beaker distro trees for problems
7
9 bkr distro-trees-verify [options]
10 [--tag <tag>] [--name <name>] [--treepath <url>] [--family <family>] [--arch <arch>]
11 [--broken] [--limit <number>]
12
13
15 Prints to stdout a list of matching distro trees in Beaker, along with
16 a list of labs (if any) which do not have the tree.
17
19 --tag <tag>
20 Limit to distros which have been tagged in Beaker with <tag>.
21
22 --name <name>
23 Limit to distros with the given name. <name> is interpreted as a
24 SQL LIKE pattern (the % character matches any substring).
25
26 --treepath <url>
27 Limit to distro trees with the given tree path. <url> is inter‐
28 preted as a SQL LIKE pattern (the % character matches any sub‐
29 string).
30
31 --family <family>
32 Limit to distros of the given family (major version), for exam‐
33 ple RedHatEnterpriseLinuxServer5.
34
35 --arch <arch>
36 Limit to distro trees for the given arch.
37
38 --broken
39 Limit to distro trees which are not present in every lab.
40
41 --limit <number>
42 Return at most <number> distros.
43
44 Common bkr options are described in the Options section of bkr(1).
45
47 Non-zero on error, otherwise zero. If no distros match the given cri‐
48 teria this is considered to be an error, and the exit status will be 1.
49
51 Prior to version 0.9, this command was called bkr distros-verify.
52
54 bkr-distro-trees-list(1), bkr(1)
55
57 The Beaker team <beaker-devel@lists.fedorahosted.org>
58
60 2013, Red Hat, Inc
61
62
63
64
6526.3 Jan 25, 2019 BKR-DISTRO-TREES-VERIFY(1)