bkr-distros-edit-version - Man Page
Edit the version of Beaker distros
Synopsis
bkr distros-edit-version [options] --name <name> <version>
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
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker