[Reproducible-commits] [misc] 01/01: clean-notes: add a space. Thanks Faux for spotting this
Mattia Rizzolo
mapreri-guest at moszumanska.debian.org
Fri Feb 20 00:08:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
mapreri-guest pushed a commit to branch master
in repository misc.
commit c862bc9977fa6bee9b314155343694144cc6c444
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Fri Feb 20 01:07:30 2015 +0100
clean-notes: add a space. Thanks Faux for spotting this
---
clean-notes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clean-notes b/clean-notes
index 90df2c0..0c1406d 100755
--- a/clean-notes
+++ b/clean-notes
@@ -226,7 +226,7 @@ def find_old_notes(testedpkgs, notes):
continue
item = testedpkgs[pkg]
if item['version'] == notes[pkg].get('version') and \
- item['status'] == 'reproducible'and \
+ item['status'] == 'reproducible' and \
'fixed-magically' not in args.disable:
print("The package " + pkg + " has a note for the version " +
item['version'] + " but that version is reproducible")
--
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