From unknown Sun Jun 15 08:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#32091] [PATCH] Fix FTP link in documentation. Resent-From: EuAndreh Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 08 Jul 2018 04:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32091 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 32091@debbugs.gnu.org Cc: EuAndreh X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1531024485540 (code B ref -1); Sun, 08 Jul 2018 04:35:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Jul 2018 04:34:45 +0000 Received: from localhost ([127.0.0.1]:50609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fc1PJ-00008e-GM for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fc1PI-00008P-1S for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fc1PC-0001tN-1O for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60664) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fc1PB-0001sp-Tz for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fc1PA-0001b9-LA for guix-patches@gnu.org; Sun, 08 Jul 2018 00:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fc1P7-0001qM-Hn for guix-patches@gnu.org; Sun, 08 Jul 2018 00:34:36 -0400 Received: from box.euandre.org ([162.243.185.39]:46668) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fc1P7-0001q7-Cz for guix-patches@gnu.org; Sun, 08 Jul 2018 00:34:33 -0400 Received: from authenticated-user (box.euandre.org [162.243.185.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id DA0AE9F649; Sun, 8 Jul 2018 01:34:31 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=euandre.org; s=mail; t=1531024472; bh=LYF8yj6NKJ69tAIpqZgTrlccLANoeoydS/8cFfRL21U=; h=From:To:Cc:Subject:Date:From; b=yxBXGncGmAflZxQAZZHF0GDfP1KBjZEPZG4cKvawk6090JjnM6OPgo/STNgxqRcla BbLr5rIyJa0fBbNpVWBtBRspassEzxgS2Cb/h4LPOHUlRC776GlBaQOwgt2U89Bl5F q6h1TOdWyk1FQMhizMR+xF+5kfPRe3R43i63q+EDAxJRYnNTScwFW5JpIn6/HU8X3u wG6sC+lF4CtZdrel2ugXbnsJvhvSZQvQTBgvFqraI3GUaFK2zpHkPRtx6KC3jZfY2U /1CPEVBC3ttqBxtDQcBOKGpqtBAD76wPSTXtR7Y80HhmRR0Kd6vomTWhSdQDvo96/W Vm9gJo0K6YOQg== From: EuAndreh Date: Sun, 8 Jul 2018 01:34:28 -0300 Message-Id: <20180708043428.29408-1-eu@euandre.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM. I looked for other instances of this mistake in the docs, but I could't find any. * doc/guix.texi: fix link to GuixSD VM image in FTP server. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index c79d78f2d..8b6ff73f4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -21323,7 +21323,7 @@ example graph. @cindex virtual machine To run GuixSD in a virtual machine (VM), one can either use the pre-built GuixSD VM image distributed at -@indicateurl{ftp://alpha.gnu.org/guix/guixsd-vm-image-@value{VERSION}.@var{system}.tar.xz} +@indicateurl{ftp://alpha.gnu.org/gnu/guix/guixsd-vm-image-@value{VERSION}.@var{system}.xz} , or build their own virtual machine image using @command{guix system vm-image} (@pxref{Invoking guix system}). The returned image is in qcow2 format, which the @uref{http://qemu.org/, QEMU emulator} can -- 2.16.4 From unknown Sun Jun 15 08:50:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#32091] [PATCH] Fix FTP link in documentation. Resent-From: Nils Gillmann Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 08 Jul 2018 11:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32091 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: EuAndreh Cc: 32091@debbugs.gnu.org Received: via spool by 32091-submit@debbugs.gnu.org id=B32091.15310489545728 (code B ref 32091); Sun, 08 Jul 2018 11:23:01 +0000 Received: (at 32091) by debbugs.gnu.org; 8 Jul 2018 11:22:34 +0000 Received: from localhost ([127.0.0.1]:50701 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fc7lx-0001UJ-Tb for submit@debbugs.gnu.org; Sun, 08 Jul 2018 07:22:34 -0400 Received: from static.195.114.201.195.clients.your-server.de ([195.201.114.195]:57694 helo=conspiracy.of.n0.is) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fc7lv-0001UB-IO for 32091@debbugs.gnu.org; Sun, 08 Jul 2018 07:22:32 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id d94b49ad (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 8 Jul 2018 11:22:29 +0000 (UTC) Date: Sun, 8 Jul 2018 11:23:12 +0000 From: Nils Gillmann Message-ID: <20180708112312.gs76vcxnswkls36o@abyayala> References: <20180708043428.29408-1-eu@euandre.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180708043428.29408-1-eu@euandre.org> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) EuAndreh transcribed 1.0K bytes: > The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM. > > I looked for other instances of this mistake in the docs, but I could't > find any. > > * doc/guix.texi: fix link to GuixSD VM image in FTP server. > --- > doc/guix.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index c79d78f2d..8b6ff73f4 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -21323,7 +21323,7 @@ example graph. > @cindex virtual machine > To run GuixSD in a virtual machine (VM), one can either use the > pre-built GuixSD VM image distributed at > -@indicateurl{ftp://alpha.gnu.org/guix/guixsd-vm-image-@value{VERSION}.@var{system}.tar.xz} > +@indicateurl{ftp://alpha.gnu.org/gnu/guix/guixsd-vm-image-@value{VERSION}.@var{system}.xz} > , or build their own virtual machine image using @command{guix system > vm-image} (@pxref{Invoking guix system}). The returned image is in > qcow2 format, which the @uref{http://qemu.org/, QEMU emulator} can > -- > 2.16.4 Thanks for spotting this mistake. Not compiled and applied, but the texinfo lgtm --ng0 From unknown Sun Jun 15 08:50:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: EuAndreh Subject: bug#32091: closed (Re: [bug#32091] [PATCH] Fix FTP link in documentation.) Message-ID: References: <87va9ofov0.fsf@gnu.org> <20180708043428.29408-1-eu@euandre.org> X-Gnu-PR-Message: they-closed 32091 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 32091@debbugs.gnu.org Date: Mon, 09 Jul 2018 14:48:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1531147684-31220-1" This is a multi-part message in MIME format... ------------=_1531147684-31220-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32091: [PATCH] Fix FTP link in documentation. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 32091@debbugs.gnu.org. --=20 32091: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32091 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1531147684-31220-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 32091-done) by debbugs.gnu.org; 9 Jul 2018 14:47:11 +0000 Received: from localhost ([127.0.0.1]:52571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcXRW-000866-Oj for submit@debbugs.gnu.org; Mon, 09 Jul 2018 10:47:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41429) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fcXRV-00085t-Vf for 32091-done@debbugs.gnu.org; Mon, 09 Jul 2018 10:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcXRN-0006kI-Jw for 32091-done@debbugs.gnu.org; Mon, 09 Jul 2018 10:47:04 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcXRN-0006kC-Fl; Mon, 09 Jul 2018 10:47:01 -0400 Received: from [193.50.110.150] (port=58778 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fcXRM-0000Xo-RC; Mon, 09 Jul 2018 10:47:01 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: EuAndreh Subject: Re: [bug#32091] [PATCH] Fix FTP link in documentation. References: <20180708043428.29408-1-eu@euandre.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 Messidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 09 Jul 2018 16:46:59 +0200 In-Reply-To: <20180708043428.29408-1-eu@euandre.org> (EuAndreh's message of "Sun, 8 Jul 2018 01:34:28 -0300") Message-ID: <87va9ofov0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32091-done Cc: 32091-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, EuAndreh skribis: > The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM. > > I looked for other instances of this mistake in the docs, but I could't > find any. > > * doc/guix.texi: fix link to GuixSD VM image in FTP server. Applied, thanks! Ludo'. ------------=_1531147684-31220-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Jul 2018 04:34:45 +0000 Received: from localhost ([127.0.0.1]:50609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fc1PJ-00008e-GM for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fc1PI-00008P-1S for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fc1PC-0001tN-1O for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60664) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fc1PB-0001sp-Tz for submit@debbugs.gnu.org; Sun, 08 Jul 2018 00:34:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fc1PA-0001b9-LA for guix-patches@gnu.org; Sun, 08 Jul 2018 00:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fc1P7-0001qM-Hn for guix-patches@gnu.org; Sun, 08 Jul 2018 00:34:36 -0400 Received: from box.euandre.org ([162.243.185.39]:46668) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fc1P7-0001q7-Cz for guix-patches@gnu.org; Sun, 08 Jul 2018 00:34:33 -0400 Received: from authenticated-user (box.euandre.org [162.243.185.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id DA0AE9F649; Sun, 8 Jul 2018 01:34:31 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=euandre.org; s=mail; t=1531024472; bh=LYF8yj6NKJ69tAIpqZgTrlccLANoeoydS/8cFfRL21U=; h=From:To:Cc:Subject:Date:From; b=yxBXGncGmAflZxQAZZHF0GDfP1KBjZEPZG4cKvawk6090JjnM6OPgo/STNgxqRcla BbLr5rIyJa0fBbNpVWBtBRspassEzxgS2Cb/h4LPOHUlRC776GlBaQOwgt2U89Bl5F q6h1TOdWyk1FQMhizMR+xF+5kfPRe3R43i63q+EDAxJRYnNTScwFW5JpIn6/HU8X3u wG6sC+lF4CtZdrel2ugXbnsJvhvSZQvQTBgvFqraI3GUaFK2zpHkPRtx6KC3jZfY2U /1CPEVBC3ttqBxtDQcBOKGpqtBAD76wPSTXtR7Y80HhmRR0Kd6vomTWhSdQDvo96/W Vm9gJo0K6YOQg== From: EuAndreh To: guix-patches@gnu.org Subject: [PATCH] Fix FTP link in documentation. Date: Sun, 8 Jul 2018 01:34:28 -0300 Message-Id: <20180708043428.29408-1-eu@euandre.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: EuAndreh X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) The current incorrect link at: https://www.gnu.org/software/guix/manual/en/guix.html#Running-GuixSD-in-a-VM. I looked for other instances of this mistake in the docs, but I could't find any. * doc/guix.texi: fix link to GuixSD VM image in FTP server. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index c79d78f2d..8b6ff73f4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -21323,7 +21323,7 @@ example graph. @cindex virtual machine To run GuixSD in a virtual machine (VM), one can either use the pre-built GuixSD VM image distributed at -@indicateurl{ftp://alpha.gnu.org/guix/guixsd-vm-image-@value{VERSION}.@var{system}.tar.xz} +@indicateurl{ftp://alpha.gnu.org/gnu/guix/guixsd-vm-image-@value{VERSION}.@var{system}.xz} , or build their own virtual machine image using @command{guix system vm-image} (@pxref{Invoking guix system}). The returned image is in qcow2 format, which the @uref{http://qemu.org/, QEMU emulator} can -- 2.16.4 ------------=_1531147684-31220-1--