Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 10/19] ebuild-maintenance: rewrite the subsection on upgrading ebuilds for git #558642
Date: Sun, 24 Jan 2016 08:49:54
Message-Id: 1453625173-9505-11-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v2 00/19] devmanual: update the docs for post git-migration by Gokturk Yuksek
1 Substitute the mentions of CVS with git.
2 Rewrite CVS commands with their git equivalents.
3 Delete the reference to editing ChangeLog.
4
5 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
6 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
7 ---
8 ebuild-maintenance/text.xml | 6 +++---
9 1 file changed, 3 insertions(+), 3 deletions(-)
10
11 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
12 index 2d46749..a1d92a1 100644
13 --- a/ebuild-maintenance/text.xml
14 +++ b/ebuild-maintenance/text.xml
15 @@ -275,14 +275,14 @@ available.
16
17 <p>
18 If there are no new dependencies, do not remove keywords if your
19 -commit fails with repoman - please try a full <c>cvs update</c> and if
20 +commit fails with repoman - please try a full <c>git pull</c> and if
21 you still have problems, then commit with <c>repoman -I</c> and file a
22 -bug to the broken architecture, noting it in your CVS commit message.
23 +bug to the broken architecture, noting it in your git commit message.
24 </p>
25
26 <warn>
27 When committing, make sure that you reference any bugs in the
28 -ChangeLog as well as the CVS message. Failing to do so is considered
29 +commit message. Failing to do so is considered
30 to be in very poor taste and may result in disciplinary action.
31 </warn>
32
33 --
34 2.4.10