summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJochen Schmitt <Jochen@herr-schmitt.de>2010-09-21 21:20:14 +0200
committerJesse Keating <jkeating@redhat.com>2010-09-23 13:09:03 +0200
commitca15da234213f284e63e5617a72167843b35594b (patch)
tree4c054fa1ab4107b81e93661eb105e74dc170690e
parent938e165816be2bb3c1b1975a859665f0a9a0c96c (diff)
downloadfedora-packager-ca15da234213f284e63e5617a72167843b35594b.tar.gz
fedora-packager-ca15da234213f284e63e5617a72167843b35594b.tar.xz
fedora-packager-ca15da234213f284e63e5617a72167843b35594b.zip
Reorder options in fedpkg.bash alphabeticly
-rw-r--r--src/fedpkg.bash22
1 files 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