Gentoo Archives: gentoo-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v3 05/21] ebuild-writing/misc-files: replace the code for cvs commit with git #558642
Date: Thu, 04 Feb 2016 02:39:42
Message-Id: 20160203183840.3117663c.dolsen@gentoo.org
In Reply to: [gentoo-dev] [PATCH v3 05/21] ebuild-writing/misc-files: replace the code for cvs commit with git #558642 by gokturk@binghamton.edu
1 On Wed, 3 Feb 2016 19:57:33 -0500
2 gokturk@××××××××××.edu wrote:
3
4 > From: Gokturk Yuksek <gokturk@××××××××××.edu>
5 >
6 > Replace "cvs commit" with the equivalent "git add && git commit"
7 > version.
8 >
9 > Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642
10 > Signed-off-by: Gokturk Yuksek <gokturk@××××××××××.edu>
11 > ---
12 > ebuild-writing/misc-files/metadata/text.xml | 16 +++++++++++++++-
13 > 1 file changed, 15 insertions(+), 1 deletion(-)
14 >
15 > diff --git a/ebuild-writing/misc-files/metadata/text.xml
16 > b/ebuild-writing/misc-files/metadata/text.xml index e506b1c..2de3cf5
17 > 100644 --- a/ebuild-writing/misc-files/metadata/text.xml
18 > +++ b/ebuild-writing/misc-files/metadata/text.xml
19 > @@ -532,7 +532,21 @@ is currently:
20 > <pre>
21 > xmllint --noout --valid metadata.xml
22 > glep31check metadata.xml
23 > -cvs commit -m "Adding category metadata.xml for my-category"
24 > metadata.xml +git add metadata.xml
25 > +git commit --gpg-sign
26 >
27
28 This should be repoman commit still, not git commit
29
30 +</pre>
31 > +
32 > +<p>
33 > +The commit message should be formatted properly.
34 > +A sample commit is shown below:
35 > +</p>
36 > +
37 > +<pre>
38 > +commit db359439bcd52f5a7f20d2332ab62feb16657504
39 > +Author: Alexis Ballier &lt;aballier@g.o&gt;
40 > +Date: Tue Sep 22 10:47:49 2015 +0200
41 > +
42 > + dev-ros: Add metadata.xml for the category.
43 > </pre>
44 >
45 > </body>
46
47
48
49 --
50 Brian Dolbec <dolsen>

Replies