diff options
| author | Jochen Schmitt <Jochen@herr-schmitt.de> | 2010-09-02 21:01:11 +0200 |
|---|---|---|
| committer | Jochen Schmitt <Jochen@herr-schmitt.de> | 2010-09-05 21:27:47 +0200 |
| commit | d6779cc69205a252b9b0dbecbabac792787d5e4b (patch) | |
| tree | 690b1eda48b9bc4a0981abaaad7bd863cdb0e2af /src/fedpkg.bash | |
| parent | 9d3a26ee290fe2d447ba034bf9e8387466cd1e79 (diff) | |
| download | fedora-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.bash | 7 |
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' ;; |
