summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nix-integration'...Ludovic Courtès2012-12-138-32/+87
|\
| * tests: Skip network-dependent tests when the network is unreachable....Ludovic Courtès2012-12-135-24/+41
| * tests: base32: Work around `system*' bug....Ludovic Courtès2012-12-131-5/+13
| * Merge branch 'master' into nix-integration...Ludovic Courtès2012-12-091-0/+87
| |\
| * | build: Update skip count in `tests/derivations.scm'....Ludovic Courtès2012-12-061-1/+1
| * | build: Run all the tests against the just-built daemon....Ludovic Courtès2012-12-061-19/+0
| * | tests: Remove hard-coded /nix/store....Ludovic Courtès2012-12-051-2/+3
| * | daemon: Add `list-runtime-roots' script....Ludovic Courtès2012-12-051-1/+3
| * | daemon: Add test....Ludovic Courtès2012-12-041-0/+46
* | | tests: Remove `t-profile' files on exit....Ludovic Courtès2012-12-121-1/+2
* | | guix-package: Gracefully handle multiple installs of the same path....Ludovic Courtès2012-12-121-1/+7
| |/ |/|
* | store: Add GC-related operations....Ludovic Courtès2012-12-091-0/+87
|/
* derivations: Fix erroneous call to `add-to-store' for local files as input....Ludovic Courtès2012-12-042-0/+40
* guix-package: Extract version strings when installing a direct store path....Ludovic Courtès2012-11-191-4/+7
* guix-package: Add `--list-available'....Ludovic Courtès2012-11-191-0/+3
* distro: Add `fold-packages'....Ludovic Courtès2012-11-191-0/+8
* guix-package: Add `--list-installed'....Ludovic Courtès2012-11-191-0/+14
* guix-download: Use code from (guix build download)....Ludovic Courtès2012-11-131-1/+1
* guix-download: Add support for file:// URIs....Ludovic Courtès2012-11-131-0/+3
* guix-download: Gracefully handle invalid URIs....Ludovic Courtès2012-11-131-0/+6
* tests: Make sure to use the bootstrap Guile....Ludovic Courtès2012-11-131-2/+4
* tests: Remove extraneous test....Ludovic Courtès2012-11-131-24/+0
* Remove (guix http) and (guix ftp)....Ludovic Courtès2012-11-131-12/+1
* Add (guix download) and (guix build download)....Ludovic Courtès2012-11-121-0/+12
* Move base32 code to (guix base32)....Ludovic Courtès2012-11-114-58/+95
* tests: Choose a less expensive test for packages....Ludovic Courtès2012-11-091-13/+9
* derivations: build-expression->derivation: Builder only refers to sources....Ludovic Courtès2012-11-091-0/+34
* derivations: Add tests relative to fixed-output derivations....Ludovic Courtès2012-11-081-2/+83
* guix-download: Error out when the HTTP response code is not 200....Ludovic Courtès2012-11-081-0/+27
* guix-build: Error out when `-S' used for source-less package....Ludovic Courtès2012-11-071-1/+6
* guix-package: Fix handling of the PACKAGE:OUTPUT syntax....Ludovic Courtès2012-11-071-0/+3
* distro: Move bootstrap packages to (distro packages bootstrap)....Ludovic Courtès2012-11-044-14/+6
* Add (guix snix) and the `guix-import' command....Ludovic Courtès2012-11-041-0/+79
* packages: `description' → `synopsis', `long-description' → `description'....Ludovic Courtès2012-11-041-1/+1
* utils: Add `package-name->name+version'....Ludovic Courtès2012-11-041-0/+18
* tests: Run without substitutes....Ludovic Courtès2012-11-023-0/+11
* Add a preliminary `guix-package' command-line tool....Ludovic Courtès2012-11-011-0/+43
* store: Add `store-path-package-name'....Ludovic Courtès2012-11-011-0/+7
* build: Add unit test for the `guix-build' command....Ludovic Courtès2012-11-011-0/+47
* Add (guix build union)....Ludovic Courtès2012-10-291-0/+103
* tests: Use our own bootstrap tools....Ludovic Courtès2012-10-283-15/+18
* derivations: Pass the derivation of guile-for-build to `imported-files' & co....Ludovic Courtès2012-10-251-0/+7
* store: Add `query-path-hash'....Ludovic Courtès2012-10-241-2/+3
* derivations: Compile the #:modules passed to `build-expression->derivation'....Ludovic Courtès2012-10-241-0/+17
* packages: Add support for system-dependent inputs....Ludovic Courtès2012-10-211-0/+19
* utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès2012-10-161-0/+34
* tests: Use bootstrap and Nixpkgs inputs to be less costly....Ludovic Courtès2012-10-072-9/+40
* distro: Rename (distro ...) to (distro packages ...)....Ludovic Courtès2012-09-261-1/+1
* Add (guix build-system trivial)....Ludovic Courtès2012-09-101-1/+19
* define-record-type*: Add the `inherit' syntactic constructor keyword....Ludovic Courtès2012-08-301-0/+30