From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19318: %guix-version is incorrect in the presence of 'guix pull' Date: Mon, 08 Dec 2014 22:57:25 +0100 Message-ID: <87h9x5ls8q.fsf@gnu.org> 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]:51311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6Kl-0002Y1-VZ for bug-guix@gnu.org; Mon, 08 Dec 2014 16:59:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy6Kc-00073w-Lh for bug-guix@gnu.org; Mon, 08 Dec 2014 16:59:11 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:60995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6Kc-00073p-Hz for bug-guix@gnu.org; Mon, 08 Dec 2014 16:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xy6Kc-0002ln-9h for bug-guix@gnu.org; Mon, 08 Dec 2014 16:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6JJ-0001iE-0J for bug-guix@gnu.org; Mon, 08 Dec 2014 16:57:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xy6J7-0006Nk-Gf for bug-guix@gnu.org; Mon, 08 Dec 2014 16:57:40 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:51618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xy6J7-0006NQ-9T for bug-guix@gnu.org; Mon, 08 Dec 2014 16:57:29 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D0AA2419C for ; Mon, 8 Dec 2014 22:57:26 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03Pytyyd1kTz for ; Mon, 8 Dec 2014 22:57:26 +0100 (CET) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8BFAE11B8 for ; Mon, 8 Dec 2014 22:57:26 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 19318@debbugs.gnu.org Running =E2=80=98guix pull=E2=80=99 doesn=E2=80=99t change (@ (guix config)= %guix-version), which gives a wrong impression about the version being (=E2=80=98guix --ver= sion=E2=80=99 will keep showing the same old version number because (guix config) is never overridden.) The solution may be to add a (guix version) module, that will itself be overridden by =E2=80=98guix pull=E2=80=99. (Reported by Tsutsukakushi on #guix.) Ludo=E2=80=99.