From 34acc3a433e9ba6ff7c1d915c868b1470f092e2a Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Feb 08 2022 16:05:03 +0000 Subject: fix documentation --- diff --git a/modules/ROOT/pages/Package_Review_Process.adoc b/modules/ROOT/pages/Package_Review_Process.adoc index e01ed9a..a496e11 100644 --- a/modules/ROOT/pages/Package_Review_Process.adoc +++ b/modules/ROOT/pages/Package_Review_Process.adoc @@ -120,26 +120,27 @@ It must have the `fedora-review` set to `+`, and it must be assigned to your reviewer. Otherwise your repository request will be closed as invalid. +* When https://pagure.io/releng/fedora-scm-requests/issues[fedora-scm-requests tickets] +for the requested repository and branches are closed, +checkout the package: ++ +.... +fedpkg clone my-package +.... + * If you want to add your package to more Fedora releases and not just Rawhide, let's say to Fedora {MAJOROSVER}, you can use the following command to request additional branches: + .... -fedpkg request-branch --repo f{MAJOROSVER}` +fedpkg request-branch f{MAJOROSVER} .... + You must wait for your repository to be created before filing your branch request, otherwise your branch request will be closed as invalid. - -* When https://pagure.io/releng/fedora-scm-requests/issues[fedora-scm-requests tickets] -for the requested repository and branches are closed, -checkout the package: -+ -.... -fedpkg clone -.... +Also, be sure you are in the checked-out package folder. * Now you can xref:Joining_the_Package_Maintainers.adoc#import_commit_and_build_your_package[import your SRPM package]. Do a final check of spec file tags, etc.