* Help Sending Patch Series
@ 2024-11-01 10:09 Lee Thompson
2024-11-01 10:37 ` Ekaitz Zarraga
0 siblings, 1 reply; 5+ messages in thread
From: Lee Thompson @ 2024-11-01 10:09 UTC (permalink / raw)
To: help-guix
Hi All,
I've got a patch series made up for adding parinfer-rust-mode[1] to
Guix. I'm following the instructions on the info page "Sending a Patch
Series". I've sent off my cover letter patch to debbugs though after
around half a day I've received no issue number reply to send the rest
of my patches to.
I've tried a few times and I can see that the email has been sent by
Gmail, but still nothing. I've even tried manually constructing and
sending the cover letter email with Gnus. I can't find any info online
of how long this issue number reply is expected to take, is this normal
or have I made a mistake somewhere?
Apologies also if this isn't strictly a 'user help' topic, I wasn't sure
where would be more appropriate to post to.
Thanks!
[1]: https://github.com/justinbarclay/parinfer-rust-mode
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help Sending Patch Series
2024-11-01 10:09 Help Sending Patch Series Lee Thompson
@ 2024-11-01 10:37 ` Ekaitz Zarraga
2024-11-01 10:57 ` Lee Thompson
0 siblings, 1 reply; 5+ messages in thread
From: Ekaitz Zarraga @ 2024-11-01 10:37 UTC (permalink / raw)
To: Lee Thompson, help-guix
Hi,
On 2024-11-01 11:09, Lee Thompson wrote:
> Hi All,
>
> I've got a patch series made up for adding parinfer-rust-mode[1] to
> Guix. I'm following the instructions on the info page "Sending a Patch
> Series". I've sent off my cover letter patch to debbugs though after
> around half a day I've received no issue number reply to send the rest
> of my patches to.
>
> I've tried a few times and I can see that the email has been sent by
> Gmail, but still nothing. I've even tried manually constructing and
> sending the cover letter email with Gnus. I can't find any info online
> of how long this issue number reply is expected to take, is this normal
> or have I made a mistake somewhere?
>
> Apologies also if this isn't strictly a 'user help' topic, I wasn't sure
> where would be more appropriate to post to.
>
> Thanks!
>
> [1]: https://github.com/justinbarclay/parinfer-rust-mode
>
The email should be sent to you pretty soon since your cover letter is
sent. Which address did you send your email to?
Is this the first patch you send to Guix?
I don't know if that address is also moderated, it might be, si maybe
it's that?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help Sending Patch Series
2024-11-01 10:37 ` Ekaitz Zarraga
@ 2024-11-01 10:57 ` Lee Thompson
2024-11-01 11:02 ` Maxim Cournoyer
0 siblings, 1 reply; 5+ messages in thread
From: Lee Thompson @ 2024-11-01 10:57 UTC (permalink / raw)
To: Ekaitz Zarraga; +Cc: help-guix
Ekaitz I've replied to you just a minute ago without CCing
the mailing list, my apologies for the double reply.
Ekaitz Zarraga <ekaitz@elenq.tech> writes:
> The email should be sent to you pretty soon since your cover letter is
> sent. Which address did you send your email to?
I sent this to guix-patches@debbugs.gnu.org like so:
```
git send-email outgoing/0000-cover-letter.patch -a \
--to=guix-patches@debbugs.gnu.org \
$(etc/teams.scm cc mentors)
```
> Is this the first patch you send to Guix?
Indeed
> I don't know if that address is also moderated, it might be, si maybe
> it's that?
You could be right, I've just noticed this in the "Submitting Patches"
info page:
> Expect some delay when you submit your very first patch to
> <guix-patches@gnu.org>. You have to wait until you get an
> acknowledgement with the assigned tracking number. Future
> acknowledgements should not be delayed.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help Sending Patch Series
2024-11-01 10:57 ` Lee Thompson
@ 2024-11-01 11:02 ` Maxim Cournoyer
2024-11-01 11:11 ` Lee Thompson
0 siblings, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2024-11-01 11:02 UTC (permalink / raw)
To: help-guix, Lee Thompson, Ekaitz Zarraga
It should be guix-patches@gnu.org, not @debbugs.gnu.org
On November 1, 2024 7:57:02 PM GMT+09:00, Lee Thompson <lee.p.thomp@gmail.com> wrote:
>
>Ekaitz I've replied to you just a minute ago without CCing
>the mailing list, my apologies for the double reply.
>
>Ekaitz Zarraga <ekaitz@elenq.tech> writes:
>
>> The email should be sent to you pretty soon since your cover letter is
>> sent. Which address did you send your email to?
>I sent this to guix-patches@debbugs.gnu.org like so:
>```
>git send-email outgoing/0000-cover-letter.patch -a \
> --to=guix-patches@debbugs.gnu.org \
> $(etc/teams.scm cc mentors)
>```
>
>> Is this the first patch you send to Guix?
>Indeed
>
>> I don't know if that address is also moderated, it might be, si maybe
>> it's that?
>You could be right, I've just noticed this in the "Submitting Patches"
>info page:
>> Expect some delay when you submit your very first patch to
>> <guix-patches@gnu.org>. You have to wait until you get an
>> acknowledgement with the assigned tracking number. Future
>> acknowledgements should not be delayed.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Help Sending Patch Series
2024-11-01 11:02 ` Maxim Cournoyer
@ 2024-11-01 11:11 ` Lee Thompson
0 siblings, 0 replies; 5+ messages in thread
From: Lee Thompson @ 2024-11-01 11:11 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: help-guix, Ekaitz Zarraga
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> It should be guix-patches@gnu.org, not @debbugs.gnu.org
Okay I think I've found the source of the issue, it looks like I've read
some slightly older documentation that says to send to
guix-patches@gnu.org but includes an example command to send to
guix-patches@debbugs.gnu.org.
This is the HTML version of the info page I was working against:
https://guix.gnu.org/manual/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches-1
and this is the latest which appears to be fixed:
https://guix.gnu.org/manual/devel/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches-1
I'll now try sending the cover letter to guix-patches@gnu.org, thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-01 11:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01 10:09 Help Sending Patch Series Lee Thompson
2024-11-01 10:37 ` Ekaitz Zarraga
2024-11-01 10:57 ` Lee Thompson
2024-11-01 11:02 ` Maxim Cournoyer
2024-11-01 11:11 ` Lee Thompson
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.