GNU bug report logs - #47794
[PATCH] doc: Fix typo.

Previous Next

Package: guix-patches;

Reported by: zimoun <zimon.toutoune <at> gmail.com>

Date: Thu, 15 Apr 2021 12:12:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47794 in the body.
You can then email your comments to 47794 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47794; Package guix-patches. (Thu, 15 Apr 2021 12:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to zimoun <zimon.toutoune <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 15 Apr 2021 12:12:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: zimoun <zimon.toutoune <at> gmail.com>
Subject: [PATCH] doc: Fix typo.
Date: Thu, 15 Apr 2021 14:11:15 +0200
The 'vm-image' command has been superseded by the 'image' command in
ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

* doc/guix.texi (Running Guix in a VM): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index bb86195a25..5fa7445dbc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
 Configuration System}).
 
 Instead of using this pre-built image, one can also build their own virtual
-machine image using @command{guix system vm-image} (@pxref{Invoking guix
+machine image using @command{guix system image} (@pxref{Invoking guix
 system}).  The returned image is in qcow2 format, which the
 @uref{https://qemu.org/, QEMU emulator} can efficiently use.
 

base-commit: 46c6161ed638ecde5e55211903be46deb22b5e93
-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#47794; Package guix-patches. (Thu, 15 Apr 2021 17:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 47794 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 47794 <at> debbugs.gnu.org
Subject: Re: [bug#47794] [PATCH] doc: Fix typo.
Date: Thu, 15 Apr 2021 13:00:59 -0400
[Message part 1 (text/plain, inline)]
On Thu, Apr 15, 2021 at 02:11:15PM +0200, zimoun wrote:
> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

Thanks, good catch!

> * doc/guix.texi (Running Guix in a VM): Fix typo.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guix.texi b/doc/guix.texi
> index bb86195a25..5fa7445dbc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
>  Configuration System}).
>  
>  Instead of using this pre-built image, one can also build their own virtual
> -machine image using @command{guix system vm-image} (@pxref{Invoking guix
> +machine image using @command{guix system image} (@pxref{Invoking guix
>  system}).  The returned image is in qcow2 format, which the
>  @uref{https://qemu.org/, QEMU emulator} can efficiently use.

We are in "string freeze" until the release is complete, so that the
translators can finish their work. I'm keeping a list of "string
patches" to push after the release.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47794; Package guix-patches. (Fri, 04 Jun 2021 12:00:02 GMT) Full text and rfc822 format available.

Message #11 received at 47794 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 47794 <at> debbugs.gnu.org
Subject: Re: bug#47794: [PATCH] doc: Fix typo.
Date: Fri, 04 Jun 2021 13:59:09 +0200
zimoun <zimon.toutoune <at> gmail.com> writes:

> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.
>
> * doc/guix.texi (Running Guix in a VM): Fix typo.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index bb86195a25..5fa7445dbc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
>  Configuration System}).
>  
>  Instead of using this pre-built image, one can also build their own virtual
> -machine image using @command{guix system vm-image} (@pxref{Invoking guix
> +machine image using @command{guix system image} (@pxref{Invoking guix
>  system}).  The returned image is in qcow2 format, which the
>  @uref{https://qemu.org/, QEMU emulator} can efficiently use.
>  
>
> base-commit: 46c6161ed638ecde5e55211903be46deb22b5e93




Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Fri, 04 Jun 2021 12:01:01 GMT) Full text and rfc822 format available.

Notification sent to zimoun <zimon.toutoune <at> gmail.com>:
bug acknowledged by developer. (Fri, 04 Jun 2021 12:01:01 GMT) Full text and rfc822 format available.

Message #16 received at 47794-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 47794-done <at> debbugs.gnu.org
Subject: Re: bug#47794: [PATCH] doc: Fix typo.
Date: Fri, 04 Jun 2021 14:00:24 +0200
Hello zimoun,

> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

This was fixed with 55aa50834fe07597adddbfc4e007de9420b195ec.

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 03 Jul 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.