Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: gentoo-dev@l.g.o, gentoo-doc@l.g.o
Cc: Gokturk Yuksek <gokturk@××××××××××.edu>
Subject: [gentoo-dev] [PATCH 10/16] ebuild-maintenance: rewrite the subsection on upgrading ebuilds for git #558642
Date: Sun, 17 Jan 2016 08:00:59
Message-Id: 1453017319-2459-11-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 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 diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
9 index 2d46749..a1d92a1 100644
10 --- a/ebuild-maintenance/text.xml
11 +++ b/ebuild-maintenance/text.xml
12 @@ -275,14 +275,14 @@ available.
13
14 <p>
15 If there are no new dependencies, do not remove keywords if your
16 -commit fails with repoman - please try a full <c>cvs update</c> and if
17 +commit fails with repoman - please try a full <c>git pull</c> and if
18 you still have problems, then commit with <c>repoman -I</c> and file a
19 -bug to the broken architecture, noting it in your CVS commit message.
20 +bug to the broken architecture, noting it in your git commit message.
21 </p>
22
23 <warn>
24 When committing, make sure that you reference any bugs in the
25 -ChangeLog as well as the CVS message. Failing to do so is considered
26 +commit message. Failing to do so is considered
27 to be in very poor taste and may result in disciplinary action.
28 </warn>
29
30 --
31 2.4.10