GNU bug report logs -
#61645
[PATCH mumi 0/1] Add CLI client to search for issues
Previous Next
Full log
View this message in rfc822 format
Hi Ricardo,
This patch adds a mumi CLI client that lets one search for issues from
the command line by calling mumi's GraphQL API. This patch requires a
.mumi/config file in the guix repo with the following contents.
--8<---------------cut here---------------start------------->8---
((debbugs-host . "debbugs.gnu.org")
(patch-email-address . "guix-patches <at> gnu.org")
(mumi-host . "issues.guix.gnu.org"))
--8<---------------cut here---------------end--------------->8---
After adding .mumi/config, you can run search queries like
$ /path/to/mumi/pre-inst-env mumi search zig is:open
This is only the beginning. I have WIP patches that will add a "mumi
send-email" subcommand that will finally free us from our debbugs
dance when sending multiple patches. I will send them separately once
I have tested it more.
Regards,
Arun
Arun Isaac (1):
client: Add CLI client to search for issues.
Makefile.am | 1 +
mumi/client.scm | 108 ++++++++++++++++++++++++++++++++++++++++++++++++
scripts/mumi.in | 8 +++-
3 files changed, 116 insertions(+), 1 deletion(-)
create mode 100644 mumi/client.scm
--
2.38.1
This bug report was last modified 1 year and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.