aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2014-07-23 17:24:21 +0100
committerMarkos Chandras <hwoarang@gentoo.org>2014-07-23 17:24:21 +0100
commit0c5590319775a92ffe83c95ed4212e618f846844 (patch)
tree4dc5bda66fef45d50d042b98ab760bf12854777a /general-concepts
parentMerge pull request #18 from mudler/master (diff)
parentAdd a verification step for the signature (diff)
downloaddevmanual-0c5590319775a92ffe83c95ed4212e618f846844.tar.gz
devmanual-0c5590319775a92ffe83c95ed4212e618f846844.tar.bz2
devmanual-0c5590319775a92ffe83c95ed4212e618f846844.zip
Merge pull request #16 from mrueg/master
Add a verification step
Diffstat (limited to 'general-concepts')
-rw-r--r--general-concepts/news/text.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
index d84134e..de476a6 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 (pr@gentoo.org) 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://git@git.gentoo.org/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>