aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@fordfrog.com>2019-12-18 23:04:21 +0100
committerGöktürk Yüksek <gokturk@gentoo.org>2019-12-18 18:57:19 -0500
commit9a0fa8fddd12e209a39649505a2d1accfbfdb4b4 (patch)
treeedecbf11d7d68989649e439fc6f4330ebe57bd83 /ebuild-maintenance
parentgeneral-concepts/mirrors: post-merge enhancements (diff)
downloaddevmanual-9a0fa8fddd12e209a39649505a2d1accfbfdb4b4.tar.gz
devmanual-9a0fa8fddd12e209a39649505a2d1accfbfdb4b4.tar.bz2
devmanual-9a0fa8fddd12e209a39649505a2d1accfbfdb4b4.zip
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@gentoo.org> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r--ebuild-maintenance/maintenance-tasks/text.xml12
1 files 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;amadio@gentoo.org&gt;
-Date: Tue Nov 3 20:26:52 2015 +0100
+commit 7a699bcdce5c1412c02a2aa7717a31bc17c49058
+Author: Miroslav Šulc &lt;fordfrog@gentoo.org&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;fordfrog@gentoo.org&gt;
</pre>
</body>