From 3ccf530188ec50b6dd98b92f24e87fa7d01dae74 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Feb 12 2020 13:20:21 +0000 Subject: Update bash completion with side tag commands Signed-off-by: Lubomír Sedlář --- diff --git a/conf/bash-completion/fedpkg.bash b/conf/bash-completion/fedpkg.bash index f2533a5..a42f7fa 100644 --- a/conf/bash-completion/fedpkg.bash +++ b/conf/bash-completion/fedpkg.bash @@ -34,6 +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 \ scratch-build sources srpm switch-branch tag unused-patches update upload \ verify-files verrel override" @@ -149,6 +150,10 @@ _fedpkg() lint) options="--info" ;; + list-side-tags) + options="--mine" + options_string="--user --base-tag" + ;; local) options="--md5" options_arch="--arch" @@ -197,6 +202,9 @@ _fedpkg() pull) options="--rebase --no-rebase" ;; + remove-side-tag) + after_more=true + ;; retire) after_more=true ;; @@ -209,6 +217,9 @@ _fedpkg() options_string="--description --monitor --upstreamurl --summary" options_namespace="--namespace" ;; + request-side-tag) + options_string="--base-tag" + ;; scratch-build) options="--nowait --background" options_target="--target"