Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/users-and-groups/
Date: Thu, 26 Dec 2019 22:16:51
Message-Id: 1577398562.bd6d454f759e735611b6bd6cc85c0c82379b29fd.gokturk@gentoo
1 commit: bd6d454f759e735611b6bd6cc85c0c82379b29fd
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 22:16:02 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 22:16:02 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bd6d454f
7
8 ebuild-writing/users-and-groups: post-merge enhancements
9
10 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
11
12 ebuild-writing/users-and-groups/text.xml | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml
16 index 1bb87b3..c556fd9 100644
17 --- a/ebuild-writing/users-and-groups/text.xml
18 +++ b/ebuild-writing/users-and-groups/text.xml
19 @@ -14,16 +14,18 @@ categories.
20
21 <p>
22 First, check the <uri link="https://api.gentoo.org/uid-gid.txt">UID/GID
23 -assignment list</uri> and choose a free UID/GID in range 101..499. If you are
24 -adding a matching user and group, use the same number for both. When in doubt,
25 +assignment list</uri> and choose a free UID/GID in the range between
26 +101 and 499. If you are adding a user and a group with the same name,
27 +use the same number for their UID and GID, respectively. When in
28 +doubt,
29 take the next free number from 499 downwards.
30 </p>
31
32 <p>
33 -The aforementioned list can be found in the
34 -<uri link="https://gitweb.gentoo.org/data/api.git">data/api.git</uri> repository
35 -on <c>git.gentoo.org</c>. Add your new user(s) and group(s)
36 -to the <c>uid-gid.txt</c> file and push them before adding the actual packages.
37 +Add your new user(s) and group(s) to the <c>uid-gid.txt</c> file
38 +located in the
39 +<uri link="https://gitweb.gentoo.org/data/api.git">data/api.git</uri>
40 +repository and push them before adding the actual packages.
41 This counts as reserving the identifiers and will prevent collisions.
42 Afterwards, you can push the new ebuilds.
43 </p>