~launchpad-pqm/launchpad/devel

10466.9.5 by Jeroen Vermeulen
Prototype with weird timezone-related test failure in test_min_time_to_next_builder.
1
<tal:root
2
  xmlns:tal="http://xml.zope.org/namespaces/tal"
3
  xmlns:metal="http://xml.zope.org/namespaces/metal"
4
  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
5
  omit-tag="">
6
7
  <p class="sprite">Started
8
    <span
9
      tal:attributes="title context/job/date_started/fmt:datetime"
10
      tal:content="context/current_build_duration/fmt:exactduration" />
11
    ago.
12
  </p>
10466.9.9 by Jeroen Vermeulen
Move BuildFarmJob permissions check into security.py.
13
  <tal:logtail condition="context/specific_job/required:launchpad.View">
10466.9.5 by Jeroen Vermeulen
Prototype with weird timezone-related test failure in test_min_time_to_next_builder.
14
    <h2>Buildlog</h2>
15
    <div tal:content="structure context/logtail/fmt:text-to-html"
16
         id="buildlog-tail"
17
         class="logtail">
18
      Things are crashing and burning all over the place.
19
    </div>
20
    <p class="discreet" tal:condition="view/user">
21
      Updated on <tal:date replace="structure view/user/fmt:local-time" />
22
    </p>
23
  </tal:logtail>
24
</tal:root>