summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fedpkg.bash32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index b1d29c4..41181a0 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -133,9 +133,9 @@ _fedpkg()
options_branch="--branch"
after="srpm"
;;
- lint)
- options="--info"
- ;;
+ lint)
+ options="--info"
+ ;;
local)
options="--md5"
options_arch="--arch"
@@ -147,10 +147,10 @@ _fedpkg()
prep)
options_arch="--arch"
;;
- retire)
- options="--push"
- after_more=true
- ;;
+ retire)
+ options="--push"
+ after_more=true
+ ;;
scratch-build)
options="--nowait --background --srpm"
options_target="--target"
@@ -167,15 +167,15 @@ _fedpkg()
options="--list"
after="branch"
;;
- tag)
- options="--clog --force --list --delete"
- options_string="--message"
- options_file="--file"
- after_more=true
- ;;
- tag-request)
- options_string="--desc --build"
- ;;
+ tag)
+ options="--clog --force --list --delete"
+ options_string="--message"
+ options_file="--file"
+ after_more=true
+ ;;
+ tag-request)
+ options_string="--desc --build"
+ ;;
upload|new-sources)
after="file"
after_more=true