From owner-cvs-src@FreeBSD.ORG Mon Dec 10 16:56:53 2007 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F3B816A41A; Mon, 10 Dec 2007 16:56:53 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id E143913C457; Mon, 10 Dec 2007 16:56:52 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id lBAGupa1092095; Mon, 10 Dec 2007 08:56:51 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id lBAGupPV092093; Mon, 10 Dec 2007 08:56:51 -0800 (PST) (envelope-from obrien) Date: Mon, 10 Dec 2007 08:56:51 -0800 From: "David O'Brien" To: Max Laier Message-ID: <20071210165651.GB90920@dragon.NUXI.org> References: <200712090424.lB94O9Ui088587@repoman.freebsd.org> <200712091842.14903.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712091842.14903.max@love2party.net> X-Operating-System: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 16:56:53 -0000 On Sun, Dec 09, 2007 at 06:42:12PM +0100, Max Laier wrote: > On Sunday 09 December 2007, David E. O'Brien wrote: > > obrien 2007-12-09 04:24:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > release Makefile > > Log: > > Make it easier to experiment with alternate compression. > > > > Reviewed by: kensmith > > > > Revision Changes Path > > 1.930 +9 -8 src/release/Makefile > > This still leaves some expectations to the ZIPPER e.g. that "-c" will zip > to stdout. While at it, shouldn't we go all the way and have ZIPPER and > ZIPCAT or something along these lines. Every zipper I know that we could use for our release builds (as-is) supports "-c". So I didn't see a need to pull it out also. The goal is to experiment switching to Bzip2 for the amd64 release (and any other release where the target is a "big machine"). -- -- David (obrien@FreeBSD.org)