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: Wed, 25 Jun 2014 23:55:50
Message-Id: 1403740532.427ca174b117ccd868f27f142f5407630b6f0d29.mpagano@gentoo
1 commit: 427ca174b117ccd868f27f142f5407630b6f0d29
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 25 23:55:32 2014 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 25 23:55:32 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=427ca174
7
8 fix website_base for email
9
10 ---
11 web/email-announcement.pl | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/web/email-announcement.pl b/web/email-announcement.pl
15 index 53d6f95..b078ecc 100755
16 --- a/web/email-announcement.pl
17 +++ b/web/email-announcement.pl
18 @@ -20,6 +20,7 @@ else { # support for kernels >= 3.0
19 }
20
21 $have_history = 0;
22 +$website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
23
24 $result = `cd $LOCAL_TMP`;
25 $result = `git -C ${LOCAL_TMP}/linux-patches reset`;