From owner-freebsd-stable@FreeBSD.ORG Wed Apr 30 20:29:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33E0137B401; Wed, 30 Apr 2003 20:29:59 -0700 (PDT) Received: from Millions.Ca (h68-145-236-254.sbm.shawcable.net [68.145.236.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8590943FAF; Wed, 30 Apr 2003 20:29:57 -0700 (PDT) (envelope-from stacy@Millions.Ca) Received: (from uucp@localhost) by Millions.Ca (8.11.1/8.9.3) id h413Tu900900; Wed, 30 Apr 2003 21:29:56 -0600 (MDT) (envelope-from stacy@Millions.Ca) Received: from Cedar.Millions.Ca(192.168.64.8) via SMTP by mail-gw-0.millions.ca, id smtpdaIt898; Wed Apr 30 21:29:47 2003 Received: from millions.ca (Bonsai.Millions.Ca [192.168.64.4]) by cedar.millions.ca (8.12.6/8.12.6) with ESMTP id h413TkR3094134; Wed, 30 Apr 2003 21:29:47 -0600 (MDT) (envelope-from stacy@millions.ca) Message-ID: <3EB094A9.10407@millions.ca> Date: Wed, 30 Apr 2003 21:29:45 -0600 From: Stacy Millions Organization: Millions Consulting Limited User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030404 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Robin P. Blanchard" References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: stable@freebsd.org cc: current@freebsd.org Subject: Re: 'dual' hosting STABLE and CURRENT ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2003 03:29:59 -0000 Robin P. Blanchard wrote: > Currently I have a 'master' STABLE box which nfs exports src and obj to all > my STABLE 'clients' and a 'master' CURRENT box nfs exporting src and obj to > my CURRENT 'clients'. Would it be possible to eliminate one of the 'master' > boxes ? IE, could a STABLE box build and host CURRENT (via alternate src and > obj) or could CURRENT box build and host STABLE (via alternate src and obj) ? I can vouche for STABLE being able to build CURRENT. I installed CURRENT into a spare partition by cvsuping the source into /usr/current, doing a build world and build kernel, mounting the CURRENT file systems under /current and then doing make install DESTDIR=/current (and same for installing the kernel of course). Had a few missing files even after doing a mergemaster, but it did work. -stacy