Author: rob
Date: Mon Nov 29 09:10:10 2010
New Revision: 24908
URL: https://svn.nixos.org/websvn/nix/?rev=24908&sc=1

Log:
hydra: show machine in buildsteps

Modified:
   hydra/trunk/src/root/build.tt

Modified: hydra/trunk/src/root/build.tt
==============================================================================
--- hydra/trunk/src/root/build.tt       Sun Nov 28 16:37:48 2010        (r24907)
+++ hydra/trunk/src/root/build.tt       Mon Nov 29 09:10:10 2010        (r24908)
@@ -13,7 +13,7 @@
        <h2 id="buildsteps">[% type %] build steps</h2>
        <table class="tablesorter">
          <thead>
-           <tr><th>Nr</th><th>What</th><th>Duration</th><th>Status</th></tr>
+           
<tr><th>Nr</th><th>What</th><th>Duration</th><th>Machine</th><th>Status</th></tr>
          </thead>
          <tbody>
            [% FOREACH step IN build.buildsteps -%]
@@ -40,6 +40,7 @@
                            [% END %]
                          [% END %]
                        </td>
+                <td>[% step.machine.split('@').1 %]</td>
                        <td>
                          [% IF step.busy == 1 %]
                            [% IF build.finished %]
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to