summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 8bf97ec..c0f3fca 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -36,8 +36,8 @@ _fedpkg()
local options="--help -v -q"
local options_value="--user --path"
local commands="build chain-build ci clean clog clone co commit compile diff gimmespec giturl help \
- import install lint local mockbuild new new-sources patch prep pull push scratch-build sources srpm \
- switch-branch tag tag-request unused-patches update upload verrel"
+ import install lint local mockbuild new new-sources patch prep pull push retire scratch-build sources \
+ srpm switch-branch tag tag-request unused-patches update upload verrel"
# parse main options and get command
@@ -165,6 +165,10 @@ _fedpkg()
tag-request)
options_string="--desc --build"
;;
+ retire)
+ options="--push"
+ after_more=true
+ ;;
srpm)
options="--md5"
;;