From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 22 18:15:47 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0882F6EB for ; Sun, 22 Sep 2013 18:15:47 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB0CA2E5C for ; Sun, 22 Sep 2013 18:15:46 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r8MIFecR008816 for freebsd-hackers@freebsd.org; Sun, 22 Sep 2013 18:15:40 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id vvbeyjfzuxen78rwyrkgke7sns; for freebsd-hackers@freebsd.org; Sun, 22 Sep 2013 18:15:40 +0000 (UTC) (envelope-from kientzle@freebsd.org) From: Tim Kientzle Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Tracking -CURRENT with VMWare Fusion and Crochet Message-Id: <23B55777-C334-46BE-86ED-522EDF228254@freebsd.org> Date: Sun, 22 Sep 2013 11:15:40 -0700 To: FreeBSD Hackers Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 18:15:47 -0000 I'm experimenting with a new way to track -CURRENT by using Crochet to build successive VMWare VM images. Each new VM can then be used to build the next one. I'm specifically using this with VMWare Fusion on Mac OS, but it should work with Linux or FreeBSD VMWare hosts as well. Here's an outline of how to set this up: = https://github.com/kientzle/crochet-freebsd/wiki/Tracking-FreeBSD-CURRENT-= with-VMWare-Fusion-and-Crochet There are still a few issues I need to work out before I'm entirely happy with this approach, but it's looking pretty promising so far. Feedback appreciated. Cheers, Tim