summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-09-20 18:16:57 -0700
committerJesse Keating <jkeating@redhat.com>2010-09-20 18:16:57 -0700
commitbec2d5bd707a43bd6fb47e3b9a28cbb2db162c91 (patch)
treecb0042ae5d37b2819009033e98930af08f8d9b32
parent942129891bbfdf2325d7cbd6d78482ca95c84773 (diff)
downloadfedora-packager-bec2d5bd707a43bd6fb47e3b9a28cbb2db162c91.tar.gz
fedora-packager-bec2d5bd707a43bd6fb47e3b9a28cbb2db162c91.tar.xz
fedora-packager-bec2d5bd707a43bd6fb47e3b9a28cbb2db162c91.zip
Put tag-request in the bash completion file
-rw-r--r--src/fedpkg.bash5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 1dd5936..8bf97ec 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -91,7 +91,7 @@ _fedpkg()
local after= after_more=
case $command in
- help|clog|gimmespec|giturl|lint|mockbuild|new|push|tag-request|unused-patches|update|verrel)
+ help|clog|gimmespec|giturl|lint|mockbuild|new|push|unused-patches|update|verrel)
;;
build)
options="--nowait --background --skip-tag --scratch --srpm"
@@ -162,6 +162,9 @@ _fedpkg()
options_file="--file"
after_more=true
;;
+ tag-request)
+ options_string="--desc --build"
+ ;;
srpm)
options="--md5"
;;