summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
authorJochen Schmitt <Jochen@herr-schmitt.de>2010-09-02 21:01:11 +0200
committerJochen Schmitt <Jochen@herr-schmitt.de>2010-09-05 21:27:47 +0200
commitd6779cc69205a252b9b0dbecbabac792787d5e4b (patch)
tree690b1eda48b9bc4a0981abaaad7bd863cdb0e2af /src/fedpkg.bash
parent9d3a26ee290fe2d447ba034bf9e8387466cd1e79 (diff)
downloadfedora-packager-work.tar.gz
fedora-packager-work.tar.xz
fedora-packager-work.zip
Add a retire commandwork
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'
;;