From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Needs enhancement: "is my guix current?" Date: Mon, 11 Dec 2017 14:23:20 +0100 Message-ID: <87po7l1jqv.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOO3M-00021R-7J for guix-devel@gnu.org; Mon, 11 Dec 2017 08:23:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOO3G-0002fh-KD for guix-devel@gnu.org; Mon, 11 Dec 2017 08:23:28 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:37531) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eOO3G-0002ez-D5 for guix-devel@gnu.org; Mon, 11 Dec 2017 08:23:22 -0500 In-Reply-To: (Hartmut Goebel's message of "Mon, 11 Dec 2017 13:20:43 +0100") 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: Hartmut Goebel Cc: guix-devel Hi, Hartmut Goebel skribis: > Is the installed guix the current one, resp. the current one my guix > knows of? Is there anyway to find out whether 20170924.19 or > 0.13.0-6.a9468b4 is newer? > > guix installed: > > =C2=A0=C2=A0=C2=A0 # guix --version > =C2=A0 =C2=A0 guix (GNU Guix) 20170924.19 Nowadays a Git commit is recorded, not a date. Currently =E2=80=98guix package=E2=80=99 et al. simply warn you if you have= n=E2=80=99t run =E2=80=98guix pull=E2=80=99 in seven days. It could also check the upstream Git repo for= the latest commit, though that wouldn=E2=80=99t provide much more information, I think. Ludo=E2=80=99.