Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: gentoo-dev@l.g.o, gentoo-doc@l.g.o
Cc: Gokturk Yuksek <gokturk@××××××××××.edu>
Subject: [gentoo-dev] [PATCH 06/16] ebuild-writing/user-submitted: do not put user information in ChangeLog #558642
Date: Sun, 17 Jan 2016 08:02:15
Message-Id: 1453017319-2459-7-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 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 diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml
10 index ef80c0d..22f8fa8 100644
11 --- a/ebuild-writing/user-submitted/text.xml
12 +++ b/ebuild-writing/user-submitted/text.xml
13 @@ -21,9 +21,11 @@ The user-submitted ebuild must not contain custom headers like this:
14 </pre>
15
16 <p>
17 -Such information should be added to the <c>ChangeLog</c> instead.
18 -The first <c>ChangeLog</c> entry should always credit the user who
19 -submitted the ebuild, with their full name and e-mail address.
20 +Such information should be included in the git commit message instead.
21 +Note that ebuilds received in the form of git patches or pull requests
22 +will have the user as the commit author by default, in which case
23 +including the user information in the commit message explicitly
24 +may not be necessary.
25 </p>
26
27 <p>
28 --
29 2.4.10