From f9be831c6ecfe402e87d6e7dfbb3649076a73160 Mon Sep 17 00:00:00 2001 From: Carl George Date: Jul 18 2022 22:01:23 +0000 Subject: Replace all references to git modules with distgit repositories Modules is an incredibly overloaded term. Especially now that we have dnf modularity, we should avoid the term where we can. --- 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 626748b..390dbd1 100644 --- a/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc +++ b/modules/ROOT/pages/New_Package_Process_for_Existing_Contributors.adoc @@ -45,11 +45,11 @@ in `Review Description` . Watch the review request in Bugzilla. Fix any blockers that the reviewer(s) point out. -. When the package is approved, request a git module for your package. +. When the package is approved, request a distgit repository 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`. +** Request a distgit repository with `fedpkg request-repo PACKAGE-NAME BUGZILLA-TICKET-NUMBER`. (xref:Package_Maintenance_Guide.adoc[Package Maintenance Guide] has more information about `fedpkg`.) You might need to get a pagure-API-token before being able to successfully request the repo. @@ -61,7 +61,7 @@ request branches with `fedpkg request-branch --repo PACKAGE-NAME BRANCH`. ** Wait until the requests are approved. . Once the requests are approved, -checkout the git module with `fedpkg clone `. +checkout the distgit repository with `fedpkg clone `. . Import your srpm diff --git a/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc b/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc index 92a5450..6da6abf 100644 --- a/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc +++ b/modules/ROOT/pages/New_Package_Process_for_New_Contributors.adoc @@ -177,17 +177,17 @@ You will need to run this for each non-rawhide branch. If you wish, you can also use the `--all-releases` flag to request branches for all current Fedora releases. -[#check_out_the_module] -== Check out the module +[#check_out_the_distgit_repository] +== [[check_out_the_module]] Check out the distgit repository -You _could_ check out your module now, +You _could_ check out your distgit repository now, but before doing that, consider doing `mkdir ~/fedora-scm ; cd ~/fedora-scm` — that way, all your files are inside a single directory. Also, run `ssh-add`, so that you won't have to keep typing in your key password. -Now you are ready to checkout your module from the SCM: +Now you are ready to checkout your distgit repository from the SCM: .... fedpkg clone your-package @@ -205,8 +205,8 @@ while Koji command line tool uses the Fedora build system server. [#import_commit_and_build_your_package] == Import, commit, and build your package -Now that you've checked out your (empty) package module with `fedpkg`, -cd into the module's main branch: +Now that you've checked out your (empty) distgit repository with `fedpkg`, +cd into the repository's main branch: .... cd