public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Göktürk Yüksek" <gokturk@binghamton.edu>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Re: [PATCH 05/16] ebuild-writing/misc-files: replace the code for cvs commit with git #558642
Date: Sun, 17 Jan 2016 17:13:34 -0500	[thread overview]
Message-ID: <569C120E.7070603@binghamton.edu> (raw)
In-Reply-To: <569B50B8.6050308@gentoo.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Michael Palimaka:
> On 01/17/2016 06:55 PM, Gokturk Yuksek wrote:
>> 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 <gokturk@binghamton.edu>
>> 
>> 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>
>> 
> 
> I would suggest a commit message of something like: "my-category:
> adding category metadata.xml".
> 
I have seen its use in the git logs. If nobody has objections, I'll
include it in that format for v2 of the patch series.

- --
gokturk

-----BEGIN PGP SIGNATURE-----

iQEcBAEBCgAGBQJWnBIHAAoJEIT4AuXAiM4zsgQH/30nRVmRzOnzXwXgpRlQcvcC
kiFy3uAcYApzl69rDkK3ybz2MG6K3W5PCQjyzUXn99WeNefiysr+5ufPQka65Ytt
QKQ8RfIOXOVW8t4rvQF/G018NMAUKq6qk9gEwvrs9SkuJ93x/r8D20d78Q5ZPALi
OaKlIpmj4HUZ1nG+MeY+wazTqMDZrs/ArWVv/q4UGGa/M3IhG2qN8cClv3h/rdKJ
nxl4+QGsDQlVJjw1hFPF0NXPq8LQhg2OluVuYy0DnZ70FGTqIOodnB/znaVGZI6o
z7A/FV3RVV03wLYS6zqo5c/yPmcatGDo2Rk/4rLybG41qqy9NKZXLjZhk+L9loo=
=olHD
-----END PGP SIGNATURE-----


  parent reply	other threads:[~2016-01-17 22:13 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=569C120E.7070603@binghamton.edu \
    --to=gokturk@binghamton.edu \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox