Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2016-12-18 23:59 UTC
Date: Mon, 19 Dec 2016 02:08:23
Message-Id: ead95ad7-61db-6d42-e03f-7030794137a2@gentoo.org
In Reply to: Re: [gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2016-12-18 23:59 UTC by malc
1 On 12/18/2016 08:19 PM, malc wrote:
2 > I git'ified the original CVS scripts... it would be trivial to extract
3 > the author-name (add %an in the format string for git-log), but we tried
4 > to keep the generated e-mail to 80-char lines - and that would blow it.
5 >
6
7 One option would be to tag each addition with an identifier pointing
8 towards the author when he differs from the committer. For example,
9
10 dev-php/ca-bundle 20161124-07:43 mjo[1] 7597666
11 dev-php/cli-prompt 20161124-07:21 mjo[1] d3bd351
12 dev-php/composer 20161124-08:09 mjo[1] d273046
13 ...
14
15 [1] Author: Guillaume Seren
16
17 The whitespace juggling might get a little annoying, though. I won't
18 volunteer your time, so we can try whatever is easy and doesn't break
19 the formatting.

Replies