[Pkg-debile-commits] [debile-web] 01/01: Add job subtype display for sources build jobs

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 13:27:53 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-web.

commit fcf0c8610fdf4601ba02a53fe73eaaa58387541e
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 15:27:29 2013 +0200

    Add job subtype display for sources build jobs
---
 templates/report_desc_source.html |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/templates/report_desc_source.html b/templates/report_desc_source.html
index 0ac5ff3..e7dad40 100644
--- a/templates/report_desc_source.html
+++ b/templates/report_desc_source.html
@@ -4,6 +4,12 @@
             <div class='desc_key'>type</div>
             <div class='desc_value'>{{job_info.job.type}}</div>
         </div>
+        {% if job_info.job.subtype %}
+        <div class='desc_line'>
+            <div class='desc_key'>subtype</div>
+            <div class='desc_value'>{{job_info.job.subtype}}</div>
+        </div>
+        {% endif %}
         <div class='desc_line'>
             <div class='desc_key'>builder</div>
             <div class='desc_value'><a href='{{job_info.machine_link}}'>{{job_info.job.machine.name}}</a></div>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list