From b1d60f83e4e1722d19fa78d52d5eca6effd84f36 Mon Sep 17 00:00:00 2001 From: Tahlia Richardson <3069029+tahliar@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:31:32 +1000 Subject: [PATCH] Add Source and Debug appendix To make existing content extra visible jsc#SLL-456 --- xml/app-access-src-debug.xml | 122 +++++++++++++++++++++++++++++++++++ xml/art-quickstart.xml | 9 +++ 2 files changed, 131 insertions(+) create mode 100644 xml/app-access-src-debug.xml diff --git a/xml/app-access-src-debug.xml b/xml/app-access-src-debug.xml new file mode 100644 index 0000000..2a5b0a0 --- /dev/null +++ b/xml/app-access-src-debug.xml @@ -0,0 +1,122 @@ + + + + %entities; +]> + + + Accessing the <literal>Source</literal> or <literal>Debug</literal> repositories + + + + yes + + + + + Mirroring the Source or Debug repositories and enabling + them on your system are documented as part of + and . + + + However, if your &rhla; or CentOS Linux system is already registered with the &rmt; server and + you just need to enable individual repositories, this section highlights the relevant steps. + + + Requirements + + + The &rmt; server is installed and up to date. + + + + + The &productname; &productnumber; product is enabled on the &rmt; server. + + + + + Your &rhla; or CentOS Linux system is registered with the &rmt; server. + + + + + + Repositories must be mirrored on the &rmt; server before you can access them on your system. + Source and Debug repositories are not mirrored by default. + Use this procedure to mirror any additional repositories you need: + + + Mirroring additional repositories on the &rmt; server + + + List the &productname; &productnumber; repositories: + +&prompt.root;rmt-cli repos list --all | grep &reponameshort;[A-Z\-]&productnumber; + + If the repositories you need already have the status Mirror, + skip this procedure and go to . + + + + + Enable the repositories using their four-digit repository ID. You can enable multiple + repositories at once: + +&prompt.root;rmt-cli repos enable REPO_ID1 REPO_ID2 REPO_ID3 + + + + Start package mirroring for the enabled repositories: + +&prompt.root;rmt-cli mirror + + This will take some time to complete. + + + + + + After the repositories finish mirroring, use this procedure to enable them on your + &rhla; or CentOS Linux system: + + + Enabling additional repositories on &rhla; or CentOS Linux + + + List the available repositories: + +&prompt.root;dnf repolist all + + Be aware that all &productname; &productnumber; repositories are listed and can be enabled + even if they are not mirrored on the &rmt; server. However, you can only download content + from a repository if it is mirrored on the &rmt; server. + + + + + Enable the repositories you need using their repo id. + You can enable multiple repositories at once: + +&prompt.root;dnf config-manager --enable REPO_ID1 REPO_ID2 REPO_ID3 + + + + Run the update command to make sure there are no errors: + +&prompt.root;dnf update + + If you enabled a repository that is not mirrored on the &rmt; server, + you will see a 404 error. + + + + + diff --git a/xml/art-quickstart.xml b/xml/art-quickstart.xml index 18b6b7a..05675a7 100644 --- a/xml/art-quickstart.xml +++ b/xml/art-quickstart.xml @@ -48,6 +48,14 @@ Administration + + 2024-12-13 + + + Add Source and Debug appendix. + + + 2024-12-11 @@ -402,5 +410,6 @@ +