From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S8qXc-0003Mi-Kp for garchives@archives.gentoo.org; Sat, 17 Mar 2012 10:07:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D0DDE0A88; Sat, 17 Mar 2012 10:07:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 68F7AE0A88 for ; Sat, 17 Mar 2012 10:07:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB73B1B4014 for ; Sat, 17 Mar 2012 10:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8DEFDE5402 for ; Sat, 17 Mar 2012 10:07:07 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1331978684.c7a8133591a3ef0447e42121e347d7ded6511708.hwoarang@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/news/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/news/text.xml X-VCS-Directories: general-concepts/news/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: c7a8133591a3ef0447e42121e347d7ded6511708 X-VCS-Branch: master Date: Sat, 17 Mar 2012 10:07:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5f5ff2f9-9ade-40ac-93fd-2e19c6a2aab7 X-Archives-Hash: e1b4ef30c8e4f2e29115a697c8b0ab22 commit: c7a8133591a3ef0447e42121e347d7ded6511708 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Sat Mar 17 10:06:48 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Mar 17 10:04:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/devmanual.git= ;a=3Dcommit;h=3Dc7a81335 Update section on news items. --- general-concepts/news/text.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/general-concepts/news/text.xml b/general-concepts/news/text.= xml index 77671fb..77c7f5f 100644 --- a/general-concepts/news/text.xml +++ b/general-concepts/news/text.xml @@ -27,9 +27,9 @@ read or delete news items can be found on the news.esel= ect man page.
  • Send the news item to the gentoo-dev mailing list and the Gentoo= PR team (pr@gentoo.org) 72 hours in advance of commit.
  • Wait for corrections or feedback that your news item is not of g= reat importance and should be revoked (can be possible).
  • Upon acceptance, create a detached armored GnuPG signature with = gpg --local-user --detach-sign --armor YYYY-MM-DD-name.lang.txt
  • -
  • Create a directory structure for your item in the Gentoo News re= pository gentoo-news: YYYY (e.g. 2011 for a news item published in 2011).=
  • -
  • Add both the signature and the news file to that directory.
  • -
  • Commit both items to the svn gentoo-news repository.
  • +
  • Create a directory structure for your item in the gentoo-news re= pository (git+ssh://git@git.gentoo.org/proj/gentoo-news.git): YYYY= /YYYY-MM-DD-name/.
  • +
  • Add both the news file and the signature to that directory.
  • +
  • Commit and push your changes to the gentoo-news repository.