all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32244] [PATCH] doc: Fix typo (missing period)
@ 2018-07-21 20:34 Pierre Neidhardt
  2018-07-21 20:37 ` Pierre Neidhardt
  2018-07-22 14:25 ` Marius Bakke
  0 siblings, 2 replies; 6+ messages in thread
From: Pierre Neidhardt @ 2018-07-21 20:34 UTC (permalink / raw)
  To: 32244

* HACKING (Commit Access): Fix typo.
---
 HACKING | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HACKING b/HACKING
index d1a26d2d6..f68753fee 100644
--- a/HACKING
+++ b/HACKING
@@ -27,7 +27,7 @@ mailing list.  When you get commit access, please make sure to follow the
 policy below (discussions of the policy can take place on guix-devel@gnu.org.)
 
 Non-trivial patches should always be posted to guix-patches@gnu.org (trivial
-patches include fixing typos, etc.)  This mailing list fills the
+patches include fixing typos, etc.).  This mailing list fills the
 patch-tracking database at [[https://bugs.gnu.org/guix-patches]]; see
 "Contributing" in the manual for details.
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#32244] [PATCH] doc: Fix typo (missing period)
  2018-07-21 20:34 [bug#32244] [PATCH] doc: Fix typo (missing period) Pierre Neidhardt
@ 2018-07-21 20:37 ` Pierre Neidhardt
  2018-07-22 14:25 ` Marius Bakke
  1 sibling, 0 replies; 6+ messages in thread
From: Pierre Neidhardt @ 2018-07-21 20:37 UTC (permalink / raw)
  To: 32244

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

I know it's the most trivial patch ever but since I just got commit
access I don't want to slip on my first commit! :p

So... This is a typo, right?  (Sorry for being so pedantic!)

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#32244] [PATCH] doc: Fix typo (missing period)
  2018-07-21 20:34 [bug#32244] [PATCH] doc: Fix typo (missing period) Pierre Neidhardt
  2018-07-21 20:37 ` Pierre Neidhardt
@ 2018-07-22 14:25 ` Marius Bakke
  2018-07-22 15:12   ` Pierre Neidhardt
  1 sibling, 1 reply; 6+ messages in thread
From: Marius Bakke @ 2018-07-22 14:25 UTC (permalink / raw)
  To: Pierre Neidhardt, 32244

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

Hello Pierre,

Congratulations on commit access!  Make sure to read HACKI...oh.

Pierre Neidhardt <ambrevar@gmail.com> writes:

> * HACKING (Commit Access): Fix typo.

LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#32244] [PATCH] doc: Fix typo (missing period)
  2018-07-22 14:25 ` Marius Bakke
@ 2018-07-22 15:12   ` Pierre Neidhardt
  2018-07-22 15:22     ` Pierre Neidhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2018-07-22 15:12 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 32244

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

Thanks!

(Magit made me too fast again and I pushed the wrong branch... I think I cleaned
up the mess though.)

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#32244] [PATCH] doc: Fix typo (missing period)
  2018-07-22 15:12   ` Pierre Neidhardt
@ 2018-07-22 15:22     ` Pierre Neidhardt
  2018-07-22 15:35       ` Marius Bakke
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2018-07-22 15:22 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 32244

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

Bit confused with debbugs: I've closed the issue with
`debbugs-gnu-send-control-message', passing "done" to it and using a smtp
server.

Is it the correct way?  Is "done" the right message (there are so many of
them...).  Does it matter which smtp server / e-mail I use?

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#32244] [PATCH] doc: Fix typo (missing period)
  2018-07-22 15:22     ` Pierre Neidhardt
@ 2018-07-22 15:35       ` Marius Bakke
  0 siblings, 0 replies; 6+ messages in thread
From: Marius Bakke @ 2018-07-22 15:35 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 32244-done

[-- Attachment #1: Type: text/plain, Size: 499 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> writes:

> Bit confused with debbugs: I've closed the issue with
> `debbugs-gnu-send-control-message', passing "done" to it and using a smtp
> server.
>
> Is it the correct way?  Is "done" the right message (there are so many of
> them...).  Does it matter which smtp server / e-mail I use?

Looks good to me: <https://bugs.gnu.org/32244>.

Note: you can also simply CC <bugid-done>@debbugs.gnu.org to close it
with an email message.  I did it now for clarity.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-22 15:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21 20:34 [bug#32244] [PATCH] doc: Fix typo (missing period) Pierre Neidhardt
2018-07-21 20:37 ` Pierre Neidhardt
2018-07-22 14:25 ` Marius Bakke
2018-07-22 15:12   ` Pierre Neidhardt
2018-07-22 15:22     ` Pierre Neidhardt
2018-07-22 15:35       ` Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.