Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
Date: Tue, 23 Jun 2015 12:07:28
Message-Id: 1435061260.2b7dcd8759d1188ceb65677ae530c0c0565273d7.mpagano@gentoo
1 commit: 2b7dcd8759d1188ceb65677ae530c0c0565273d7
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 23 12:07:40 2015 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 23 12:07:40 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2b7dcd87
7
8 Fix email annoucement for X.0.0 kernels.
9
10 web/email-announcement.pl | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/web/email-announcement.pl b/web/email-announcement.pl
14 index 51978ac..45ad54d 100755
15 --- a/web/email-announcement.pl
16 +++ b/web/email-announcement.pl
17 @@ -58,7 +58,9 @@ if ($rel > 1) {
18 }
19 }
20 else {
21 - $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log --pretty=format:"%s (%an)" --name-status '.$tag;
22 + # just do git log
23 + #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log --pretty=format:"%s (%an)" --name-status '.$ver;
24 + $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log --pretty=format:"%s (%an)" ';
25 @log_lines = `$cmd`;
26 }