From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1936213877A for ; Wed, 25 Jun 2014 23:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B43AFE0AF1; Wed, 25 Jun 2014 23:55:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44EB0E0AF1 for ; Wed, 25 Jun 2014 23:55:42 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E683340039 for ; Wed, 25 Jun 2014 23:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1C2FD1915E for ; Wed, 25 Jun 2014 23:55:40 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1403740532.427ca174b117ccd868f27f142f5407630b6f0d29.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ X-VCS-Repository: proj/linux-patches X-VCS-Files: web/email-announcement.pl X-VCS-Directories: web/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 427ca174b117ccd868f27f142f5407630b6f0d29 X-VCS-Branch: genpatches-misc Date: Wed, 25 Jun 2014 23:55:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54202988-61dc-4383-85fb-2aa428de2ee3 X-Archives-Hash: 026b5518972f13164a9068321d10bbbe commit: 427ca174b117ccd868f27f142f5407630b6f0d29 Author: Mike Pagano gentoo org> AuthorDate: Wed Jun 25 23:55:32 2014 +0000 Commit: Mike Pagano gentoo 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`;