lix/scripts
Eelco Dolstra 041717eda3 * download-using-manifests: don't check the cryptographic hash of
downloaded files; rather, check the hash of the unpacked store
  path.

  When the server produces bzipped NAR archives on demand (like Hydra
  does), the hash of the file is not known in advance; it's streamed
  from the server.  Thus the manifest doesn't contain a hash for the
  bzipped NAR archive.  However, the server does know the hash of the
  *uncompressed* NAR archive (the "NarHash" field), since it's stored
  in the Nix database (nix-store -q --hash /nix/store/bla).  So we use
  that instead for checking the integrity of the download.
2009-02-19 23:46:37 +00:00
..
maintenance
build-remote.pl.in * Build hook: compress the transferred data. 2009-02-03 10:34:15 +00:00
copy-from-other-stores.pl.in * Urgh. 2008-11-20 15:44:59 +00:00
copying-collector.pl
download-using-manifests.pl.in * download-using-manifests: don't check the cryptographic hash of 2009-02-19 23:46:37 +00:00
find-runtime-roots.pl.in
generate-patches.pl.in
Makefile.am
nix-build.in 2009-01-13 10:42:13 +00:00
nix-channel.in
nix-collect-garbage.in * Urgh. 2008-11-20 15:44:59 +00:00
nix-copy-closure.in * Urgh. 2008-11-20 15:44:59 +00:00
nix-http-export.cgi.in Replace wrong (w.r.t. PATH) sed call with in-shell substitution 2009-02-19 20:46:45 +00:00
nix-install-package.in * Urgh. 2008-11-20 15:44:59 +00:00
nix-prefetch-url.in
nix-profile.sh.in 2008-11-20 17:22:42 +00:00
nix-pull.in * Urgh. 2008-11-20 15:44:59 +00:00
nix-push.in * Dirty hack to make nix-push work properly on derivations: the 2008-12-04 10:40:41 +00:00
nix-reduce-build.in
readconfig.pm.in
readmanifest.pm.in
remove-patches.pl
show-duplication.pl
update-manifest.pl