[Reproducible-commits] [misc] 01/01: clean-notes: output this message also in this 3rd possible case

Mattia Rizzolo mattia at mapreri.org
Thu Jul 9 13:09:33 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 611e0fa937285772b559ea4b1925f8720d12e85b
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Jul 9 13:08:33 2015 +0000

    clean-notes: output this message also in this 3rd possible case
---
 clean-notes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/clean-notes b/clean-notes
index 6fbcfc5..74247d8 100755
--- a/clean-notes
+++ b/clean-notes
@@ -362,6 +362,8 @@ def join_notes_bugs(notes, bugs):
                                  " is not listed in notes.git.")
                         notes[package]['bugs'].append(bug)
                 else:
+                    log.info("https://bugs.debian.org/%s in %s is not listed "
+                             "in notes.git.", str(bug), str(package))
                     notes[package]['bugs'] = [bug]
             except KeyError:
                 log.info("https://bugs.debian.org/" + str(bug) + " in " +

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