Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 06/19] ebuild-writing/user-submitted: do not put user information in ChangeLog #558642
Date: Sun, 24 Jan 2016 08:48:45
Message-Id: 1453625173-9505-7-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v2 00/19] devmanual: update the docs for post git-migration by Gokturk Yuksek
1 ChangeLog files are auto-generated by infra post git-migration.
2 For user-submitted ebuilds, include the user information in the commit
3 message instead. Mention that user submitted git patches and pull
4 requests preserve the authorship information by default.
5
6 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
7 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
8 ---
9 ebuild-writing/user-submitted/text.xml | 8 +++++---
10 1 file changed, 5 insertions(+), 3 deletions(-)
11
12 diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml
13 index ef80c0d..22f8fa8 100644
14 --- a/ebuild-writing/user-submitted/text.xml
15 +++ b/ebuild-writing/user-submitted/text.xml
16 @@ -21,9 +21,11 @@ The user-submitted ebuild must not contain custom headers like this:
17 </pre>
18
19 <p>
20 -Such information should be added to the <c>ChangeLog</c> instead.
21 -The first <c>ChangeLog</c> entry should always credit the user who
22 -submitted the ebuild, with their full name and e-mail address.
23 +Such information should be included in the git commit message instead.
24 +Note that ebuilds received in the form of git patches or pull requests
25 +will have the user as the commit author by default, in which case
26 +including the user information in the commit message explicitly
27 +may not be necessary.
28 </p>
29
30 <p>
31 --
32 2.4.10