From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A07D9B9360 for ; Wed, 13 Mar 2024 12:18:38 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 79B1F34D17 for ; Wed, 13 Mar 2024 12:18:08 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Wed, 13 Mar 2024 12:18:07 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id A6642453C2 for ; Wed, 13 Mar 2024 12:18:07 +0100 (CET) Date: Wed, 13 Mar 2024 12:18:00 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox Backup Server development discussion References: <20240305092703.126906-1-c.ebner@proxmox.com> <20240305092703.126906-37-c.ebner@proxmox.com> In-Reply-To: <20240305092703.126906-37-c.ebner@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.16.0 (https://github.com/astroidmail/astroid) Message-Id: <1710328531.94upvxpr1i.astroid@yuna.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.065 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: Re: [pbs-devel] [RFC v2 proxmox-backup 36/36] test-suite: Add bin to deb, add shell completions X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Mar 2024 11:18:38 -0000 On March 5, 2024 10:27 am, Christian Ebner wrote: > Adds the required files for bash and zsh completion and packages the > binary to be included in the proxmox-backup-client debian package. I am not sure whether this is worth it to be shipped, or at least, shipped in /usr/bin ;) it serves a similar purpose to the example speed test, i.e., it's mostly dev oriented? > Signed-off-by: Christian Ebner > --- > changes since version 1: > - no changes >=20 > Makefile | 13 ++++++++----- > debian/proxmox-backup-client.bash-completion | 1 + > debian/proxmox-backup-client.install | 2 ++ > debian/proxmox-backup-test-suite.bc | 8 ++++++++ > zsh-completions/_proxmox-backup-test-suite | 13 +++++++++++++ > 5 files changed, 32 insertions(+), 5 deletions(-) > create mode 100644 debian/proxmox-backup-test-suite.bc > create mode 100644 zsh-completions/_proxmox-backup-test-suite