* Closure downloads: don't include the product number; it's not needed.

This commit is contained in:
Eelco Dolstra
2009-02-23 09:34:29 +00:00
parent 9013e97534
commit 5f8dcab854
2 changed files with 9 additions and 11 deletions

View File

@ -9,7 +9,7 @@
[% SWITCH product.type %]
[% CASE "nix-build" %]
<a href="[% c.uri_for('/closure' build.id product.productnr) %]">
<a href="[% c.uri_for('/closure' build.id) %]">
<img src="/static/images/nix-build.png" alt="Source" />
Nix build of path <tt>[% product.path %]</tt>
</a>
@ -23,7 +23,7 @@
or to download and unpack in one command:
<pre>$ curl [% c.uri_for('/closure' build.id product.productnr) %] | gunzip | nix-store --import</pre>
<pre>$ curl [% c.uri_for('/closure' build.id) %] | gunzip | nix-store --import</pre>
<p>The package can then be found in the path <tt>[%
product.path %]</tt>. Youll probably also want to do