summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
authorJochen Schmitt <Jochen@herr-schmitt.de>2010-09-16 20:05:50 +0200
committerJesse Keating <jkeating@redhat.com>2010-09-20 13:19:43 -0700
commit5ea2a82354f503ffcaf24c7288c640256a65306b (patch)
tree6532be879611283ff008690f9d96c581156b8c16 /src/fedpkg.bash
parentc142a78896e27cf6b43135a12379c2f8ae1eb572 (diff)
downloadfedora-packager-5ea2a82354f503ffcaf24c7288c640256a65306b.tar.gz
fedora-packager-5ea2a82354f503ffcaf24c7288c640256a65306b.tar.xz
fedora-packager-5ea2a82354f503ffcaf24c7288c640256a65306b.zip
Add -i (info) switch to the lint command
Hello Jesse, this patch add a -i (info) tag for the fedpkg lint command. Best Regards: Jochen Schmitt
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 300d0d6..7170637 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -128,6 +128,9 @@ _fedpkg()
options_branch="--branch -b"
after="srpm"
;;
+ lint)
+ options="--info -i"
+ ;;
local)
options="--md5"
options_arch="--arch"