From 093ee5eb34b3b3bb4e49738fbf43824b9fc8ee0b Mon Sep 17 00:00:00 2001 From: Otto Urpelainen Date: Feb 14 2022 19:32:41 +0000 Subject: Fix section levels in Installing Package Tools --- diff --git a/modules/ROOT/pages/Installing_Packager_Tools.adoc b/modules/ROOT/pages/Installing_Packager_Tools.adoc index 40ba262..35cb9b0 100644 --- a/modules/ROOT/pages/Installing_Packager_Tools.adoc +++ b/modules/ROOT/pages/Installing_Packager_Tools.adoc @@ -23,6 +23,16 @@ to be able to make changes to any package, including your own. See wiki page https://fedoraproject.org/wiki/Cryptography#OpenSSH[Cryptography: OpenSSH] for more information. +=== Mock + +To be able to test the build procedure in a clean chroot with +https://rpm-software-management.github.io/mock/[Mock], +you need to configure your account to be a member of the `mock` group: + +---- +$ sudo usermod -a -G mock +---- + == Acquiring Kerberos ticket Koji uses Kerberos for authentication. @@ -38,13 +48,3 @@ Kerberos tickets have an expiration time, so `kinit` needs to be periodically re See https://fedoraproject.org/wiki/Infrastructure/Kerberos[Infrastructure/Kerberos] for more information about the Fedora Kerberos setup. - -=== Configuring Mock - -To be able to test the build procedure in a clean chroot with -https://rpm-software-management.github.io/mock/[Mock], -you need to configure your account to be a member of the `mock` group: - ----- -$ sudo usermod -a -G mock -----