From 804450a798485f35410c1d9ee1c5f5b8c1f586df Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Mar 12 2021 14:59:43 +0000 Subject: Bash completion for request-tests-repo 'request-tests-repo' method is hidden without completion and therefore 'request-repo' is often used instead. But for the 'tests' namespace it is not possible. Fixes: #433 JIRA: RHELCMP-4591 Signed-off-by: Ondrej Nosek --- diff --git a/conf/bash-completion/fedpkg.bash b/conf/bash-completion/fedpkg.bash index 1ab2218..4f629d3 100644 --- a/conf/bash-completion/fedpkg.bash +++ b/conf/bash-completion/fedpkg.bash @@ -34,7 +34,7 @@ _fedpkg() module-build-local module-build-info module-build-watch module-overview \ module-scratch-build \ new new-sources patch prep pull push retire request-branch request-repo \ - request-side-tag list-side-tags remove-side-tag \ + request-tests-repo request-side-tag list-side-tags remove-side-tag \ scratch-build sources srpm switch-branch tag unused-patches update upload \ verify-files verrel override fork" @@ -218,6 +218,9 @@ _fedpkg() options_string="--description --monitor --upstreamurl --summary" options_namespace="--namespace" ;; + request-tests-repo) + options_string="--bug" + ;; request-side-tag) options_string="--base-tag" ;;