From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Setting the value of `emacs-bzr-version' also from a git checkout (was: Emacs trunk binary on Dropbox) Date: Tue, 1 Oct 2013 18:45:04 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1380645945 18158 80.91.229.3 (1 Oct 2013 16:45:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2013 16:45:45 +0000 (UTC) Cc: Sebastien Vauban , Eli Zaretskii , Lennart Borgman , Emacs-Devel devel To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 01 18:45:47 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VR34z-00043G-Kw for ged-emacs-devel@m.gmane.org; Tue, 01 Oct 2013 18:45:45 +0200 Original-Received: from localhost ([::1]:60124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR34z-00064b-3E for ged-emacs-devel@m.gmane.org; Tue, 01 Oct 2013 12:45:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR34n-0005ve-7K for emacs-devel@gnu.org; Tue, 01 Oct 2013 12:45:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VR34h-0006QW-CK for emacs-devel@gnu.org; Tue, 01 Oct 2013 12:45:33 -0400 Original-Received: from mail-la0-f53.google.com ([209.85.215.53]:39880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VR34b-0006OP-1w; Tue, 01 Oct 2013 12:45:21 -0400 Original-Received: by mail-la0-f53.google.com with SMTP id el20so6152633lab.12 for ; Tue, 01 Oct 2013 09:45:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=dGBc6eF/fNrsoFMnI24Xkbvv0KiIagPh3JGuKIm9zoY=; b=e5ogLFaIGjX19VsZhFOR1KWE4Rb3Zc2ZaLkNAfp/jqtZGLP1NHCwWnIZun0t6VJhss xVGd4BVpa4853Q+vnc7ugXBV3GF4Ut+0yERiHIIdRctGSysD6//8KUurjNrLEdSh2o+V IYdXR0Dkcm6BRFkoXzjPCgI7x6/OOMaUvwDHk5l/QvBJpDHV5mCALOpqvjq36mkABZrx i3kKbGCyG3rmf2vmqrFK52NEdlJh4OXTmIM+ge7WwZ50ao8h36SBbPdQg8Ea6PQPe+JN T2n/59Ie+AcfJmm1rSPRFpte+dTBCYu+OavQA1tRzivbySx4CpkVGTD/fDd5dufCwffy /njA== X-Received: by 10.152.10.99 with SMTP id h3mr25944447lab.13.1380645904693; Tue, 01 Oct 2013 09:45:04 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Tue, 1 Oct 2013 09:45:04 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.53 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163775 Archived-At: On Tue, Oct 1, 2013 at 6:36 PM, Andreas Schwab wrote: > Lennart Borgman writes: > >> Must not that revision number be available somewhere in the mirror? > > $ git notes show d079fb16c40905c3ebb5a53483dc17eb85d1577b > monnier@iro.umontreal.ca-20131001155253-f13ed73lrl2p8utj That would be even better, yes: figure out the value of "emacs-bzr-version" not only when building from a bzr branch, but also when building from the savannah's git repo. But FWIW, if I try Andreas' command on my git repo I get an error: $ git log -1 | head -n1 commit 2c691e3566392fb2d234892cf379b58886e98361 $ git notes show 2c691e3566392fb2d234892cf379b58886e98361 error: No note found for object 2c691e3566392fb2d234892cf379b58886e98361. -- Dani Moncayo