[% BLOCK renderProductLinks %]
Type | Link | Actions | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Error | Failed build produced output. Click here to inspect the output. |
[% WRAPPER makePopover title="Help" classes="btn-secondary btn-sm" %]
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: $ curl [% uri %] | gunzip | nix-store --import The build output can then be found in the path [% product.path %]. [% END %] |
|||||||||||||||||||||
Nix package | [% HTML.escape(build.nixname) %] |
[% WRAPPER makePopover title="Help" classes="btn-secondary btn-sm"
%] You can install this package using the Nix package manager from the command-line: $ nix-env -i [%HTML.escape(product.path)%][% IF binaryCachePublicUri %] --option binary-caches [% HTML.escape(binaryCachePublicUri) %][% END %] |
|||||||||||||||||||||
Nix closure | [% filename = build.nixname _ (product.subtype ? "-" _ product.subtype : "") _ ".closure.gz" %] [% uri = c.uri_for('/build' build.id 'nix' 'closure' filename ) %] [% product.path %] |
[% WRAPPER makePopover title="Help" classes="btn-secondary btn-sm" %]
If you have Nix installed on your machine, this build and all its dependencies can be unpacked into your local Nix store by doing: $ gunzip < [% filename %] | nix-store --import or to download and unpack in one command: $ curl [% uri %] | gunzip | nix-store --import The package can then be found in the path [% product.path %]. You’ll probably also want to do $ nix-env -i [% product.path %] to actually install the package in your Nix user environment. 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 root. [% END %] |
|||||||||||||||||||||
Source distribution | [% CASE "rpm" %]RPM package | [% CASE "srpm" %]Source RPM package | [% CASE "deb" %]Debian package | [% CASE "iso" %]ISO-9660 CD/DVD image | [% CASE "binary-dist" %]Binary distribution | [% CASE DEFAULT %] [% IF product.type == "channel" %]Channel expression tarball [% IF product.subtype != "-" %]for [% product.subtype %][% END %] | [% ELSE %]File | [% product.subtype %] | [% END %] [% END %][% product.name %] |
[% WRAPPER makePopover title="Details" classes="btn-secondary btn-sm" %]
|
|||||||||||||
[% SWITCH product.subtype %] [% CASE "coverage" %] | Code coverage | Analysis report | [% CASE DEFAULT %]Report | [% product.subtype %] | [% END %]|||||||||||||||||||
[% IF product.type == "doc-pdf" %] [% ELSE %] [% END %] | Documentation | [% SWITCH product.subtype %] [% CASE "readme" %] Read Me! [% CASE "manual" %] Manual [% CASE "release-notes" %] Release notes [% CASE DEFAULT %] [% product.subtype %] [% END %] |
[% WRAPPER makePopover title="Details" classes="btn-secondary btn-sm" %]
|
||||||||||||||||||||
[% product.type %] | [% product %] |