guix-devel/tests
Ludovic Courtès fe0cff14f6 substitute-binary: Implement `--substitute'.
This allows build outputs to be transparently downloaded from
http://hydra.gnu.org, for example.

* config-daemon.ac: Check for `gzip', `bzip2', and `xz'.
* guix/config.scm.in (%gzip, %bzip2, %xz): New variable.
* guix/scripts/substitute-binary.scm (fetch): Return SIZE as a second value.
  (<narinfo>): Change `url' to `uri'.
  (make-narinfo): Rename to...
  (narinfo-maker): ... this.  Handle relative URLs.
  (fetch-narinfo): Adjust accordingly.
  (filtered-port, decompressed-port): New procedures.
  (guix-substitute-binary): Implement the `--substitute' case.
* tests/store.scm ("substitute query"): Use (%store-prefix) instead
  of (getenv "NIX_STORE_DIR").
  ("substitute"): New test.
2013-04-12 17:31:01 +02:00
..
base32.scm Augment `.dir-locals.el'. 2013-02-01 13:16:45 +01:00
build-utils.scm Augment `.dir-locals.el'. 2013-02-01 13:16:45 +01:00
builders.scm Augment `.dir-locals.el'. 2013-02-01 13:16:45 +01:00
derivations.scm tests: Fix thinko in `derivation' test. 2013-02-04 08:58:48 +01:00
guix-build.sh Replace individual scripts with master 'guix' script. 2013-02-16 22:17:37 -05:00
guix-daemon.sh Replace individual scripts with master 'guix' script. 2013-02-16 22:17:37 -05:00
guix-download.sh Replace individual scripts with master 'guix' script. 2013-02-16 22:17:37 -05:00
guix-gc.sh guix gc: Add `--references' and `--referrers'. 2013-02-27 23:16:00 +01:00
guix-package.sh guix package: Add `--install-from-expression'. 2013-03-01 21:54:56 +01:00
nar.scm nar: Add support for symlinks. 2013-04-12 14:42:56 +02:00
packages.scm packages: Remove the default value for `license'. 2013-03-07 00:42:18 +01:00
snix.scm Augment `.dir-locals.el'. 2013-02-01 13:16:45 +01:00
store.scm substitute-binary: Implement `--substitute'. 2013-04-12 17:31:01 +02:00
test.drv Add unit test for derivation parsing and output. 2012-04-19 23:09:55 +02:00
ui.scm guix-package: Report `--search' matches in recutils format. 2013-02-01 13:16:41 +01:00
union.scm union: Delete duplicates when passed the same input several times. 2013-02-06 23:04:10 +01:00
utils.scm Augment `.dir-locals.el'. 2013-02-01 13:16:45 +01:00