emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48744: closed ([PATCH] doc: Mentions virtualization module and add m


From: GNU bug Tracking System
Subject: bug#48744: closed ([PATCH] doc: Mentions virtualization module and add missing closing parenthesis.)
Date: Fri, 04 Jun 2021 11:31:03 +0000

Your message dated Fri, 04 Jun 2021 13:29:56 +0200
with message-id <87zgw5eukr.fsf@gnu.org>
and subject line Re: bug#48744: [PATCH] doc: Mentions virtualization module and 
add missing closing parenthesis.
has caused the debbugs.gnu.org bug report #48744,
regarding [PATCH] doc: Mentions virtualization module and add missing closing 
parenthesis.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48744: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48744
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] doc: Mentions virtualization module and add missing closing parenthesis. Date: Sun, 30 May 2021 16:04:35 +0200
Not sure for the commit message, it seems too long.

---
 doc/contributing.texi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index bebc8721a0..87719a4bbe 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1018,13 +1018,14 @@ Make sure the package builds on your platform, using 
@code{guix build
 We recommend you also try building the package on other supported
 platforms.  As you may not have access to actual hardware platforms, we
 recommend using the @code{qemu-binfmt-service-type} to emulate them.  In
-order to enable it, add the following service to the list of services in
-your @code{operating-system} configuration:
+order to enable it, add the @code{virtualization} service module and the
+following service to the list of services in your @code{operating-system}
+configuration:
 
 @lisp
 (service qemu-binfmt-service-type
  (qemu-binfmt-configuration
-   (platforms (lookup-qemu-platforms "arm" "aarch64"))
+   (platforms (lookup-qemu-platforms "arm" "aarch64"))))
 @end lisp
 
 Then reconfigure your system.
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#48744: [PATCH] doc: Mentions virtualization module and add missing closing parenthesis. Date: Fri, 04 Jun 2021 13:29:56 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

> Not sure for the commit message, it seems too long.

I added a commit message following the conventions and pushed.

Thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]