From ca15da234213f284e63e5617a72167843b35594b Mon Sep 17 00:00:00 2001 From: Jochen Schmitt Date: Tue, 21 Sep 2010 21:20:14 +0200 Subject: Reorder options in fedpkg.bash alphabeticly --- src/fedpkg.bash | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/fedpkg.bash b/src/fedpkg.bash index c0f3fca..b1d29c4 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -147,6 +147,10 @@ _fedpkg() prep) options_arch="--arch" ;; + retire) + options="--push" + after_more=true + ;; scratch-build) options="--nowait --background --srpm" options_target="--target" @@ -156,6 +160,13 @@ _fedpkg() sources) options_dir="--outdir" ;; + srpm) + options="--md5" + ;; + switch-branch) + options="--list" + after="branch" + ;; tag) options="--clog --force --list --delete" options_string="--message" @@ -165,17 +176,6 @@ _fedpkg() tag-request) options_string="--desc --build" ;; - retire) - options="--push" - after_more=true - ;; - srpm) - options="--md5" - ;; - switch-branch) - options="--list" - after="branch" - ;; upload|new-sources) after="file" after_more=true -- cgit