[Reproducible-commits] [misc] 01/01: Don't rely on verbose existing..

Chris Lamb lamby at moszumanska.debian.org
Wed Jul 8 10:23:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository misc.

commit 2dc0a5537f8abd17c4007ae9339a9fd5f4e5eaa5
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 8 11:23:52 2015 +0100

    Don't rely on verbose existing..
---
 clean-notes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clean-notes b/clean-notes
index de7787b..8c79888 100755
--- a/clean-notes
+++ b/clean-notes
@@ -55,6 +55,7 @@ parser.add_argument("-v", "--verbose", action="store_true")
 parser.add_argument("-n", "--dry-run", action="store_true")
 
 args = type('DefaultArgs', (object,), {
+    'verbose': False,
     'ignore_duplicates': False,
 })
 

-- 
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