From owner-ctm-users@FreeBSD.ORG Wed Jun 24 15:27:47 2009 Return-Path: Delivered-To: ctm-users@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36AD31065674 for ; Wed, 24 Jun 2009 15:27:47 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id EFAA78FC16 for ; Wed, 24 Jun 2009 15:27:46 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from laptop3.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n5OFBXAJ002594; Wed, 24 Jun 2009 10:11:34 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4A424225.1080801@missouri.edu> Date: Wed, 24 Jun 2009 10:11:33 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.21) Gecko/20090612 SeaMonkey/1.1.16 MIME-Version: 1.0 To: utisoft@gmail.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ctm-users@freebsd.org Subject: Re: RELENG in CTM X-BeenThere: ctm-users@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CTM User discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 15:27:47 -0000 Chris Rees wrote: > Dear all, > > I discovered CTM not long ago, and I'm impressed at its efficiency > when automated. Is there any way to track something other than > -STABLE? Even just the latest security updates for the latest release? > > I've tried searching the archives, but no-one seems to have asked that > before.... You can do this. If you want to use the existing CTM updates, follow cvs-cur, which gives the whole cvs directory tree. Then use the cvs program to extract whatever RELENG you want to, similarly as if you were using cvsup to get it from one of the existing cvsup mirrors. If you want to create your own CTM creating machine, you can also do it there as well. You have to understand how CTM works, but once you have understood it, it is relatively straightforward.