[buildinfo.debian.net] 02/07: Show SHA256 (on larger displays) (Closes: #19)

Chris Lamb chris at chris-lamb.co.uk
Sat Jan 28 21:58:58 UTC 2017


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 01bfa8c903f9e3a5fc7c39e563c76cd1f743d21e
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Jan 24 11:02:26 2017 +1300

    Show SHA256 (on larger displays) (Closes: #19)
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 templates/buildinfo/view.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/buildinfo/view.html b/templates/buildinfo/view.html
index d44a697..fe9ab47 100644
--- a/templates/buildinfo/view.html
+++ b/templates/buildinfo/view.html
@@ -89,6 +89,9 @@
         {% if x.checksum %}
         <div class="panel-body">
           SHA1: <code>{{ x.checksum.checksum_sha1 }}</code>
+          <div class="visible-lg">
+            SHA256: <code>{{ x.checksum.checksum_sha256 }}</code><br>
+          </div>
           <br>
           Size: {{ x.checksum.size|intcomma }} bytes
         </div>

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