From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: Issue with my version of guix Date: Sun, 10 Feb 2019 21:32:32 +0100 (CET) Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46437_91388968.1549830752526" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsw44-00052s-V9 for guix-devel@gnu.org; Sun, 10 Feb 2019 15:51:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsvmL-0005tk-4J for guix-devel@gnu.org; Sun, 10 Feb 2019 15:32:43 -0500 Received: from w1.tutanota.de ([81.3.6.162]:37606) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsvmH-0005of-9h for guix-devel@gnu.org; Sun, 10 Feb 2019 15:32:39 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id 81E62FA01F9 for ; Sun, 10 Feb 2019 20:32:32 +0000 (UTC) In-Reply-To: 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: Laura Lazzati Cc: Guix-devel ------=_Part_46437_91388968.1549830752526 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, Laura! To update guix use this line under every user you need: $ guix pull && guix package -u by root the same: # guix pull && guix package -u Then `guix describe` or `guix --version` will show the commit you have.=20 But I really do not know how to look human readable version like 0.15 or 0.= 16 ?? Also if you need to upgrade guix-daemon (but this does not matter, Ricardo Wurmus said here https://lists.gnu.org/archive/html/help-guix/2019-= 01/msg00000.html )=20 you can use by root: # guix system reconfigure /path/to/your/config.scm If you do not use config.scm you will not be able to configure your system = (something like=C2=A0 changing network settings or display manager settings= (autologin for example)). You can copy it from example here https://www.gn= u.org/software/guix/manual/en/guix.html#Using-the-Configuration-System =C2=A0 . People say there are a lot of examples in the web. But ther= e is no any link in manual, and I did not find in guix.cgit. If you want to try different substitution servers use command to authorize = new server you use first time and option --substitute-urls You also can read manual 'Substitutes' section: https://www.gnu.org/softwar= e/guix/manual/en/guix.html#Substitutes Hope, it helps.=20 Feb 8, 2019, 3:25 PM by laura.lazzati.15@gmail.com: > Hi Guix! > > i have an issue with my guix version. It seems to have not been > upgraded to guix 0.16.0, even I have the new commands. > > This is the output of my guix --version, which shows a commit. > guix --version > guix (GNU Guix) 9d58e8819fdbc4c1c8a1ef6149e2d2376731a6a6 > Copyright (C) 2019 the Guix authors > > And both for installing stuff with guix package or even guix pulling, > I need to add the subsitute option for using > https://ci.guix.info > Otherwhise it uses the mirror from hydra. > > Do you know what I am missing here? > > Regards :) > Laura > ------=_Part_46437_91388968.1549830752526 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello, Laura!
To update guix use this line under every user= you need:

$ guix pull && guix package -= u

by root the same:
# guix pull && guix package -u

Then `guix describe` or `guix --version` will show the commit you= have.

But I really do not know how to look human = readable version like 0.15 or 0.16 ??


Also if you need to upgrade guix-daemo= n (but this does not matter,
you can use by root:
=
# guix system reconfigure= /path/to/your/config.scm
=
If you do not use config.= scm you will not be able to configure your system (something like  cha= nging network settings or display manager settings (autologin for example))= . You can copy it from example here https://www.gnu.o= rg/software/guix/manual/en/guix.html#Using-the-Configuration-System&nbs= p; . People say there are a lot of examples in the web. But there is no any= link in manual, and I did not find in guix.cgit.

I= f you want to try different substitution servers use command to authorize n= ew server you use first time and option --substitute-urls
You also can read manual 'Substitutes' sect= ion: https://www.gnu.org/software/guix/manual/en/guix.html#Substitutes



------=_Part_46437_91388968.1549830752526--