From owner-freebsd-current Tue Sep 3 16:30:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA04127 for current-outgoing; Tue, 3 Sep 1996 16:30:51 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA04115 for ; Tue, 3 Sep 1996 16:30:46 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA05327; Tue, 3 Sep 1996 16:28:19 -0700 From: Terry Lambert Message-Id: <199609032328.QAA05327@phaeton.artisoft.com> Subject: Re: Latest Current build failure To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 3 Sep 1996 16:28:19 -0700 (MST) Cc: terry@lambert.org, michaelh@cet.co.jp, kimc@w8hd.org, current@FreeBSD.org In-Reply-To: <10757.841792371@time.cdrom.com> from "Jordan K. Hubbard" at Sep 3, 96 04:12:51 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > I think a more reasonable, one machine, version would be: > > > > 1) wait some interval > > 2) copy active cvs tree to static cvs tree > > 3) test-build static cvs tree > > 4) if test-build fails, go to 1 > > 5) copy successfully test-built static cvs tree to distribution > > cvs tree > > 6) people download distribution cvs tree > > That's assuming that you want to make one box both the build and the > central distribution server, and that machine definitely isn't > freefall.freebsd.org. Finding a new central distribution server > would be too much perturberation. Actually, you could seperate the process using a covert channel for the checkout for the build server: 2) copy active cvs tree on repository to statis cvs tree on build server 5) copy successfully test-built static cvs tree on build server to distribution cvs tree on distribution server (could be the same machine, the repository, or could be a third machine) Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.