From 34a1d857659b5aa0456a33a603f12060f45704ab Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Tue, 21 Sep 2010 21:20:13 +0200 Subject: Implementing a retire command --- src/fedpkg.bash | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/fedpkg.bash') 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" ;; -- cgit