commit:     9a0fa8fddd12e209a39649505a2d1accfbfdb4b4
Author:     Miroslav Šulc <fordfrog <AT> fordfrog <DOT> com>
AuthorDate: Wed Dec 18 22:04:21 2019 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 23:57:19 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9a0fa8fd

ebuild-maintenance/maintenance-tasks: add missing '--signoff' in pkgmove

when moving a package, the git commit command must also
contain --signoff as without it Signed-off-by is not added
to the commit message and git server rejects the commit.
also updated commit message to one that contains
Signed-off-by.

(The commit message subject line is modified by the committer)

Closes: https://github.com/gentoo/devmanual/pull/124
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>

 ebuild-maintenance/maintenance-tasks/text.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/ebuild-maintenance/maintenance-tasks/text.xml 
b/ebuild-maintenance/maintenance-tasks/text.xml
index 78abcca..1fa67dc 100644
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ b/ebuild-maintenance/maintenance-tasks/text.xml
@@ -313,7 +313,7 @@ Here is an example where the package
     profiles/package.mask</c>
   </li>
   <li>
-    Commit all the changes in one commit using: <c>git commit --gpg-sign</c>
+    Commit all the changes in one commit using: <c>git commit --gpg-sign 
--signoff</c>
   </li>
   <li>
     Update any <uri link="::general-concepts/news">news items</uri>
@@ -330,11 +330,13 @@ to the following:
 </p>
 
 <pre>
-commit d391643289097344a0b18ab2665bb26198a0e3a1
-Author: Guilherme Amadio &lt;[email protected]&gt;
-Date:   Tue Nov 3 20:26:52 2015 +0100
+commit 7a699bcdce5c1412c02a2aa7717a31bc17c49058
+Author: Miroslav Šulc &lt;[email protected]&gt;
+Date:   Wed Dec 18 19:56:03 2019 +0100
 
-  media-fonts/nanumfont: renamed to media-fonts/nanum
+  media-libs/libclxclient: moved to x11-libs/libclxclient
+
+  Signed-off-by: Miroslav Šulc &lt;[email protected]&gt;
 </pre>
 
 </body>

Reply via email to