Gentoo Archives: gentoo-dev

From: Gokturk Yuksek <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 00/19] devmanual: update the docs for post git-migration
Date: Sun, 24 Jan 2016 08:47:05
Message-Id: 1453625173-9505-1-git-send-email-gokturk@binghamton.edu
1 Hi,
2
3 This is the second iteration of the patch series that attempts to
4 update the devmanual for the git migration.
5
6 The updates included in the second revision are:
7 - The subsection on moving ebuilds is rewritten from scratch.
8 It explains the 'git mv' workflow suggested by kensington.
9 - The commit message for adding a category is revised as
10 suggested by kensington.
11 - The examples where the commit message is supplied through
12 '-m' is rewritten to encourage the use of editor for commits
13 as suggested by mrueg and NP-Hardass.
14 - References to echangelog/ChangeLog are removed as suggested by mjo.
15
16 The changes can be reviewed on Github as well for convenience:
17 https://github.com/gktrk/devmanual.gentoo.org/compare/master...gktrk:devmanual-git-migration
18
19 The HTML version of the devmanual with the proposed changes can be found at:
20 http://devmanual.qui-gon.org/
21
22 Gokturk Yuksek (17):
23 general-concepts/manifest: drop the use of "CVS keyword expansion"
24 #558642
25 general-concepts/mirrors: substitute "CVS" with "the git tree" #558642
26 general-concepts/tree: substitute "CVS" with "git" #558642
27 general-concepts/tree: replace the mention of ChangeLog #558642
28 ebuild-writing/misc-files: replace the code for cvs commit with git
29 #558642
30 ebuild-writing/user-submitted: do not put user information in
31 ChangeLog #558642
32 appendices/editor-configuration/emacs: remove the CVS related setting
33 #558642
34 ebuild-maintenance: rewrite the text on adding binary files to the
35 tree #558642
36 ebuild-maintenance: rewrite the subsection on commit policy for git
37 #558642
38 ebuild-maintenance: rewrite the subsection on upgrading ebuilds for
39 git #558642
40 ebuild-maintenance: rewrite the subsection on moving ebuilds for git
41 #558642
42 ebuild-maintenance: rewrite the subsection on removing ebuilds for git
43 #558642
44 ebuild-maintenance: rewrite the subsection on removing packages for
45 git #558642
46 ebuild-maintenance: replace "cvs commit" with "git commit" #558642
47 general-concepts/git-to-rsync/diagram: update the description for git
48 #558642
49 general-concepts/git-to-rsync/diagram: update the description for git
50 #558642
51 general-concepts/tree: remove the reference to the ChangeLog #485314
52
53 Michael Orlitzky (2):
54 ebuild-writing/misc-files: remove ChangeLog section #485314
55 tools-reference: remove the echangelog page #485314
56
57 appendices/editor-configuration/emacs/text.xml | 2 +-
58 ebuild-maintenance/text.xml | 155 +++++++++++++------------
59 ebuild-writing/common-mistakes/text.xml | 2 +-
60 ebuild-writing/misc-files/changelog/text.xml | 111 ------------------
61 ebuild-writing/misc-files/metadata/text.xml | 16 ++-
62 ebuild-writing/misc-files/text.xml | 1 -
63 ebuild-writing/user-submitted/text.xml | 8 +-
64 general-concepts/git-to-rsync/diagram.svg | 2 +-
65 general-concepts/manifest/text.xml | 4 +-
66 general-concepts/mirrors/diagram.svg | 2 +-
67 general-concepts/mirrors/text.xml | 2 +-
68 general-concepts/tree/text.xml | 5 +-
69 tools-reference/echangelog/text.xml | 32 -----
70 tools-reference/text.xml | 1 -
71 14 files changed, 112 insertions(+), 231 deletions(-)
72 delete mode 100644 ebuild-writing/misc-files/changelog/text.xml
73 delete mode 100644 tools-reference/echangelog/text.xml
74
75 --
76 2.4.10

Replies

Subject Author
[gentoo-dev] [PATCH v2 01/19] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 04/19] general-concepts/tree: replace the mention of ChangeLog #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 03/19] general-concepts/tree: substitute "CVS" with "git" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 02/19] general-concepts/mirrors: substitute "CVS" with "the git tree" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 06/19] ebuild-writing/user-submitted: do not put user information in ChangeLog #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 05/19] ebuild-writing/misc-files: replace the code for cvs commit with git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 10/19] ebuild-maintenance: rewrite the subsection on upgrading ebuilds for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 12/19] ebuild-maintenance: rewrite the subsection on removing ebuilds for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 07/19] appendices/editor-configuration/emacs: remove the CVS related setting #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 11/19] ebuild-maintenance: rewrite the subsection on moving ebuilds for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 09/19] ebuild-maintenance: rewrite the subsection on commit policy for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 08/19] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 13/19] ebuild-maintenance: rewrite the subsection on removing packages for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 14/19] ebuild-maintenance: replace "cvs commit" with "git commit" #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 16/19] general-concepts/git-to-rsync/diagram: update the description for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 17/19] ebuild-writing/misc-files: remove ChangeLog section #485314 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 15/19] general-concepts/git-to-rsync/diagram: update the description for git #558642 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 18/19] tools-reference: remove the echangelog page #485314 Gokturk Yuksek <gokturk@××××××××××.edu>
[gentoo-dev] [PATCH v2 19/19] general-concepts/tree: remove the reference to the ChangeLog #485314 Gokturk Yuksek <gokturk@××××××××××.edu>