From owner-freebsd-current@FreeBSD.ORG Tue Jun 9 17:48:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A21E10656BC; Tue, 9 Jun 2009 17:48:58 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 741BE8FC15; Tue, 9 Jun 2009 17:48:57 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by ewy8 with SMTP id 8so145434ewy.43 for ; Tue, 09 Jun 2009 10:48:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=BJUl13j0Pktrh4DtCQiKHxzaQ5nve1q9wp1luBvLy6g=; b=q55miOmk5kzIos1QKKCjGAFimeK/n6mBHsVeu8DiJexRwlsdKYHOtoi+KeDjyPz1Ph LcsT0YN/YPlODRPA3gCGnvS1vSu+IePRVDA7dN5wPbCVBVoZs7W2lVNmxPuHk326KPRZ 1KRuZkMqHjgUGH2T2auMYpFqwayUervXkm6tw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=F2h0bDuB1tJMzmrhekZU7LSIUIFuxqg6qDK6KOufdIiJXxh/Iu5+dFHviyA7QJQlBw ieXi16V6RrnwG7frTChBnxhRiXnzezNiaih0GzoQkdnlJQO9vPZgBGy5JdQ+ZZojPuFQ lMbucA9/Hr1wlEp52Mj3fLZ6bZnXCVr6BHhWY= MIME-Version: 1.0 Received: by 10.210.30.10 with SMTP id d10mr440755ebd.84.1244569736542; Tue, 09 Jun 2009 10:48:56 -0700 (PDT) In-Reply-To: References: <4A2E84DC.1010900@unsane.co.uk> From: Scott Ullrich Date: Tue, 9 Jun 2009 13:48:36 -0400 Message-ID: To: Dan Naumov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Wojciech Puchar , freebsd-current@freebsd.org, freebsd-hackers@freebsd.org, Vincent Hoffman Subject: Re: sysinstall, GJOURNAL and ZFS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 17:48:58 -0000 On Tue, Jun 9, 2009 at 1:46 PM, Dan Naumov wrote: > What arch are these snapshots, are they amd64 or i386? Speaking of > -STABLE snapshots, since they are a more slowly moving target than > -CURRENT, 1 snapshot every week or so would definately be enough :) These are i386 FreeBSD-8-CURRENT. We build every 12 hours or so for BSDInstaller testing. Instead of me having to roll an ISO after every change I just wait a bit and test. Works well for me and CPU/Disk space is cheap. Scott