Gentoo Archives: gentoo-dev

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