[Reproducible-commits] [misc] 01/01: FINE.. ;-)
Chris Lamb
chris at chris-lamb.co.uk
Thu Aug 11 22:59:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository misc.
commit f287736e88cae17ae2a61903b1e7b9f7210477b8
Author: Chris Lamb <lamby at debian.org>
Date: Thu Aug 11 23:59:34 2016 +0100
FINE.. ;-)
---
filter-packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filter-packages b/filter-packages
index e29db7c..64331f2 100755
--- a/filter-packages
+++ b/filter-packages
@@ -32,7 +32,7 @@ def main():
help="only print packages with comments")
parser.add_option('--no-comments', dest='comments', action='store_false',
help="only print packages without comments")
- parser.add_option('--show', dest='show', choices=list(SHOW.keys()),
+ parser.add_option('--show', dest='show', choices=sorted(SHOW.keys()),
help="print field")
parser.add_option('--issues-exact', dest='issues_exact', action='store_true',
help="match set of issues exactly")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list