[buildinfo.debian.net] 16/35: intcomma the sizes

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 19:02:25 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 428f60184c117daa7aab90ebe8e5eda432d19c0c
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Oct 23 20:50:21 2016 +0200

    intcomma the sizes
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 templates/buildinfo/view.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/buildinfo/view.html b/templates/buildinfo/view.html
index eca4d35..0938875 100644
--- a/templates/buildinfo/view.html
+++ b/templates/buildinfo/view.html
@@ -70,7 +70,7 @@
         <div class="panel-body">
           SHA1: <code>{{ x.checksum.checksum_sha1 }}</code>
           <br>
-          Size: {{ x.checksum.size }} bytes
+          Size: {{ x.checksum.size|intcomma }} bytes
         </div>
         {% endif %}
       </div>
@@ -90,7 +90,7 @@
         <div class="panel-body">
           SHA1: <code>{{ x.checksum_sha1 }}</code>
           <br>
-          Size: {{ x.size }} bytes
+          Size: {{ x.size|intcomma }} bytes
         </div>
       </div>
     {% endif %}

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