From patchwork Fri Sep 27 09:36:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1168368 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46fmsX2C2wz9sPW for ; Fri, 27 Sep 2019 19:37:04 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="T5R44x70"; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46fmsW6WZhzDqwB for ; Fri, 27 Sep 2019 19:37:03 +1000 (AEST) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=that.guru (client-ip=160.202.107.204; helo=q2relay204.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=that.guru Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="T5R44x70"; dkim-atps=neutral Received: from q2relay204.mxroute.com (q2relay204.mxroute.com [160.202.107.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46fmsQ5hWgzDqvh for ; Fri, 27 Sep 2019 19:36:56 +1000 (AEST) Received: from filter001.mxrelay.co ([64.52.23.203] filter001.mxrelay.co) (Authenticated sender: mN4UYu2MZsgR) by q2relay204.mxroute.com (ZoneMTA) with ESMTPSA id 16d7214801f000c9a9.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 27 Sep 2019 09:36:49 +0000 X-Zone-Loop: 6e080286408d3c103d903dba20fef23a13cea1933859 X-Originating-IP: [64.52.23.203] Received: from one.mxroute.com (one.mxroute.com [195.201.59.211]) by filter001.mxrelay.co (Postfix) with ESMTPS id 2565C100099 for ; Fri, 27 Sep 2019 09:36:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=Content-Transfer-Encoding:MIME-Version: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: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=WYTsfvWbz5cI2W9SJbWVCqm98R0t5uA2iQkFgNdAIrs=; b=T5R44x70rv8oF96aDFJ5dwnCkU BN/sNv2DJwog8fgbKHvZ809KIeMZk/T1RTd9CSeuowER6twxsCZZnc+KZHHLcqzTSsGq64eIdqIA7 1UkkTcFXuFB5KLfmg7i7GEMvmcXpaBDcr2uUhWIADboOHKcKQ3Q1OEYZk0vqT8QhJqtwzgkzHUyO/ uah01o+2KR2Vpj4eE0L+EuV0KklBMn+EnLcZ2DQ1iTYgOI3GvKtyAP0yCNfyMaJfjg2VQMYKZ9im3 C8CsZzvBKaKABTMDoauCssUCp1aL8li5uBjcRp9mhBNpMX18iLDG4PiKXwvIb80nVrku1uKYRjXmb Wt7u5EdA==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [PATCH] Remove pwclient bashcomplete Date: Fri, 27 Sep 2019 10:36:40 +0100 Message-Id: <20190927093640.28945-1-stephen@that.guru> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" This was also missed when moving pwclient to a separate repo. Fix it now. Signed-off-by: Stephen Finucane Fixes: 90e85f9d ("Remove pwclient") --- patchwork/bin/bash_completion | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 patchwork/bin/bash_completion diff --git a/patchwork/bin/bash_completion b/patchwork/bin/bash_completion deleted file mode 100644 index a120a76f..00000000 --- a/patchwork/bin/bash_completion +++ /dev/null @@ -1,29 +0,0 @@ -# Autocompletion for bash. - -_pwclient() { - local cur prev words cword split - - if declare -f _init_completion >/dev/null; then - _init_completion -s || return - else - cur=$(_get_cword) - prev=${COMP_WORDS[COMP_CWORD-1]} - fi - - case "${COMP_CWORD}" in - 0|1) return 0;; - esac - - projects="$(sed -r -e '/\[options\]/d;' \ - -e '/^\[(.+)\]$/!d;' \ - -e 's//\1/;' ~/.pwclientrc 2>/dev/null)" - - case "${prev}" in - -p) COMPREPLY=( $(compgen -W "${projects}" -- "${cur}" ) );; - esac - - return 0 -} -complete -F _pwclient pwclient - -# vim: ft=sh