[PATCH 05/16] ebuild-writing/misc-files: replace the code for cvs commit with git #558642
Gokturk Yuksek <[email protected]> Sun, 17 Jan 2016 02:55:08 -0500
| Newsgroups | gmane.linux.gentoo.documentation,gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Replace "cvs commit" with the equivalent "git add && git commit" version. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek <[email protected]> diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index e506b1c..a8beacc 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -532,7 +532,8 @@ 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 -m "Adding category metadata.xml for my-category" </pre> </body> -- 2.4.10