[buildinfo.debian.net] 01/01: "generated by" is more interesting, I suppose.
Chris Lamb
chris at chris-lamb.co.uk
Mon Nov 7 17:47:11 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 f8d90e23e181d619c85a5b07536a433a6ed7feb8
Author: Chris Lamb <lamby at debian.org>
Date: Mon Nov 7 17:46:53 2016 +0000
"generated by" is more interesting, I suppose.
---
templates/packages/binary.html | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/templates/packages/binary.html b/templates/packages/binary.html
index 3d8b9f2..79f7b3c 100644
--- a/templates/packages/binary.html
+++ b/templates/packages/binary.html
@@ -23,12 +23,15 @@
{% endfor %}
</ul>
-<h2>Used as Build-Depends for:</h2>
+<h2>Generated by source packages</h2>
<ul>
- {% for x in build_depends %}
+ {% for x in binary.generated_binaries.all %}
<li>
- <a href="{{ x.buildinfo.get_absolute_url }}"><code>{{ x.buildinfo.get_filename }}.buildinfo</code></a>
+ <a href="{{ x.buildinfo.source.get_absolute_url }}"><span class="label label-primary">{{ x.buildinfo.source.name }}</span></a>
+
+ <code><a href="{{ x.buildinfo.get_absolute_url }}">{{ x.buildinfo.get_filename }}.buildinfo</a></code>
+
</li>
{% empty %}
<li>
@@ -37,16 +40,12 @@
{% endfor %}
</ul>
-
-<h2>Generated by source packages</h2>
+<h2>Used as Build-Depends for:</h2>
<ul>
- {% for x in binary.generated_binaries.all %}
+ {% for x in build_depends %}
<li>
- <a href="{{ x.buildinfo.source.get_absolute_url }}"><span class="label label-primary">{{ x.buildinfo.source.name }}</span></a>
-
- <code><a href="{{ x.buildinfo.get_absolute_url }}">{{ x.buildinfo.get_filename }}.buildinfo</a></code>
-
+ <a href="{{ x.buildinfo.get_absolute_url }}"><code>{{ x.buildinfo.get_filename }}.buildinfo</code></a>
</li>
{% empty %}
<li>
--
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