[buildinfo.debian.net] 06/35: Fix links on binary page from incorrect sed.

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 19:02:24 UTC 2016


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

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit 7951fa6f6a416b4a6885efd3e070fe3e007d9dc5
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Oct 22 20:46:30 2016 +0200

    Fix links on binary page from incorrect sed.
---
 templates/packages/binary.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/packages/binary.html b/templates/packages/binary.html
index 1cb1c1b..224c734 100644
--- a/templates/packages/binary.html
+++ b/templates/packages/binary.html
@@ -16,7 +16,7 @@
 <ul>
   {% for x in binary.build_depends.all %}
   <li>
-    <a href="{{ x.bidb.get_absolute_url }}"><code>{{ x.bidb.get_filename }}.buildinfo</code></a>
+    <a href="{{ x.buildinfo.get_absolute_url }}"><code>{{ x.buildinfo.get_filename }}.buildinfo</code></a>
   </li>
   {% empty %}
   <li>
@@ -30,9 +30,9 @@
 <ul>
   {% for x in binary.generated_binaries.all %}
   <li>
-    <a href="{{ x.bidb.source.get_absolute_url }}"><span class="label label-primary">{{ x.bidb.source.name }}</span></a>
+    <a href="{{ x.buildinfo.source.get_absolute_url }}"><span class="label label-primary">{{ x.buildinfo.source.name }}</span></a>
 
-    <a href="{{ x.bidb.get_absolute_url }}">{{ x.bidb.get_filename }}.buildinfo</a>
+    <a href="{{ x.buildinfo.get_absolute_url }}">{{ x.buildinfo.get_filename }}.buildinfo</a>
 
   </li>
   {% empty %}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list