From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Subject: Re: Update on 1.0.1 Date: Thu, 16 May 2019 14:41:02 +0200 Message-ID: <20190516144102.1d200186@gmail.com> References: <871s17d3i2.fsf@gnu.org> <87zhnnuac6.fsf@gnu.org> <87r28zj0jy.fsf@gmail.com> <87h89uhbnk.fsf@gnu.org> <20190516121302.atv7hestqgfv5qqg@pelzflorian.localdomain> 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]:53928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRFhM-0002iK-16 for guix-devel@gnu.org; Thu, 16 May 2019 08:41:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRFhI-0001TC-Tc for guix-devel@gnu.org; Thu, 16 May 2019 08:41:23 -0400 In-Reply-To: <20190516121302.atv7hestqgfv5qqg@pelzflorian.localdomain> 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: "pelzflorian (Florian Pelz)" Cc: Guix-devel , Mathieu Othacehe , julien lepiller Hi, "pelzflorian (Florian Pelz)" : > On Thu, May 16, 2019 at 01:38:39PM +0200, Ludovic Court=C3=A8s wrote: > > I=E2=80=99ll create a =E2=80=98version-1.0.1=E2=80=99 branch with the a= im of releasing the > > whole thing maybe tomorrow or at least by Tuesday. > > =20 >=20 > If this does not go through the TP, can we send a download link for a > newer PO file adapted to current doc/guix.texi? I agree that it should go through TP[1], nonetheless there is a way to generate the pot file to merge it and get an updated po file. From a fresh checkout of the git tree you only have to follow these steps: $ guix environment guix [env]$ ./bootstrap [env]$ ./configure [env]$ make doc-pot-update [env]$ msgmerge /path/to/old/de.po po/doc/guix-manual.pot > /new/de.po And that /new/de.po file will contain the updated messages for the last version of the manual. > Also it would be good if you could make sure > http://guix.info/manual/en/html_node/Binary-Installation.html#Binary-Inst= allation > will mention Guix version 1.0.1 instead of telling users to download > version UNKNOWN, but maybe this only happened because of the 1.0.0 > %base-packages warning added to the manual. This link, the official one I guess, https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installation.h= tml#Binary-Installation contains the correct version. Is the manual published in guix.info generated automatically? Maybe it is something related with the build process... Happy hacking! Miguel [1] Probably GNU's ftp could be used for that too, as a -pre release. AFAIK, older pre-releases can be removed if the folder grows up too quickly: https://www.gnu.org/prep/maintain/html_node/FTP-Upload-Standalone-Directive= s.html