Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-05-02 Thread Maxim Cournoyer
Hi Arun, Arun Isaac writes: >> All the above could be handled at the level of git directly with the >> changes suggested in #58813, so I'd suggest we do this, which benefits >> everyone/everything relying on it. > > Ah, I was not aware of #58813 and that this could be done at the level > of git.

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-05-01 Thread Arun Isaac
Hi Josselin, > Thanks for looking into it. I have tried twice now, with the same issue > both times, with [1] and [2]. > > [1] mid:cover.1682364024.git@jpoiret.xyz > https://yhetil.org/guix/cover.1682364024.git@jpoiret.xyz/ > > [2] mid:cover.1682452738.git@jpoiret.xyz > http

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-05-01 Thread Arun Isaac
> All the above could be handled at the level of git directly with the > changes suggested in #58813, so I'd suggest we do this, which benefits > everyone/everything relying on it. Ah, I was not aware of #58813 and that this could be done at the level of git. Good point! And, thanks for your wor

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-28 Thread Maxim Cournoyer
Hello, Arun Isaac writes: > Hi John, > >> I just tried it out and it worked smoothly for sending 2 patches to an >> existing bug. However, it was sent only directly to the bug address, >> not being aware I guess of anyone that had submitted or since been >> CC'ed to the thread. >> >> Is there an

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-27 Thread Josselin Poiret
Hi Arun, Arun Isaac writes: > Could you link to the specific email message that you tried sending with > `mumi send-email'? Debbugs provides the complete email message in mbox > format. The email headers should have timestamps we can look at to > ascertain how long it took. I am hoping that this

Re: mumi web server bugs [was "`mumi send-email' means no more debbugs dance to send multiple patches"]

2023-04-26 Thread Arun Isaac
Hi Andreas, > When I start it, it runs on 0.0.0.0, port 1.2.3.4; should it not choose > a sensible default, such as localhost and 8080? I agree. A patch setting the defaults to localhost and 8080 is welcome. Would you like to give it a shot? If not, could you register these in our bug tracker s

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-26 Thread Arun Isaac
Hi John, > I just tried it out and it worked smoothly for sending 2 patches to an > existing bug. However, it was sent only directly to the bug address, > not being aware I guess of anyone that had submitted or since been > CC'ed to the thread. > > Is there anything we can do here? I learned abo

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-26 Thread Arun Isaac
Hi Josselin, > My mails usually take less that 30 seconds to get a reply from debbugs. > I don't remember how long it took yesterday for the issue to appear on > mumi though, but more than the 15 retries of mumi send-email (I manually > checked). Could you link to the specific email message tha

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-26 Thread Arun Isaac
> This could be changed. We don’t need to wait for the email to arrive on > the mumi server; could we ask debbugs directly for the email? (If we > can’t ask for the mail we could ask for newest bugs and check if that > contains the email.) `mumi send-email' polls mumi's /msg-id endpoint to fin

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-26 Thread John Kehayias
Hi Arun, On Mon, Apr 24, 2023 at 04:12 PM, Arun Isaac wrote: > Hi all, > > mumi, the software powering our debbugs frontend at > , now also comes with a command-line > interface. At the moment, the new command-line interface allows > searching for issues, and sending

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-26 Thread Andreas Enge
Hello Arun, this looks all very nice, thanks a lot! I have a few "bug reports" about "mumi web". When I start it, it runs on 0.0.0.0, port 1.2.3.4; should it not choose a sensible default, such as localhost and 8080? Running mumi web --address=localhost --port=8080 complains that it does not

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-25 Thread Josselin Poiret
Hi Arun, Arun Isaac writes: > Hi Josselin, > > Ouch! Unfortunately, timeouts can happen. I was just hoping it would be > unlikely. Did you wait out the full 15 retries of `mumi send-email'? Yes, I did wait until it completely timed out. > This is admittedly a somewhat fragile system, but it is

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-25 Thread Ricardo Wurmus
Arun Isaac writes: > The mumi server fetches emails from the debbugs server using a periodic > rsync. This happens once every few minutes (< 5 minutes)[1]. After > sending the first email, `mumi send-email' polls the mumi server once > every minute to see if the email has reached the mumi serve

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-25 Thread Arun Isaac
Hi Josselin, > I've just tried it out, but unfortunately mumi didn't receive the mail > in time and it just timed out sending the replies :( is there anything > that could be done on that front? Does mumi use IMAP IDLE? Ouch! Unfortunately, timeouts can happen. I was just hoping it would be un

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-24 Thread Josselin Poiret
Hi Arun, Arun Isaac writes: > Hi all, > > mumi, the software powering our debbugs frontend at > https://issues.guix.gnu.org/, now also comes with a command-line > interface. At the moment, the new command-line interface allows > searching for issues, and sending patches. Most notably, it frees u

Re: `mumi send-email' means no more debbugs dance to send multiple patches

2023-04-24 Thread (
Arun Isaac writes: > mumi, the software powering our debbugs frontend at > https://issues.guix.gnu.org/, now also comes with a command-line > interface. At the moment, the new command-line interface allows > searching for issues, and sending patches. Most notably, it frees us > from the debbugs da

`mumi send-email' means no more debbugs dance to send multiple patches

2023-04-24 Thread Arun Isaac
Hi all, mumi, the software powering our debbugs frontend at https://issues.guix.gnu.org/, now also comes with a command-line interface. At the moment, the new command-line interface allows searching for issues, and sending patches. Most notably, it frees us from the debbugs dance required for se