From owner-freebsd-stable@freebsd.org Thu Mar 31 22:54:23 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D9E3AE4BF4 for ; Thu, 31 Mar 2016 22:54:23 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FEEC1C40 for ; Thu, 31 Mar 2016 22:54:23 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u2VMsESi099019; Thu, 31 Mar 2016 15:54:19 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201603312254.u2VMsESi099019@gw.catspoiler.org> Date: Thu, 31 Mar 2016 15:54:14 -0700 (PDT) From: Don Lewis Subject: Re: Where is 10.2-STABLE? To: rfg@tristatelogic.com cc: freebsd-stable@freebsd.org In-Reply-To: <64862.1459379077@server1.tristatelogic.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 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, 31 Mar 2016 22:54:23 -0000 On 30 Mar, Ronald F. Guilmette wrote: > > > I was looking to download an ISO for 10.2-STABLE for a new build I'm > doing, however I can't see to locate any such ISO. It isn't where > it seems it should be, according to the info on this page: > > https://www.freebsd.org/snapshots/ > > Where can I get such an ISO? If you really want a snapshot from the stable/10 branch, look for 10.3-PRERELEASE. When stable/10 was branched in preparation for 10.3-RELEASE (creating the releng/10.3 branch), newvers.sh on the stable/10 branch was edited to change REVISION from 10.2 to 10.3 and BRANCH from STABLE to PRERELEASE. Commits to the stable/10 branch after this point are eligible to be merged to releng/10.3 if approved by re@. Once 10.3 is officially released, then newvers.sh will be modified again to change BRANCH from PRERELEASE back to STABLE, and the snapshots will then be named 10.3-STABLE. I suspect that the oldest of the 10.2-STABLE snapshots has been expired. I don't know why there haven't been any 10.3-PRERELASE snapshot .iso files created since January ...