On Wed, 3 Feb 2016 19:57:33 -0500 gokt...@binghamton.edu wrote: > From: Gokturk Yuksek <gokt...@binghamton.edu> > > Replace "cvs commit" with the equivalent "git add && git commit" > version. > > Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558642 > Signed-off-by: Gokturk Yuksek <gokt...@binghamton.edu> > --- > ebuild-writing/misc-files/metadata/text.xml | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/ebuild-writing/misc-files/metadata/text.xml > b/ebuild-writing/misc-files/metadata/text.xml index e506b1c..2de3cf5 > 100644 --- a/ebuild-writing/misc-files/metadata/text.xml > +++ b/ebuild-writing/misc-files/metadata/text.xml > @@ -532,7 +532,21 @@ is currently: > <pre> > xmllint --noout --valid metadata.xml > glep31check metadata.xml > -cvs commit -m "Adding category metadata.xml for my-category" > metadata.xml +git add metadata.xml > +git commit --gpg-sign >
This should be repoman commit still, not git commit +</pre> > + > +<p> > +The commit message should be formatted properly. > +A sample commit is shown below: > +</p> > + > +<pre> > +commit db359439bcd52f5a7f20d2332ab62feb16657504 > +Author: Alexis Ballier <aball...@gentoo.org> > +Date: Tue Sep 22 10:47:49 2015 +0200 > + > + dev-ros: Add metadata.xml for the category. > </pre> > > </body> -- Brian Dolbec <dolsen>