From e3a7ef7a6c9486ab32f2531aae18ac4bcc8fd021 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Jan 12 2022 20:40:39 +0000 Subject: Minor process description improvements - State explicitly that you don't need to request rawhide branch - If the review isn't assigned to the BZ ticket, `fedpkg request-repo` will be closed as invalid --- diff --git a/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc b/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc index d1ced9a..12b72a9 100644 --- a/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc +++ b/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc @@ -46,9 +46,13 @@ in `Review Description` . Watch the review request in Bugzilla. Fix any blockers that the reviewer(s) point out. -. When the package is approved by the reviewer, -request a git module with `fedpkg request-repo PACKAGE-NAME BUGZILLA-TICKET-NUMBER` -and when the repo is created +. When the package is approved, request a git module for your package. + +** Make sure the reviewer is the Assignee in your Bugzilla ticket. + +** Request a git module with `fedpkg request-repo PACKAGE-NAME BUGZILLA-TICKET-NUMBER` +When the repo is created, it contains the rawhide branch. +If you want to bring the package to older Fedoras, request branches with `fedpkg request-branch --repo PACKAGE-NAME BRANCH`. You might need to get a pagure-API-token before being able to successfully request the repo. Wait until the requests are approved.