public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642
@ 2016-01-17  7:55 Gokturk Yuksek
  2016-01-17  7:55 ` [gentoo-dev] [PATCH 01/16] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642 Gokturk Yuksek
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: Gokturk Yuksek @ 2016-01-17  7:55 UTC (permalink / raw
  To: gentoo-dev, gentoo-doc; +Cc: Gokturk Yuksek

Hi,

The following patch series attempt to update devmanual to replace the instances
of CVS with their git equivalents. I tried to keep the changes small in favor
of updating the docs over multiple iterations of patch series. The intention is
to get the bare bone changes in so that the quiz questions can be answered.

Currently not included in the series are:
- References to CVS in sections about herds since they will have to be
  rewritten per GLEP 67 soon anyway.
  See: https://bugs.gentoo.org/show_bug.cgi?id=572144
- I am not sure about what to do with the subsection
  Ebuild Functions/Miscellaneous Files/ChangeLog. The ChangeLog files
  still exist in the rsync tree, however they are of little importance
  in terms of development.

Gokturk Yuksek (16):
  general-concepts/manifest: drop the use of "CVS keyword expansion"
    #558642
  general-concepts/mirrors: substitute "CVS" with "the git tree" #558642
  general-concepts/tree: substitute "CVS" with "git" #558642
  general-concepts/tree: replace the mention of ChangeLog #558642
  ebuild-writing/misc-files: replace the code for cvs commit with git
    #558642
  ebuild-writing/user-submitted: do not put user information in
    ChangeLog #558642
  appendices/editor-configuration/emacs: remove the CVS related setting
    #558642
  ebuild-maintenance: rewrite the text on adding binary files to the
    tree #558642
  ebuild-maintenance: rewrite the subsection on commit policy for git
    #558642
  ebuild-maintenance: rewrite the subsection on upgrading ebuilds for
    git #558642
  ebuild-maintenance: rewrite the subsection on moving ebuilds for git
    #558642
  ebuild-maintenance: rewrite the subsection on removing ebuilds for git
    #558642
  ebuild-maintenance: rewrite the subsection on removing packages for
    git #558642
  ebuild-maintenance: replace "cvs commit" with "git commit" #558642
  general-concepts/git-to-rsync/diagram: update the description for git
    #558642
  general-concepts/git-to-rsync/diagram: update the description for git
    #558642

 appendices/editor-configuration/emacs/text.xml |  2 +-
 ebuild-maintenance/text.xml                    | 77 ++++++++++----------------
 ebuild-writing/common-mistakes/text.xml        |  2 +-
 ebuild-writing/misc-files/metadata/text.xml    |  3 +-
 ebuild-writing/user-submitted/text.xml         |  8 ++-
 general-concepts/git-to-rsync/diagram.svg      |  2 +-
 general-concepts/manifest/text.xml             |  4 +-
 general-concepts/mirrors/diagram.svg           |  2 +-
 general-concepts/mirrors/text.xml              |  2 +-
 general-concepts/tree/text.xml                 |  4 +-
 10 files changed, 44 insertions(+), 62 deletions(-)

-- 
2.4.10



^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2016-01-18  2:43 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17  7:55 [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 01/16] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 02/16] general-concepts/mirrors: substitute "CVS" with "the git tree" #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 03/16] general-concepts/tree: substitute "CVS" with "git" #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 04/16] general-concepts/tree: replace the mention of ChangeLog #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 05/16] ebuild-writing/misc-files: replace the code for cvs commit with git #558642 Gokturk Yuksek
2016-01-17  8:28   ` [gentoo-dev] " Michael Palimaka
2016-01-17  8:28     ` Michael Palimaka
2016-01-17 22:13     ` Göktürk Yüksek
2016-01-17 12:34   ` [gentoo-dev] " Manuel Rüger
2016-01-17 22:22     ` Göktürk Yüksek
2016-01-17 23:19       ` NP-Hardass
2016-01-17  7:55 ` [gentoo-dev] [PATCH 06/16] ebuild-writing/user-submitted: do not put user information in ChangeLog #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 07/16] appendices/editor-configuration/emacs: remove the CVS related setting #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 08/16] ebuild-maintenance: rewrite the text on adding binary files to the tree #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 09/16] ebuild-maintenance: rewrite the subsection on commit policy for git #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 10/16] ebuild-maintenance: rewrite the subsection on upgrading ebuilds " Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 11/16] ebuild-maintenance: rewrite the subsection on moving " Gokturk Yuksek
2016-01-17  8:31   ` [gentoo-dev] " Michael Palimaka
2016-01-17 22:06     ` Göktürk Yüksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 12/16] ebuild-maintenance: rewrite the subsection on removing " Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 13/16] ebuild-maintenance: rewrite the subsection on removing packages " Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 14/16] ebuild-maintenance: replace "cvs commit" with "git commit" #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 15/16] general-concepts/git-to-rsync/diagram: update the description for git #558642 Gokturk Yuksek
2016-01-17  7:55 ` [gentoo-dev] [PATCH 16/16] " Gokturk Yuksek
2016-01-17 13:39 ` [gentoo-dev] [PATCH 00/16] devmanual: update the docs for post git-migration #558642 Michael Orlitzky
2016-01-17 22:28   ` Göktürk Yüksek
2016-01-17 15:17 ` Justin Lecher (jlec)
2016-01-17 22:31   ` Göktürk Yüksek
2016-01-18  2:43     ` [gentoo-dev] " Duncan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox