From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Cc: robbat2@gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-portage-dev] [PATCH 2/4] egencache --update-changelogs: Ignore all ChangeLog* files
Date: Mon, 2 Nov 2015 19:18:39 +0100 [thread overview]
Message-ID: <1446488321-3140-3-git-send-email-mgorny@gentoo.org> (raw)
In-Reply-To: <1446488321-3140-1-git-send-email-mgorny@gentoo.org>
---
bin/egencache | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/egencache b/bin/egencache
index 11f49c6..f3eaa5c 100755
--- a/bin/egencache
+++ b/bin/egencache
@@ -816,7 +816,7 @@ class GenChangeLogs(object):
f = l.split()
if f[1] == 'Manifest':
pass # XXX: remanifest commits?
- elif f[1] == 'ChangeLog':
+ elif f[1].startswith('ChangeLog'):
pass
elif f[0].startswith('A'):
changed.append(_special_filename("+", f[1]))
--
2.6.2
next prev parent reply other threads:[~2015-11-02 18:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 18:18 [gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync Michał Górny
2015-11-02 18:18 ` [gentoo-portage-dev] [PATCH 1/4] egencache --update-changelogs: Support setting ChangeLog file name Michał Górny
2015-11-02 18:18 ` Michał Górny [this message]
2015-11-02 18:18 ` [gentoo-portage-dev] [PATCH 3/4] egencache --update-changelogs: Replace $Header$ with autogen note Michał Górny
2015-11-02 18:18 ` [gentoo-portage-dev] [PATCH 4/4] egencache --update-changelogs: Support reversing order Michał Górny
2015-11-02 19:18 ` [gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync Zac Medico
2015-11-02 21:46 ` [gentoo-portage-dev] [PATCH 1/2] egencache --update-changelogs: Support setting ChangeLog file name Michał Górny
2015-11-02 21:46 ` [gentoo-portage-dev] [PATCH 2/2] egencache --update-changelogs: Support reversing order Michał Górny
2015-11-02 23:05 ` [gentoo-portage-dev] [PATCHES] egencache --update-changelogs: fixes for infra rsync Alexander Berntsen
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=1446488321-3140-3-git-send-email-mgorny@gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
--cc=robbat2@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