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 05/16] ebuild-writing/misc-files: replace the code for cvs commit with git #558642
Date: Sun, 17 Jan 2016 08:03:36
Message-Id: 1453017319-2459-6-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 Replace "cvs commit" with the equivalent "git add && git commit" version.
2
3 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642
4 Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
5
6 diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
7 index e506b1c..a8beacc 100644
8 --- a/ebuild-writing/misc-files/metadata/text.xml
9 +++ b/ebuild-writing/misc-files/metadata/text.xml
10 @@ -532,7 +532,8 @@ is currently:
11 <pre>
12 xmllint --noout --valid metadata.xml
13 glep31check metadata.xml
14 -cvs commit -m "Adding category metadata.xml for my-category" metadata.xml
15 +git add metadata.xml
16 +git commit --gpg-sign -m "Adding category metadata.xml for my-category"
17 </pre>
18
19 </body>
20 --
21 2.4.10

Replies