bkr distros-edit-version: Edit the version of Beaker distros¶
Description¶
Applies the given version (for example, RedHatEnterpriseLinux8.0 or Fedora30) to all matching distros in Beaker.
Options¶
- --name <name>¶
All distros with the given name will be updated. <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¶
Set the version for all RHEL5.6 Server nightly trees from a particular date:
bkr distros-edit-version --name "RHEL-8.0.0-20190410%" RedHatEnterpriseLinux8.0
Notes¶
This command is only available to Beaker administrators.
See also¶
bkr(1)