added help, removed nix closure from 'failed build with output' productlist

[?]
Feb 2, 2011, 12:16 PM
LL36GPHADRAVU6XM5J2QXBSG5YXXETVTIA3EAINY67W7ECMKN6IQC

Dependencies

Change contents

  • edit in src/root/product-list.tt at line 23
    [2.51]
    [2.51]
    [% filename = "${build.nixname}.closure.gz" %]
    [% uri = c.uri_for('/build' build.id 'nix' 'closure' filename ) %]
  • edit in src/root/product-list.tt at line 31
    [2.301]
    [2.301]
    [<a class="productDetailsToggle" href="javascript:">help</a>]
    <div class="help productDetails">
    <p>If you have Nix installed on your machine, this failed build output and
    all its dependencies can be unpacked into your local Nix store by doing:</p>
    <pre>$ curl [% uri %] | gunzip | nix-store --import</pre>
    <p>The build output can then be found in the path <tt>[% product.path %]</tt>.</p>
    </p>
    </div>
  • edit in src/root/product-list.tt at line 74
    [2.1751]
    [2.1751]
    <tr class="product">
    <td>
    [% filename = "${build.nixname}.closure.gz" %]
    [% uri = c.uri_for('/build' build.id 'nix' 'closure' filename ) %]
    <a href="[% uri %]">
    <img src="/static/images/nix-build.png" alt="Source" />
    Nix closure of path <tt>[% product.path %]</tt>
    </a>
    [<a class="productDetailsToggle" href="javascript:">help</a>]
    <div class="help productDetails">
    <p>If you have Nix installed on your machine, this build and
    all its dependencies can be unpacked into your local Nix
    store by doing:</p>
    <pre>$ gunzip &lt; [% filename %] | nix-store --import</pre>
    <p>or to download and unpack in one command:</p>
    <pre>$ curl [% uri %] | gunzip | nix-store --import</pre>
    <p>The package can then be found in the path <tt>[%
    product.path %]</tt>. You’ll probably also want to do</p>
    <pre>$ nix-env -i [% product.path %]</pre>
    <p>to actually install the package in your Nix user environment.</p>
    <p>If you get the error message “imported
    archive lacks a signature”, you should make sure that you have
    sufficient access rights to the Nix store, e.g., run the
    command as <tt>root</tt>.</p>
    </div>
    </td>
    </tr>
  • edit in src/root/product-list.tt at line 114
    [2.1767][3.512:552](),[3.2096][3.512:552]()
    <tr class="product">
    <td>
  • edit in src/root/product-list.tt at line 115
    [3.2124][3.4708:4876](),[3.489][3.3370:3436](),[3.4876][3.3370:3436](),[3.3370][3.3370:3436](),[3.3436][3.2125:2183](),[3.2183][3.3492:3505](),[3.3492][3.3492:3505](),[3.3505][3.2184:2193](),[3.2193][3.3505:3617](),[3.3505][3.3505:3617](),[3.3617][3.2194:2362](),[3.2362][3.3785:3786](),[3.3785][3.3785:3786](),[3.3786][3.4877:4948](),[3.2463][3.3883:3884](),[3.4948][3.3883:3884](),[3.3883][3.3883:3884](),[3.3884][3.2467:2526](),[3.2526][3.3936:3937](),[3.3936][3.3936:3937](),[3.3937][3.4949:5017](),[3.585][3.4050:4113](),[3.5017][3.4050:4113](),[3.4050][3.4050:4113](),[3.4113][3.2527:2598](),[3.2598][3.1861:1862](),[3.1861][3.1861:1862](),[3.1862][3.0:53](),[3.53][3.1913:1914](),[3.1913][3.1913:1914](),[3.1914][3.2599:2678](),[3.2678][3.1990:2045](),[3.1990][3.1990:2045](),[3.2045][3.4187:4369](),[3.4187][3.4187:4369](),[3.2478][3.4369:4384](),[3.4369][3.4369:4384](),[3.4384][3.2479:2480](),[3.2480][3.553:579](),[3.579][3.4384:4385](),[3.2492][3.4384:4385](),[3.4384][3.4384:4385](),[3.4385][3.2493:2494]()
    [% filename = "${build.nixname}.closure.gz" %]
    [% uri = c.uri_for('/build' build.id 'nix' 'closure' filename ) %]
    <a href="[% uri %]">
    <img src="/static/images/nix-build.png" alt="Source" />
    Nix closure of path <tt>[% product.path %]</tt>
    </a>
    [<a class="productDetailsToggle" href="javascript:">help</a>]
    <div class="help productDetails">
    <p>If you have Nix installed on your machine, this build and
    all its dependencies can be unpacked into your local Nix
    store by doing:</p>
    <pre>$ gunzip &lt; [% filename %] | nix-store --import</pre>
    <p>or to download and unpack in one command:</p>
    <pre>$ curl [% uri %] | gunzip | nix-store --import</pre>
    <p>The package can then be found in the path <tt>[%
    product.path %]</tt>. You’ll probably also want to do</p>
    <pre>$ nix-env -i [% product.path %]</pre>
    <p>to actually install the package in your Nix user environment.</p>
    <p>If you get the error message “imported
    archive lacks a signature”, you should make sure that you have
    sufficient access rights to the Nix store, e.g., run the
    command as <tt>root</tt>.</p>
    </div>
    </td>
    </tr>