guix/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 * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00
Makefile.am * Get rid of nix-pack-closure / nix-unpack-closure, they're redundant. 2008-11-18 14:43:40 +00:00
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 * Scan /proc/sys/kernel/modprobe for roots to prevent the kernel 2007-03-20 11:13:15 +00:00
generate-patches.pl.in * Make the maximum patch size configurable. 2007-03-30 09:01:05 +00:00
nix-build.in 2009-01-13 10:42:13 +00:00
nix-channel.in * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the 2007-09-17 16:08:24 +00:00
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 * A quick hack to make nix-prefetch-url support mirror:// URLs. It 2008-07-23 16:02:58 +00:00
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 Updates to nix-reduce-build 2008-08-06 19:43:53 +00:00
readconfig.pm.in * This may be useful in the future. 2006-05-31 09:24:54 +00:00
readmanifest.pm.in * nix-push / generate-patches: bzip the manifest. 2007-09-04 15:38:09 +00:00
remove-patches.pl * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00
show-duplication.pl * `show-duplication.pl', a small utility that shows the amount of 2006-09-19 13:53:35 +00:00
update-manifest.pl * New kind of manifest object: "localPath", which denotes that a store 2007-01-23 16:50:19 +00:00