[Pkg-debile-commits] [debile-web] 01/02: Distinguish between Dep-Wait and Needs-Build
Jon Severinsson
jonno-guest at moszumanska.debian.org
Thu Mar 27 23:01:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
jonno-guest pushed a commit to branch master
in repository debile-web.
commit 6bfcb8081990b97de04f6d5f0c3de9fdc0233f33
Author: Jon Severinsson <jon at severinsson.net>
Date: Thu Mar 27 23:50:00 2014 +0100
Distinguish between Dep-Wait and Needs-Build
---
templates/job.html | 2 ++
templates/job_list_fragment.html | 2 ++
2 files changed, 4 insertions(+)
diff --git a/templates/job.html b/templates/job.html
index ff2c133..24555b4 100644
--- a/templates/job.html
+++ b/templates/job.html
@@ -65,6 +65,8 @@
{# Analyzers #}
{% if job.failed %}✗ Errors found{% else %}✓ No errors found{% endif %}
{% endif %}
+ {% elif job.externally_blocked or job.depedencies %}
+ Dep-Wait
{% else %}
Needs-Build
{% endif %}
diff --git a/templates/job_list_fragment.html b/templates/job_list_fragment.html
index f6198ee..39825d7 100644
--- a/templates/job_list_fragment.html
+++ b/templates/job_list_fragment.html
@@ -46,6 +46,8 @@
{# Analyzers #}
{% if info.job.failed %}✗ Errors found{% else %}✓ No errors found{% endif %}
{% endif %}
+ {% elif info.job.externally_blocked or info.job.depedencies %}
+ Dep-Wait
{% else %}
Needs-Build
{% endif %}
--
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