Update commands for managing releases
Signed-off-by: Mattia Verga <mattia.verga@protonmail.com>
This commit is contained in:
parent
f8af7bc491
commit
8f9a657885
1 changed files with 7 additions and 1 deletions
|
@ -56,11 +56,17 @@ _bodhi-manage-releases_ tool.
|
|||
You can add a new pending release by running this command:
|
||||
|
||||
....
|
||||
bodhi-manage-releases create --name F23 --long-name "Fedora 23" --id-prefix FEDORA --version 23 --branch f23 --dist-tag f23 --stable-tag f23-updates --testing-tag f23-updates-testing --candidate-tag f23-updates-candidate --pending-stable-tag f23-updates-pending --pending-testing-tag f23-updates-testing-pending --override-tag f23-override --state pending
|
||||
bodhi-manage-releases create --name F23 --long-name "Fedora 23" --id-prefix FEDORA --version 23 --branch rawhide --dist-tag f23 --stable-tag f23-updates --testing-tag f23-updates-testing --candidate-tag f23-updates-candidate --pending-stable-tag f23-updates-pending --pending-testing-tag f23-updates-testing-pending --override-tag f23-override --package-manager dnf --testing-repository updates-testing --state pending --not-composed-by-bodhi --create-automatic-updates
|
||||
....
|
||||
|
||||
== Pre-Beta Bodhi config
|
||||
|
||||
Disable automatic updates creation and enable composes by Bodhi:
|
||||
|
||||
....
|
||||
bodhi-manage-releases edit --name F23 --composed-by-bodhi --no-create-automatic-updates --branch f23
|
||||
....
|
||||
|
||||
Enable pre_beta policy in bodhi config in ansible.::::
|
||||
ansible/roles/bodhi2/base/templates/production.ini.j2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue