* XHTML validity.
[?]
Mar 4, 2009, 3:25 PM
NDL67SQT5CLURSU5H27MJ5COTEQNU5ZMVNAMD4V2BA3G6MQT5VSQCDependencies
- [2]
642UCPJM* Get rid of a warning. - [3]
BHZXGT2H* Channels: provide an index page that lists all the packages in the - [4]
HCKFTNQ6 - [5]
W6DC6K4I* Happy Javascript hacking. - [6]
M3WSK4CB - [7]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [8]
CLJQCY2X* Store info about all the build actions and allow them to be - [9]
5IK6NYKF - [10]
J5UVLXOK* Start of a basic Catalyst web interface. - [11]
G6HJY2V4 - [12]
IGNQFFV7* Put the release sets in the navbar. - [13]
K2NXFFKH - [14]
SMM4HQTP* Put actions related to builds under /build (e.g. /log/<buildid> - [15]
2AUODJBT - [16]
5NO7NCKT* Refactoring. - [17]
PBFZEQLZ - [18]
A52HEFHQ* Allow builds to be restarted (if they failed with a transient error, - [19]
TQKGQ5R3 - [20]
JFZNAYJX* Showing releases. - [21]
SZZ3PFYF - [22]
GCHNNFZP - [23]
Y35C6GHH* One-click installs. - [24]
I35CIZI7 - [25]
WHAFVCEI - [26]
AFTXA575* $HYDRA_DATA environment variable. - [27]
FEMR2C5W - [28]
HJLYC753* Adding input value alternatives. - [29]
BD3GRK4B* Get rid of "positive failures" and separate log phases. - [30]
2AIIYGI5* Show job status and all builds for a project. - [31]
FHF6IZJQ* Basic release management: releases are now dynamically computed as - [32]
KR7QIG6Z - [33]
UHANDRAR* Closure downloads: don't include the product number; it's not needed. - [34]
QU5I5GCL - [35]
4S4ZMFJK* Links on trs. - [36]
7LKUAIGC - [37]
IE3SRMWZ* Show global and per-project statistics. - [*]
IK53RV4V - [*]
7YBYT2LQ
Change contents
- replacement in src/Hydra/root/build.tt at line 35
<img src="/static/images/success.gif" /><img src="/static/images/success.gif" alt="Succeeded" /> - replacement in src/Hydra/root/build.tt at line 38
<img src="/static/images/failure.gif" /><img src="/static/images/failure.gif" alt="Failed" /> - replacement in src/Hydra/root/build.tt at line 41
<img src="/static/images/failure.gif" /><img src="/static/images/failure.gif" alt="Failed" /> - replacement in src/Hydra/root/build.tt at line 44
<img src="/static/images/failure.gif" /><img src="/static/images/failure.gif" alt="Failed" /> - edit in src/Hydra/root/channel-contents.tt at line 6
<p>This page provides a <em>channel</em> for the <ahref="http://nixos.org/">Nix package manager</a>. If you have Nixinstalled, you can subscribe to this channel by once executing</p> - replacement in src/Hydra/root/channel-contents.tt at line 11
<p>You can subscribe to this channel by doing<pre>$ nix-channel --add [% curUri %]$ nix-channel --update</pre><p>You can then query and install packages in the normal way, e.g.,</p><pre>$ nix-env -qa '*'$ nix-env -i foo</pre> - replacement in src/Hydra/root/channel-contents.tt at line 21
<pre>$ nix-channel --add [% curUri %]</pre><p>You can update to the latest versions of the packages in this channel by executing</p> - replacement in src/Hydra/root/channel-contents.tt at line 23
</p><pre>$ nix-channel --update$ nix-env -u '*'</pre><p>Alternatively, if youhave associated the<tt>application/nix-package</tt> MIME type with the<tt>nix-install-package</tt> program in your web browser, you caninstall the package simply by clicking on the packages below.</p> - replacement in src/Hydra/root/common.tt at line 49
<img src="/static/images/success.gif" /><img src="/static/images/success.gif" alt="Succeeded" /> - replacement in src/Hydra/root/common.tt at line 51
<img src="/static/images/failure.gif" /><img src="/static/images/failure.gif" alt="Failed" /> - replacement in src/Hydra/root/common.tt at line 80
<th><img src="/static/images/success.gif" /> Succeeded builds:</th><th><img src="/static/images/success.gif" alt="Succeeded" /> Succeeded builds:</th> - replacement in src/Hydra/root/common.tt at line 84
<th><img src="/static/images/failure.gif" /> Failed builds:</th><th><img src="/static/images/failure.gif" alt="Failed" /> Failed builds:</th> - replacement in src/Hydra/root/edit-releaseset.tt at line 69
<script><script type="text/javascript"> - replacement in src/Hydra/root/edit-releaseset.tt at line 93
<script><script type="text/javascript"> - replacement in src/Hydra/root/layout.tt at line 7
[% BLOCK makeLink %][% BLOCK makeLinkWrapped %] - edit in src/Hydra/root/layout.tt at line 10
[% content %] - edit in src/Hydra/root/layout.tt at line 14
[% BLOCK makeLink -%][% INCLUDE makeLinkWrapped content="" -%][% END %] - replacement in src/Hydra/root/layout.tt at line 109[4.1868]→[4.2987:3096](∅→∅),[4.3096]→[4.0:23](∅→∅),[4.23]→[2.0:83](∅→∅),[2.83]→[4.83:713](∅→∅),[4.83]→[4.83:713](∅→∅)
[% INCLUDE makeLink uri = c.uri_for('/releasesets' project.name) title = "Releases" %][% IF project.releasesets && project.releasesets.size > 0 %]<ul class="subsubsubmenu">[% FOREACH releaseset IN project.releasesets %][% myUri = c.uri_for('/releases' project.name releaseset.name) %]<li [% IF curUri == myUri %]class="active"[% END %]><div class="title"><a href="[% myUri %]">[% HTML.escape(releaseset.description ? releaseset.description : releaseset.name) %]</a></div></li>[% END %]</ul>[% WRAPPER makeLinkWrapped uri = c.uri_for('/releasesets' project.name) title = "Releases" %][% IF project.releasesets && project.releasesets.size > 0 %]<ul class="subsubsubmenu">[% FOREACH releaseset IN project.releasesets %][% myUri = c.uri_for('/releases' project.name releaseset.name) %]<li [% IF curUri == myUri %]class="active"[% END %]><div class="title"><a href="[% myUri %]">[% HTML.escape(releaseset.description ? releaseset.description : releaseset.name) %]</a></div></li>[% END %]</ul>[% END %] - edit in src/Hydra/root/layout.tt at line 123
- replacement in src/Hydra/root/product-list.tt at line 29
command-line:command-line:</p> - edit in src/Hydra/root/product-list.tt at line 33
</p> - replacement in src/Hydra/root/product-list.tt at line 60
or to download and unpack in one command:<p>or to download and unpack in one command:</p> - replacement in src/Hydra/root/product-list.tt at line 65
product.path %]</tt>. You’ll probably also want to doproduct.path %]</tt>. You’ll probably also want to do</p> - replacement in src/Hydra/root/product-list.tt at line 69
to actually install the package in your Nix user environment.</p><p>to actually install the package in your Nix user environment.</p> - replacement in src/Hydra/root/product-list.tt at line 162
<script><script type="text/javascript"> - replacement in src/Hydra/root/project.tt at line 41
<tr class="input [% extraClass %]" id="[% id %]"><tr class="input [% extraClass %]" [% IF id %]id="[% id %]"[% END %]> - replacement in src/Hydra/root/project.tt at line 225
<script><script type="text/javascript"> - replacement in src/Hydra/root/project.tt at line 284
<script><script type="text/javascript"> - replacement in src/Hydra/root/static/css/hydra.css at line 389
font-size: 80%;font-size: 90%;