[Reproducible-commits] [misc] 01/01: report: use the new pkg macro instead of linking the package

Mattia Rizzolo mattia at debian.org
Sun May 8 15:53:06 UTC 2016


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

mattia pushed a commit to branch master
in repository misc.

commit 322dfa6ee6ab4c47cf8fcc477e8bea6002dae59c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sun May 8 15:52:51 2016 +0000

    report: use the new pkg macro instead of linking the package
---
 reports/bin/newly-reproducible | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reports/bin/newly-reproducible b/reports/bin/newly-reproducible
index a2ce4ea..1fa7815 100755
--- a/reports/bin/newly-reproducible
+++ b/reports/bin/newly-reproducible
@@ -67,4 +67,4 @@ for name, reproducible_version, architecture, suite, reproducible_build_time in
 
 for package_id in sorted(now_reproducible.keys()):
     name, architecture = package_id.split('/')
-    print("[%s](https://tracker.debian.org/%s) is reproducible %s on %s" % (name, name, now_reproducible[package_id], architecture))
+    print("[[!pkg %s]] is reproducible %s on %s" % (name, now_reproducible[package_id], architecture))

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