From owner-cvs-all@FreeBSD.ORG Wed Dec 26 13:45:42 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FA5916A46C; Wed, 26 Dec 2007 13:45:42 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7D9013C455; Wed, 26 Dec 2007 13:45:40 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47725B03.7090002@FreeBSD.org> Date: Wed, 26 Dec 2007 14:45:39 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Alexey Dokuchaev References: <200712241425.lBOEPgjK026761@repoman.freebsd.org> <20071226124309.GB39223@FreeBSD.org> In-Reply-To: <20071226124309.GB39223@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Mark Linimon , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Tools/portbuild/scripts pdispatch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 13:45:42 -0000 Alexey Dokuchaev wrote: > On Mon, Dec 24, 2007 at 02:25:42PM +0000, Mark Linimon wrote: >> linimon 2007-12-24 14:25:42 UTC >> >> FreeBSD ports repository >> >> Modified files: >> Tools/portbuild/scripts pdispatch >> Log: >> Add the standard 6-line header and URL to all build failure logs, not >> just the plist ones. If the log is less than 1000 lines after the header, >> include it all; else, trim to last 1000 lines. > > Thanks! It always annoyed me having to wait like forever while my > browser downloads some thousand-line errorlog just for last ten-or-so > lines' sake. Not sure what you mean, this only affects the emails, and they previously only included the last 1000 lines anyway. Kris