lix/src
Eelco Dolstra 9f9080e2c0 nix-store -l: Fetch build logs from the Internet
If a build log is not available locally, then ‘nix-store -l’ will now
try to download it from the servers listed in the ‘log-servers’ option
in nix.conf. For instance, if you have:

  log-servers = http://hydra.nixos.org/log

then it will try to get logs from http://hydra.nixos.org/log/<base
name of the store path>. So you can do things like:

  $ nix-store -l $(which xterm)

and get a log even if xterm wasn't built locally.
2014-05-21 17:19:36 +02:00
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh Simplify getting use-ssh-substituter from untrusted users 2014-02-26 13:58:46 +01:00
libexpr Provide a more useful error message when a dynamic attr lookup fails 2014-05-15 17:56:24 +02:00
libmain restoreSIGPIPE(): Fill in sa_mask 2014-03-29 20:20:14 +01:00
libstore nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
libutil nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
nix-daemon Fix compile errors on Illumos 2014-04-03 17:39:57 +02:00
nix-env nix-env: Minor change to '--delete-generations Nd' semantics 2014-04-15 15:34:58 +02:00
nix-hash Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-instantiate nix-instantiate --eval: Apply auto-arguments if the result is a function 2014-05-13 12:56:48 +02:00
nix-log2xml Remove Automakefiles 2014-02-01 13:54:38 +01:00
nix-store nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00