[Reproducible-commits] [misc] 01/01: clean-notes: another occasion where to use a url instead of simple package name

Mattia Rizzolo mattia at mapreri.org
Fri Aug 7 20:46:37 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 7d7caed8ccaee12d4e0875943dd9719f1359e5fc
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Fri Aug 7 20:46:33 2015 +0000

    clean-notes: another occasion where to use a url instead of simple package name
---
 clean-notes | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/clean-notes b/clean-notes
index 9a6b9e2..e0bf115 100755
--- a/clean-notes
+++ b/clean-notes
@@ -274,8 +274,9 @@ def find_old_notes(testedpkgs, notes):
            (notes[pkg].get('issues') and
             'timestamps_in_png' not in notes[pkg]['issues']) and \
            'fixed-magically' not in args.disable:
-            log.info("The package " + pkg + " has a note for the version " +
-                     item['version'] + " but that version is reproducible")
+            log.info("https://reproducible.debian.net/%s has a note for the "
+                     "version %s but that version is reproducible",
+                     pkg, item['version'])
         if item['status'] == 'reproducible' and \
             notes[pkg].get('version') and \
             'now-fixed' not in args.disable and \

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