Gentoo Archives: gentoo-dev

From: malc <mlashley@×××××.com>
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 01:19:38
Message-Id: CAPkQJpSnkus=FZ3YRChLNmjZhr0M7rVP7_poJMw+L2gm8PhD2g@mail.gmail.com
In Reply to: Re: [gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2016-12-18 23:59 UTC by Sam Jorna
1 I git'ified the original CVS scripts... it would be trivial to extract the
2 author-name (add %an in the format string for git-log), but we tried to
3 keep the generated e-mail to 80-char lines - and that would blow it.
4
5 git log --name-status --format=%at,%cE,%h,%an
6
7 If people feel the tracker-mail is the place to do this - perhaps we could
8 list %cn, %an (committer, author)-name and append some "Thanks to the
9 following contributors" list-where cn != an?
10
11 git log --name-status --format=GENTOOPENGUIN,%cn,%an --after 2016-12-12 |
12 grep ^GENTOOPENGUIN | awk -F"," '$2!=$3 { print $3 }' | sort -u
13 Andreas K. Huettel
14 Andreas Sturmlechner
15 Azamat H. Hackimov
16 Chris Mayo
17 Christophe Lermytte
18 Geaaru
19 Guillaume Seren
20 <snip>
21
22 Cheers,
23 malc.

Replies