Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/news/
Date: Thu, 27 Aug 2015 06:50:15
Message-Id: 1440599463.14edbff75c9483cf61512907dd7c0304941b098b.jlec@gentoo
1 commit: 14edbff75c9483cf61512907dd7c0304941b098b
2 Author: Manuel Rüger <mrueg <AT> rueg <DOT> eu>
3 AuthorDate: Wed Aug 26 14:31:03 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 26 14:31:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=14edbff7
7
8 Update git repository URI
9
10 general-concepts/news/text.xml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.xml
14 index de476a6..aabeec9 100644
15 --- a/general-concepts/news/text.xml
16 +++ b/general-concepts/news/text.xml
17 @@ -28,7 +28,7 @@ read or delete news items can be found on the news.eselect man page.
18 <li>Wait for corrections or feedback that your news item is not of great importance and should be revoked (can be possible).</li>
19 <li>Upon acceptance, create a detached armored GnuPG signature with gpg --local-user --detach-sign --armor YYYY-MM-DD-name.lang.txt</li>
20 <li>Verify that your signature is correct with gpg --verify YYYY-MM-DD-name.lang.txt.asc YYYY-MM-DD-name.lang.txt</li>
21 - <li>Create a directory structure for your item in the gentoo-news repository (<c>git+ssh://git@××××××××××.org/proj/gentoo-news.git</c>): YYYY/YYYY-MM-DD-name/.</li>
22 + <li>Create a directory structure for your item in the gentoo-news repository (<c>git+ssh://git@××××××××××.org/data/gentoo-news.git</c>): YYYY/YYYY-MM-DD-name/.</li>
23 <li>Add both the news file and the signature to that directory.</li>
24 <li>Commit and push your changes to the gentoo-news repository.</li>
25 </ul>