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 00/16] devmanual: update the docs for post git-migration #558642
Date: Sun, 17 Jan 2016 07:57:33
Message-Id: 1453017319-2459-1-git-send-email-gokturk@binghamton.edu
1 Hi,
2
3 The following patch series attempt to update devmanual to replace the instances
4 of CVS with their git equivalents. I tried to keep the changes small in favor
5 of updating the docs over multiple iterations of patch series. The intention is
6 to get the bare bone changes in so that the quiz questions can be answered.
7
8 Currently not included in the series are:
9 - References to CVS in sections about herds since they will have to be
10 rewritten per GLEP 67 soon anyway.
11 See: https://bugs.gentoo.org/show_bug.cgi?id=572144
12 - I am not sure about what to do with the subsection
13 Ebuild Functions/Miscellaneous Files/ChangeLog. The ChangeLog files
14 still exist in the rsync tree, however they are of little importance
15 in terms of development.
16
17 Gokturk Yuksek (16):
18 general-concepts/manifest: drop the use of "CVS keyword expansion"
19 #558642
20 general-concepts/mirrors: substitute "CVS" with "the git tree" #558642
21 general-concepts/tree: substitute "CVS" with "git" #558642
22 general-concepts/tree: replace the mention of ChangeLog #558642
23 ebuild-writing/misc-files: replace the code for cvs commit with git
24 #558642
25 ebuild-writing/user-submitted: do not put user information in
26 ChangeLog #558642
27 appendices/editor-configuration/emacs: remove the CVS related setting
28 #558642
29 ebuild-maintenance: rewrite the text on adding binary files to the
30 tree #558642
31 ebuild-maintenance: rewrite the subsection on commit policy for git
32 #558642
33 ebuild-maintenance: rewrite the subsection on upgrading ebuilds for
34 git #558642
35 ebuild-maintenance: rewrite the subsection on moving ebuilds for git
36 #558642
37 ebuild-maintenance: rewrite the subsection on removing ebuilds for git
38 #558642
39 ebuild-maintenance: rewrite the subsection on removing packages for
40 git #558642
41 ebuild-maintenance: replace "cvs commit" with "git commit" #558642
42 general-concepts/git-to-rsync/diagram: update the description for git
43 #558642
44 general-concepts/git-to-rsync/diagram: update the description for git
45 #558642
46
47 appendices/editor-configuration/emacs/text.xml | 2 +-
48 ebuild-maintenance/text.xml | 77 ++++++++++----------------
49 ebuild-writing/common-mistakes/text.xml | 2 +-
50 ebuild-writing/misc-files/metadata/text.xml | 3 +-
51 ebuild-writing/user-submitted/text.xml | 8 ++-
52 general-concepts/git-to-rsync/diagram.svg | 2 +-
53 general-concepts/manifest/text.xml | 4 +-
54 general-concepts/mirrors/diagram.svg | 2 +-
55 general-concepts/mirrors/text.xml | 2 +-
56 general-concepts/tree/text.xml | 4 +-
57 10 files changed, 44 insertions(+), 62 deletions(-)
58
59 --
60 2.4.10

Replies

Subject Author
[gentoo-dev] [PATCH 01/16] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 04/16] general-concepts/tree: replace the mention of ChangeLog #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 09/16] ebuild-maintenance: rewrite the subsection on commit policy for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 10/16] ebuild-maintenance: rewrite the subsection on upgrading ebuilds for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 02/16] general-concepts/mirrors: substitute "CVS" with "the git tree" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 06/16] ebuild-writing/user-submitted: do not put user information in ChangeLog #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 13/16] ebuild-maintenance: rewrite the subsection on removing packages for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 11/16] ebuild-maintenance: rewrite the subsection on moving ebuilds for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 07/16] appendices/editor-configuration/emacs: remove the CVS related setting #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 05/16] ebuild-writing/misc-files: replace the code for cvs commit with git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 15/16] general-concepts/git-to-rsync/diagram: update the description for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 03/16] general-concepts/tree: substitute "CVS" with "git" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 16/16] general-concepts/git-to-rsync/diagram: update the description for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 12/16] ebuild-maintenance: rewrite the subsection on removing ebuilds for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 14/16] ebuild-maintenance: replace "cvs commit" with "git commit" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH 08/16] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
Re: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 Michael Orlitzky <mjo@g.o>
Re: [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 "Justin Lecher (jlec)" <jlec@g.o>