From e8195a2216737e4c02c85357154211a20d2b6b51 Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Oct 10 2022 06:04:46 +0000 Subject: [PATCH 1/2] Use only one release number in Multi-package updates Section Multi-package updates of Package Maintenance Guide was using {MAJOROSVER} in some commands and example output, and {NEXTOSVER} in others. This looks strange. Fixed by using {NEXTOSVER} everywhere. --- diff --git a/modules/ROOT/pages/Package_Update_Guide.adoc b/modules/ROOT/pages/Package_Update_Guide.adoc index c1d2b11..4291105 100644 --- a/modules/ROOT/pages/Package_Update_Guide.adoc +++ b/modules/ROOT/pages/Package_Update_Guide.adoc @@ -363,8 +363,8 @@ Alternatively, the following variants allow specifying the Fedora release or the [subs="attributes+"] ---- -fedpkg --release f{MAJOROSVER} request-side-tag -fedpkg request-side-tag --base-tag f{MAJOROSVER}-build +fedpkg --release f{NEXTOSVER} request-side-tag +fedpkg request-side-tag --base-tag f{NEXTOSVER}-build ---- `fedpkg` will tell you the commands to build a package in the specific side tag From e718b3d3404ab8dc66a9ca0195a294da747436cc Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Oct 10 2022 06:06:53 +0000 Subject: [PATCH 2/2] Fix 'bodhi updates new' command parameters Command given in Multi-package builds section did not work. Changed to use parameters that actually work, and do what the previous form was intended to do. Note that the command does not take 'user' as input at all. Probably it is using Kerberos authentication, so that the user has already been set when 'fkinit' was called. --- diff --git a/modules/ROOT/pages/Package_Update_Guide.adoc b/modules/ROOT/pages/Package_Update_Guide.adoc index 4291105..36790a6 100644 --- a/modules/ROOT/pages/Package_Update_Guide.adoc +++ b/modules/ROOT/pages/Package_Update_Guide.adoc @@ -408,8 +408,9 @@ The web interface only works if you are the creator of the side tag. If you are a proven packager submitting an update for a side tag, you currently need to use the bodhi cli: +[subs="attributes+"] ---- -bodhi updates new --from-tag --notes "whatever" --user +bodhi updates new --from-tag --notes "whatever" f{NEXTOSVER}-build-side-7863 ---- Once the update moves to stable,