commit: 427ca174b117ccd868f27f142f5407630b6f0d29
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 23:55:32 2014 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 23:55:32 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=427ca174
fix website_base for email
---
web/email-announcement.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 53d6f95..b078ecc 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -20,6 +20,7 @@ else { # support for kernels >= 3.0
}
$have_history = 0;
+$website_base = 'http://dev.gentoo.org/~mpagano/genpatches';
$result = `cd $LOCAL_TMP`;
$result = `git -C ${LOCAL_TMP}/linux-patches reset`;