From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9770 invoked by alias); 13 Feb 2015 04:50:43 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 34524 Received: (qmail 23129 invoked from network); 13 Feb 2015 04:50:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,BODY_URI_ONLY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=T4Cr27w6JYGJxc5jC+2UXQ==:117 a=T4Cr27w6JYGJxc5jC+2UXQ==:17 a=VNsaWKQvMhEA:10 a=IkcTkHD0fZMA:10 a=q2GGsy2AAAAA:8 a=KW4TjY-KCecWwru2fQAA:9 a=onG9qU3nJswuGWB2:21 a=a4DSkdLNA_6LLYwP:21 a=QEXdDO2ut3YA:10 Message-id: <54DD829D.9000806@eastlink.ca> Date: Thu, 12 Feb 2015 20:50:37 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-version: 1.0 To: zsh-workers@zsh.org Subject: Re: 297 all good. References: <54DD52EB.5010306@eastlink.ca> <150212194141.ZM1273@torch.brasslantern.com> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit On 02/12/2015 08:09 PM, Mikael Magnusson wrote: > On Fri, Feb 13, 2015 at 4:41 AM, Bart Schaefer > wrote: >> On Feb 12, 5:27pm, Ray Andrews wrote: >> } (BTW I trust eg: '297' is a unique ID for each build?) >> >> Sort of. It's the number of commits since some flag point (the 5.0.7 >> release, in this case). So it'll be unique until after the next such >> flag point (probably 5.0.8). > This also assumes you don't have any local commits. The actually > unique identifier for the commit comes after the g at the end. (It's > just the first few digits of the commit hash). > Ok, good to know, I'm just looking for the briefest effective way of referring to this build or that build. The 'commitnumber' is nicely sequential and simple, so that should do unless I hear different.