From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A83C58973 for ; Fri, 5 Feb 2016 12:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D28E21C086; Fri, 5 Feb 2016 12:59:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FBC221C082 for ; Fri, 5 Feb 2016 12:59:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 542A8340AC8 for ; Fri, 5 Feb 2016 12:59:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62060EE3 for ; Fri, 5 Feb 2016 12:59:18 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1454677100.f59da125396e757847130b365361786e2ebec685.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-maintenance/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/text.xml X-VCS-Directories: ebuild-maintenance/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f59da125396e757847130b365361786e2ebec685 X-VCS-Branch: master Date: Fri, 5 Feb 2016 12:59:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3afc3289-02a1-4f69-8cbf-78040444d733 X-Archives-Hash: a252c64e830f28e47fa176cf5a223eaf commit: f59da125396e757847130b365361786e2ebec685 Author: Gokturk Yuksek binghamton edu> AuthorDate: Thu Feb 4 00:57:38 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 5 12:58:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f59da125 ebuild-maintenance: rewrite the subsection on upgrading ebuilds for git #558642 Substitute the mentions of CVS with git. Rewrite CVS commands with their git equivalents. Delete the reference to editing ChangeLog. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek binghamton.edu> ebuild-maintenance/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml index 9372895..28442a3 100644 --- a/ebuild-maintenance/text.xml +++ b/ebuild-maintenance/text.xml @@ -275,14 +275,14 @@ available.

If there are no new dependencies, do not remove keywords if your -commit fails with repoman - please try a full cvs update and if +commit fails with repoman - please try a full git pull and if you still have problems, then commit with repoman -I and file a -bug to the broken architecture, noting it in your CVS commit message. +bug to the broken architecture, noting it in your git commit message.

When committing, make sure that you reference any bugs in the -ChangeLog as well as the CVS message. Failing to do so is considered +commit message. Failing to do so is considered to be in very poor taste and may result in disciplinary action.