[Pkg-debile-commits] [debile-web] 01/01: List allegedly successfull build jobs without a built_binary as "Upload Pending".

Jon Severinsson jonno-guest at moszumanska.debian.org
Thu Apr 17 09:12:52 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 171206f81e6b0029c1e6af0945be27f4ed922a46
Author: Jon Severinsson <jon at severinsson.net>
Date:   Thu Apr 17 11:12:30 2014 +0200

    List allegedly successfull build jobs without a built_binary as "Upload Pending".
---
 templates/job.html                  | 2 ++
 templates/job_list_fragment.html    | 2 ++
 templates/source_list_fragment.html | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/templates/job.html b/templates/job.html
index 0900d77..8c66870 100644
--- a/templates/job.html
+++ b/templates/job.html
@@ -88,6 +88,8 @@
                             ⧖ Upload Pending
                         {% elif job.failed %}
                             ✗ Failed
+                        {% elif not job.built_binary %}
+                            ⧖ Upload Pending
                         {% else %}
                             ✓ Uploaded
                         {% endif %}
diff --git a/templates/job_list_fragment.html b/templates/job_list_fragment.html
index 26838cd..5917a4f 100644
--- a/templates/job_list_fragment.html
+++ b/templates/job_list_fragment.html
@@ -45,6 +45,8 @@
                             ⧖ Upload Pending
                         {% elif info.job.failed %}
                             ✗ Failed
+                        {% elif not info.job.built_binary %}
+                            ⧖ Upload Pending
                         {% else %}
                             ✓ Uploaded
                         {% endif %}
diff --git a/templates/source_list_fragment.html b/templates/source_list_fragment.html
index 0abe0c7..264679c 100644
--- a/templates/source_list_fragment.html
+++ b/templates/source_list_fragment.html
@@ -34,6 +34,8 @@
                             ⧖
                         {% elif job.failed %}
                             ✗
+                        {% elif job.check.build and not job.built_binary %}
+                            ⧖
                         {% else %}
                             ✓
                         {% 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