summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
authorJochen Schmitt <Jochen@herr-schmitt.de>2010-09-16 20:05:49 +0200
committerJesse Keating <jkeating@redhat.com>2010-09-20 13:19:37 -0700
commitc142a78896e27cf6b43135a12379c2f8ae1eb572 (patch)
tree1346f3516305016eb0c95e77ac2af0c6b62269ec /src/fedpkg.bash
parent28e4985e215a8313841491c7d5794eb3c597ac8b (diff)
downloadfedora-packager-c142a78896e27cf6b43135a12379c2f8ae1eb572.tar.gz
fedora-packager-c142a78896e27cf6b43135a12379c2f8ae1eb572.tar.xz
fedora-packager-c142a78896e27cf6b43135a12379c2f8ae1eb572.zip
Add a -t (tag) switch for the commit command
Hello Jesse, this patch implenents a -t (tag) switch for the commit command. Because you have wrote, that you don't like to see additional function in the PackageModule class, I have refactor this patch to fullfill your requirements. Best Regards: Jochen Schmitt
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 9ec0f02..300d0d6 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -108,7 +108,7 @@ _fedpkg()
after="package"
;;
commit|ci)
- options="--push -p --clog -c"
+ options="--push -p --clog -c --tag -t"
options_string="--message -m"
options_file="--file -F"
after="file"