From owner-cvs-all@FreeBSD.ORG Sat Nov 17 03:41:19 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 A775D16A418; Sat, 17 Nov 2007 03:41:19 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 76BD813C45A; Sat, 17 Nov 2007 03:41:19 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id D209073303; Sat, 17 Nov 2007 03:26:47 +0000 (GMT) Date: Sat, 17 Nov 2007 03:26:47 +0000 From: John Birrell To: Ken Smith Message-ID: <20071117032647.GA73440@what-creek.com> References: <200711161314.lAGDERAd027540@repoman.freebsd.org> <20071116220448.GA20435@FreeBSD.org> <1195264850.1257.22.camel@bauer.cse.buffalo.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1195264850.1257.22.camel@bauer.cse.buffalo.edu> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.ORG, Alexey Dokuchaev , src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Ken Smith Subject: Re: cvs commit: src/release Makefile 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: Sat, 17 Nov 2007 03:41:19 -0000 On Fri, Nov 16, 2007 at 09:00:50PM -0500, Ken Smith wrote: > - Yes, people have asked about doing DVDs instead but > I haven't had time and nobody else progressed past the > question phase. :-) If nobody else does I'll start > screwing around with it in HEAD after the releases are > over so that it's feasible for 8.X but we're way too > far along in the release cycle to consider it now. I have a prototype of a release makefile system in p4 that I'd like to discuss with you when you break free of actually doing releases. Will you ever break free? :-) I wanted a re-entrant release system that would let me type: make livedvd_iso (or something) and it would just build the things needed to make that. And then if I changed a file it would incrementally build like I always expect 'make'd things to do. It's also cross-build enabled; doesn't require a chroot; uses installed doc build tools; and shares buildworld/universe trees. -- John Birrell