1BKR-DISTROS-EDIT-VERSION(1) Beaker BKR-DISTROS-EDIT-VERSION(1)
2
3
4
6 bkr-distros-edit-version - Edit the version of Beaker distros
7
9 bkr distros-edit-version [options] --name <name> <version>
10
12 Applies the given version (for example, RedHatEnterpriseLinuxServer5.6
13 or Fedora14) to all matching distros in Beaker.
14
16 --name <name>
17 All distros with the given name will be updated. <name> is
18 interpreted as a SQL LIKE pattern (the % character matches any
19 substring).
20
21 Common bkr options are described in the Options section of bkr(1).
22
24 Non-zero on error, otherwise zero.
25
27 Set the version for all RHEL5.6 Server nightly trees from a particular
28 date:
29
30 bkr distros-edit-version --name "RHEL5.6-Server-20101110%" RedHatEnterpriseLinuxServer5.6
31
33 This command is only available to Beaker administrators.
34
36 bkr(1)
37
39 The Beaker team <beaker-devel@lists.fedorahosted.org>
40
42 2013, Red Hat, Inc
43
44
45
46
4726.3 Jan 31, 2019 BKR-DISTROS-EDIT-VERSION(1)