From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: check guix human readable version Date: Fri, 03 May 2019 00:05:26 +0200 Message-ID: <877eb8wlzt.fsf@elephly.net> References: <925509d741ad7d71821e7a77a55f67bb@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hMJph-0007fC-R7 for guix-devel@gnu.org; Thu, 02 May 2019 18:05:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hMJpg-0007fL-Jy for guix-devel@gnu.org; Thu, 02 May 2019 18:05:37 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21396) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hMJpg-0007eN-AO for guix-devel@gnu.org; Thu, 02 May 2019 18:05:36 -0400 In-reply-to: <925509d741ad7d71821e7a77a55f67bb@disroot.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: znavko@disroot.org Cc: guix-devel znavko@disroot.org writes: > Hi! I want be able to see which version number of guix I have, not commit= but human-readable version, such as 1.0.0. How to do this? > Once performing `guix pull` I saw it, but now I cannot do it this ways: > > # guix describe > Generation 88 May 02 2019 17:18:30 (current) > guix 48f19e6 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 48f19e60c4677e392ee2c23f28098cfcaf9d1710 > > # guix pull > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git'... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 48f19e6 > Computing Guix derivation for 'x86_64-linux'... | > nothing to be done > > How to see guix version: 1.0.0 ? It=E2=80=99s not yet possible. =E2=80=9Cguile-git=E2=80=9D only recently g= ained support for pretty =E2=80=9Cgit describe=E2=80=9D-style formats, but there has not been= a new release of =E2=80=9Cguile-git=E2=80=9D that contains these changes. Once a new version of =E2=80=9Cguile-git=E2=80=9D becomes available we shou= ld be able to adjust =E2=80=9Cguix describe=E2=80=9D. --=20 Ricardo