[mumi] after sending a new patch series, current issue should be set

  • Done
  • quality assurance status badge
Details
3 participants
  • Arun Isaac
  • Felix Lechner
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 2 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
87msxqugp4.fsf@gmail.com
Hi,

Currently doing something like:
Toggle snippet (8 lines)
$ mumi new
$ mumi send-email *.patch
(mumi queries new issue number from Debbugs)
(patches are sent)
$ mumi current
-> No current issue!

I'd expect the last 'mumi current' command to return the issue found
querying Debbugs at step 2.

--
Thanks,
Maxim
Felix Lechner wrote 1 years ago
(no subject)
(address . control@debbugs.gnu.org)
87h6ii6d58.fsf@lease-up.com
reassign 65858 mumi
reassign 65809 mumi
reassign 49295 mumi
reassign 64833 mumi
reassign 54204 mumi
reassign 68920 mumi
reassign 55765 mumi
reassign 65923 mumi
reassign 63507 mumi
reassign 60226 mumi
reassign 63936 mumi
reassign 60951 mumi
reassign 66027 mumi
thanks
Arun Isaac wrote 45 hours ago
Re: [mumi] after sending a new patch series, current issue should be set
(address . 65923-done@debbugs.gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
87tt7oiorq.fsf@systemreboot.net
Done!

It had to wait all this long for `mumi send-email' to work reliably!
Else, the added 15 minute delays for single patches would have been very
annoying.
Closed
Maxim Cournoyer wrote 42 hours ago
(name . Arun Isaac)(address . arunisaac@systemreboot.net)(address . 65923-done@debbugs.gnu.org)
874izoqty3.fsf@gmail.com
Hello,

Arun Isaac <arunisaac@systemreboot.net> writes:

Toggle quote (8 lines)
> Done!
> https://git.savannah.gnu.org/cgit/guix/mumi.git/commit/?id=1557a8c812968b63a1b85421eb3dd67a42919d00
>
> It had to wait all this long for `mumi send-email' to work reliably!
> Else, the added 15 minute delays for single patches would have been very
> annoying.
> https://issues.guix.gnu.org/74395

Yay, thank you!

--
Maxim
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 65923@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65923
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help