summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 784abfe..54f94a9 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -11,8 +11,8 @@ _fedpkg()
# define all available commands to complete
commands='help build chain-build clean clog clone co commit ci compile \
diff gimmespec giturl import install lint local mockbuild new new-sources \
- patch prep push pull scratch-build sources srpm switch-branch tag tag-request \
- unused-patches update upload verrel'
+ patch prep push pull retire scratch-build sources srpm switch-branch tag \
+ tag-request unused-patches update upload verrel'
if [[ $COMP_CWORD -eq 1 ]] ; then
if [[ "$cur" == -* ]]; then
@@ -89,6 +89,9 @@ _fedpkg()
prep)
options='--arch'
;;
+ retire)
+ options='-p --push -m --mesage'
+ ;;
scratch-build)
options='--nowait --background --arches --srpm'
;;