* XHTML validity.

[?]
Mar 4, 2009, 3:25 PM
NDL67SQT5CLURSU5H27MJ5COTEQNU5ZMVNAMD4V2BA3G6MQT5VSQC

Dependencies

Change contents

  • replacement in src/Hydra/root/build.tt at line 35
    [4.411][4.411:462]()
    <img src="/static/images/success.gif" />
    [4.411]
    [4.462]
    <img src="/static/images/success.gif" alt="Succeeded" />
  • replacement in src/Hydra/root/build.tt at line 38
    [4.551][4.551:602]()
    <img src="/static/images/failure.gif" />
    [4.551]
    [4.1697]
    <img src="/static/images/failure.gif" alt="Failed" />
  • replacement in src/Hydra/root/build.tt at line 41
    [4.2230][4.2230:2281]()
    <img src="/static/images/failure.gif" />
    [4.2230]
    [4.2281]
    <img src="/static/images/failure.gif" alt="Failed" />
  • replacement in src/Hydra/root/build.tt at line 44
    [4.684][4.684:735]()
    <img src="/static/images/failure.gif" />
    [4.684]
    [4.2352]
    <img src="/static/images/failure.gif" alt="Failed" />
  • edit in src/Hydra/root/channel-contents.tt at line 6
    [3.3515]
    [3.3515]
    <p>This page provides a <em>channel</em> for the <a
    href="http://nixos.org/">Nix package manager</a>. If you have Nix
    installed, you can subscribe to this channel by once executing</p>
  • replacement in src/Hydra/root/channel-contents.tt at line 11
    [3.3516][3.3516:3562]()
    <p>You can subscribe to this channel by doing
    [3.3516]
    [3.3562]
    <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
    [3.3563][3.3563:3607]()
    <pre>$ nix-channel --add [% curUri %]</pre>
    [3.3563]
    [3.3607]
    <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
    [3.3608][3.3608:3613]()
    </p>
    [3.3608]
    [3.3613]
    <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 can
    install the package simply by clicking on the packages below.</p>
  • replacement in src/Hydra/root/common.tt at line 49
    [4.1347][4.1347:1404]()
    <img src="/static/images/success.gif" />
    [4.1347]
    [4.1404]
    <img src="/static/images/success.gif" alt="Succeeded" />
  • replacement in src/Hydra/root/common.tt at line 51
    [4.1429][4.1429:1486]()
    <img src="/static/images/failure.gif" />
    [4.1429]
    [4.1486]
    <img src="/static/images/failure.gif" alt="Failed" />
  • replacement in src/Hydra/root/common.tt at line 80
    [4.970][4.970:1044]()
    <th><img src="/static/images/success.gif" /> Succeeded builds:</th>
    [4.970]
    [4.1044]
    <th><img src="/static/images/success.gif" alt="Succeeded" /> Succeeded builds:</th>
  • replacement in src/Hydra/root/common.tt at line 84
    [4.1100][4.1100:1171]()
    <th><img src="/static/images/failure.gif" /> Failed builds:</th>
    [4.1100]
    [4.1171]
    <th><img src="/static/images/failure.gif" alt="Failed" /> Failed builds:</th>
  • replacement in src/Hydra/root/edit-releaseset.tt at line 69
    [4.1312][4.1312:1321]()
    <script>
    [4.1312]
    [4.1321]
    <script type="text/javascript">
  • replacement in src/Hydra/root/edit-releaseset.tt at line 93
    [4.2201][4.2201:2212]()
    <script>
    [4.2201]
    [4.2212]
    <script type="text/javascript">
  • replacement in src/Hydra/root/layout.tt at line 7
    [4.127][4.127:148]()
    [% BLOCK makeLink %]
    [4.127]
    [4.148]
    [% BLOCK makeLinkWrapped %]
  • edit in src/Hydra/root/layout.tt at line 10
    [4.266]
    [4.266]
    [% content %]
  • edit in src/Hydra/root/layout.tt at line 14
    [4.11276]
    [4.11276]
    [% 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>
    [4.1868]
    [4.713]
    [% 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
    [4.745]
    [4.745]
  • replacement in src/Hydra/root/product-list.tt at line 29
    [4.1672][4.1672:1696]()
    command-line:
    [4.1672]
    [4.1696]
    command-line:</p>
  • edit in src/Hydra/root/product-list.tt at line 33
    [4.1821][4.1821:1837]()
    </p>
  • replacement in src/Hydra/root/product-list.tt at line 60
    [4.3884][4.3884:3936]()
    or to download and unpack in one command:
    [4.3884]
    [4.3936]
    <p>or to download and unpack in one command:</p>
  • replacement in src/Hydra/root/product-list.tt at line 65
    [4.4113][4.1794:1861]()
    product.path %]</tt>. You’ll probably also want to do
    [4.4113]
    [4.1861]
    product.path %]</tt>. You’ll probably also want to do</p>
  • replacement in src/Hydra/root/product-list.tt at line 69
    [4.1914][4.1914:1990]()
    to actually install the package in your Nix user environment.</p>
    [4.1914]
    [4.1990]
    <p>to actually install the package in your Nix user environment.</p>
  • replacement in src/Hydra/root/product-list.tt at line 162
    [4.6936][4.6936:6945]()
    <script>
    [4.6936]
    [4.6945]
    <script type="text/javascript">
  • replacement in src/Hydra/root/project.tt at line 41
    [4.3443][4.511:563]()
    <tr class="input [% extraClass %]" id="[% id %]">
    [4.3443]
    [4.724]
    <tr class="input [% extraClass %]" [% IF id %]id="[% id %]"[% END %]>
  • replacement in src/Hydra/root/project.tt at line 225
    [4.1751][4.3929:3942](),[4.3929][4.3929:3942]()
    <script>
    [4.1751]
    [4.1799]
    <script type="text/javascript">
  • replacement in src/Hydra/root/project.tt at line 284
    [4.5476][4.5073:5086]()
    <script>
    [4.5476]
    [4.5086]
    <script type="text/javascript">
  • replacement in src/Hydra/root/static/css/hydra.css at line 389
    [4.1035][4.1035:1055]()
    font-size: 80%;
    [4.1035]
    [4.1055]
    font-size: 90%;