From owner-cvs-all@FreeBSD.ORG Wed Dec 26 16:28:52 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 7AAE116A418; Wed, 26 Dec 2007 16:28:52 +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 9BA3713C4EB; Wed, 26 Dec 2007 16:28:41 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47728136.9020009@FreeBSD.org> Date: Wed, 26 Dec 2007 17:28:38 +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> <47725B03.7090002@FreeBSD.org> <20071226155937.GB78264@FreeBSD.org> In-Reply-To: <20071226155937.GB78264@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 16:28:52 -0000 Alexey Dokuchaev wrote: > On Wed, Dec 26, 2007 at 02:45:39PM +0100, Kris Kennaway wrote: >> 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. > > Sorry, I should have looked into actuall diff before replying. In this > case, we could have add "trimmed" log somewhere on pointyhat, perhaps. > Usually it's the end of the log what contains most important info; when > needed, full log can always be seen. I think this will be more trouble than it is worth. Kris