[SCM] live-studio branch, master, updated. be1494946e9a501d3083543e05ef6490dba17159
Chris Lamb
lamby at debian.org
Sun Aug 1 06:29:52 UTC 2010
The following commit has been merged in the master branch:
commit d4692ac3198d2ddd4486659c6642041846597bcb
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 01:20:15 2010 -0400
Turn this off for a bit - can probably use different gunicorn gevent arbiter for real `tail -f` over HTTP
diff --git a/templates/config/view.html b/templates/config/view.html
index ef4a6b1..e69228c 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -51,11 +51,13 @@
</td>
</tr>
+{% comment %}
{% if forloop.counter == 1 and build.status == 'building' %}
<tr>
<td colspan="3"><div data-url="{{ build.log_url }}" id="scrolling_log" style="background-color: black; color: white; font-family: monospace; padding: 1em; width: 800px; height: 200px; overflow: scroll;"><pre></pre></td>
</tr>
{% endif %}
+{% endcomment %}
{% endfor %}
</table>
{% endif %}
--
live-studio
More information about the debian-live-changes
mailing list