commit: 7bad4cc0f3172ff570b45a0e49721574b89b1216
Author: Manuel RĂ¼ger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 16 11:57:10 2014 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Mar 16 11:57:10 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=7bad4cc0
Add a verification step for the signature
---
general-concepts/news/text.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
index 77c7f5f..b060a91 100644
--- a/general-concepts/news/text.xml
+++ b/general-concepts/news/text.xml
@@ -27,6 +27,7 @@ read or delete news items can be found on the news.eselect
man page.
<li>Send the news item to the gentoo-dev mailing list and the Gentoo PR
team ([email protected]) 72 hours in advance of commit.</li>
<li>Wait for corrections or feedback that your news item is not of great
importance and should be revoked (can be possible).</li>
<li>Upon acceptance, create a detached armored GnuPG signature with gpg
--local-user --detach-sign --armor YYYY-MM-DD-name.lang.txt</li>
+ <li>Verify that your signature is correct with gpg --verify
YYYY-MM-DD-name.lang.txt.asc YYYY-MM-DD-name.lang.txt</li>
<li>Create a directory structure for your item in the gentoo-news
repository (<c>git+ssh://[email protected]/proj/gentoo-news.git</c>):
YYYY/YYYY-MM-DD-name/.</li>
<li>Add both the news file and the signature to that directory.</li>
<li>Commit and push your changes to the gentoo-news repository.</li>