From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 08 10:37:30 2023 Received: (at 61645) by debbugs.gnu.org; 8 Mar 2023 15:37:30 +0000 Received: from localhost ([127.0.0.1]:49948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZvr7-0007mv-Q7 for submit@debbugs.gnu.org; Wed, 08 Mar 2023 10:37:30 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:53500) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZvr4-0007mj-K0 for 61645@debbugs.gnu.org; Wed, 08 Mar 2023 10:37:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=srZH8PiHU889ywW2oK/C+u22szV3Q4lwmEiqKPAgW7w=; b=ldWhkHQ+x+kKtxoUJ/EkNzLgvE hqoJ64y2AsMSiT/9OnRgNzzRnXSHgkDXTlkcn7fJvVN5GqtloiH7Wk2JHPuh9euOYNhYglkXuN8Q/ KPvnoqoiINRH5KyqP7f3rtzmsSmVE3klequpR0IMihgHL2mo4jjUbZjTbtAflcsrk/WwscVpw/zBo nAb4jG4tMBtIvD0kd4oCVhdM7SEldyGuInNeT7W9GsLDIJWelaw+zKcPu7j7jpuEJQgdmsN1913pL zZbb2icUejOySafjm/rSSyYJo+PpWsDs+TRwrAEWv4LtlOPlJLXDyFV5FQ9wuQdbZtav5bgqprhIg P/fkfWzg==; Received: from [192.168.2.1] (port=6222 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pZvqw-0006Dd-2f; Wed, 08 Mar 2023 21:07:19 +0530 From: Arun Isaac To: 61645@debbugs.gnu.org, =?UTF-8?q?Ludovic=20Court=C3=A8s?= Subject: [mumi v3 0/4] Add mumi CLI client Date: Wed, 8 Mar 2023 15:36:54 +0000 Message-Id: <20230308153658.19929-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.39.1 In-Reply-To: <87r0tzgyok.fsf@systemreboot.net> References: <87r0tzgyok.fsf@systemreboot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61645 Cc: Ricardo Wurmus , Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Here is a v3 of the patchset. This patchset reduces the number of `git send-email' invocations to a maximum of 2 even when there are n patches. The first patch is sent using a `git send-email' invocation and the remaining n-1 patches are sent using another `git send-email' invocation. With this patchset, when sending a single patch, the mumi server is not polled for the issue number since that's not necessary. I also fixed a bug to do with printing the number of retries left. Arun Isaac (4): client: Add CLI client to search for issues. client: Support checking in to a specific issue. client: Support sending email to issues. Set only GUILE_LOAD_PATH when running tests. Makefile.am | 5 +- mumi/client.scm | 264 +++++++++++++++++++++++++++++++++++++++++++++++ scripts/mumi.in | 33 +++++- tests/client.scm | 118 +++++++++++++++++++++ 4 files changed, 417 insertions(+), 3 deletions(-) create mode 100644 mumi/client.scm create mode 100644 tests/client.scm -- 2.39.1