From owner-freebsd-ports@freebsd.org Mon Oct 2 17:29:35 2017 Return-Path: Delivered-To: freebsd-ports@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 636CBE0F4DC for ; Mon, 2 Oct 2017 17:29:35 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 256C36FF72 for ; Mon, 2 Oct 2017 17:29:34 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (106-68-144-79.dyn.iinet.net.au [106.68.144.79]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id v92HTTo3033905 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 2 Oct 2017 10:29:32 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: gettng the port revision number associated with the pkg repo. [Please?) To: Simon Wright , freebsd-ports@freebsd.org References: <27a74475-e146-0cd4-e5ac-f59686317be9@freebsd.org> <44fub9d054.fsf@be-well.ilk.org> <66ef45c6-b448-c8fe-9686-10f0cab13ecb@freebsd.org> <447ewjarab.fsf@be-well.ilk.org> <60b690b5-d34d-56ea-a371-414d4dddaaaa@freebsd.org> From: Julian Elischer Message-ID: Date: Tue, 3 Oct 2017 01:29:23 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 17:29:35 -0000 On 3/10/17 12:25 am, Simon Wright wrote: > On 02/10/2017 22:19, Julian Elischer wrote: >> On 28/9/17 9:25 pm, Lowell Gilbert wrote: >>> Julian Elischer writes: >>> >>>> On 26/9/17 10:07 pm, Lowell Gilbert wrote: >>>>> Julian Elischer writes: >>>>> >>>>>> SO imagine that I needed to be ab;e to reproduce the pkg repo >>>>>> as of a >>>>>> articular day, is there anywhere one can look to see the svn >>>>>> revision >>>>>> number that corresponds to teh current pkg files. >>>>>> >>>>>> >>>>>> I would like to take a snapshot at a particular revision.. but >>>>>> how do >>>>>> I find out what the revision was when the build was kicked off? >>>>> If you want to do that after the fact, I'm not sure how you'd >>>>> specify >>>>> when you want the information for. But if you do it when you >>>>> kick off >>>>> the build (or if you haven't changed the tree since), svnversion(1) >>>>> will tell you. >>>>> >>>> I mean for the official pkg repo.. >>>> >>>> is there a file somewhere that says "these packages are as of >>>> r443234"? >>> Sorry that I misunderstood your intent. >>> >>> I am fairly sure that what you want exists somewhere, but I can't >>> find >>> it at the moment. >>> >> Unfortunately neither can I. > > Hi Julian, Lowell > > I need this information so that I can start my poudriere builds with > my quite small list of ports with non-standard options from the same > revision as the pkg system. I use a somewhat modified version of > this script: > > https://gist.github.com/reedacartwright/8622973baf89b263a6d7 > > Thanks to Reed for creating and maintaining this. > can we just find out who runs the poudriere instances and ask them to just append the svn revision number somewhere? or maybe even the poudriere commands  used.. *somewhere*?