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-maintenance/git/
Date: Tue, 29 Oct 2019 20:49:27
Message-Id: 1572381021.fdc4594387073ec16b6021b1a858fffd5855d18a.gokturk@gentoo
1 commit: fdc4594387073ec16b6021b1a858fffd5855d18a
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 23 19:19:10 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 20:30:21 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=fdc45943
7
8 ebuild-maintenance/git: add sign-off for Certificate of Origin
9
10 Bug: https://bugs.gentoo.org/668686
11 Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/113
12 Acked-by: Michał Górny <mgorny <AT> gentoo.org>
13 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
14 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
15
16 ebuild-maintenance/git/text.xml | 12 +++++++++---
17 1 file changed, 9 insertions(+), 3 deletions(-)
18
19 diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
20 index c61589d..fb09de7 100644
21 --- a/ebuild-maintenance/git/text.xml
22 +++ b/ebuild-maintenance/git/text.xml
23 @@ -141,7 +141,11 @@ rebase</c>.</li>
24 Whenever repoman is not used to commit, you need to manually verify all
25 packages affected by the commit using <c>repoman full</c>. Since repoman
26 is not aware of staged changes, please make sure that all files are included
27 -in the commit.
28 +in the commit. Also when not using repoman, you must perform a manual sign-off
29 +to the <uri link="https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin">
30 +Certificate of Origin</uri> using the <c>-s</c> or <c>--signoff</c> option
31 +with your git commit commands. Make sure you have read and understand the
32 +actual Certificate.
33 </p>
34
35 </body>
36 @@ -205,8 +209,9 @@ line. From the third line onward should be a detailed, multiline
37 explanation of the changes introduced by the commit. At the very end,
38 auxiliary information such as the bugs related to the commit,
39 contributors, and reviewers should be listed using RFC822/git style
40 -tags. The length of the lines in the message should be 70-75
41 -characters at maximum.
42 +tags. The sign-off agreement will be added there as well when applied
43 +with the commit action. The length of the lines in the message should
44 +be 70-75 characters at maximum.
45 </p>
46
47 <p>
48 @@ -310,6 +315,7 @@ new bar functionality introduced with this version.
49
50 Bug: https://bugs.gentoo.org/00000
51 Closes: https://bugs.gentoo.org/00001
52 +Signed-off-by: Alice Bar &lt;a.bar@×××××××.org&gt;
53 </pre>
54
55 </body>