summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* union: Delete duplicates when passed the same input several times....Ludovic Courtès2013-02-061-3/+4
* guix-package: Test installation of packages by name....Ludovic Courtès2013-02-061-6/+4
* store: Add substitute-related procedures....Ludovic Courtès2013-02-041-1/+14
* tests: Fix thinko in `derivation' test....Ludovic Courtès2013-02-041-4/+4
* Augment `.dir-locals.el'....Ludovic Courtès2013-02-019-40/+0
* guix-package: Report `--search' matches in recutils format....Ludovic Courtès2013-02-012-1/+71
* guix-package: Gracefully report non-existing outputs....Ludovic Courtès2013-02-011-1/+9
* store: Remove the `fixed?' parameter from `add-to-store'....Ludovic Courtès2013-01-301-4/+4
* guix-package: Add '--search'....Nikita Karetnikov2013-01-281-0/+5
* guix-package: Always use the next number for new generations....Ludovic Courtès2013-01-271-8/+12
* guix-package: When rolling back to nothingness, point to the empty profile....Ludovic Courtès2013-01-271-6/+17
* packages: Mark the `inputs' field of <package> as thunked....Ludovic Courtès2013-01-241-3/+2
* guix-package: Error out when passed a non-option argument....Ludovic Courtès2013-01-241-0/+3
* define-record-type*: Add the `thunked' field definition keyword....Ludovic Courtès2013-01-231-1/+50
* guix-package: Fix `--roll-back' when `--profile' is not passed....Ludovic Courtès2013-01-221-0/+14
* guix-build: Allow version-qualified package names....Ludovic Courtès2013-01-221-1/+9
* packages: Have `package-derivation' return a <derivation> as a second value....Ludovic Courtès2013-01-201-2/+9
* distro: Rename (distro) to (gnu packages)....Ludovic Courtès2013-01-182-2/+2
* distro: Change the module name space to (gnu ...)....Ludovic Courtès2013-01-188-15/+15
* guix-package: Allow `--roll-back' to skip missing generations....Ludovic Courtès2013-01-171-0/+6
* guix-package: Add `--roll-back'....Ludovic Courtès2013-01-171-4/+35
* guix-package: Create or diagnose missing profile directory....Ludovic Courtès2013-01-141-3/+16
* tests: Use "binutils:lib" as the `guix-package' example....Ludovic Courtès2013-01-141-1/+1
* Merge branch 'core-updates'...Ludovic Courtès2013-01-112-18/+28
|\
| * Merge branch 'master' into core-updates...Ludovic Courtès2013-01-0614-79/+136
| |\
| * | tests: Adjust to not rely on /bin/sh....Ludovic Courtès2013-01-022-20/+30
* | | union: Detect collisions, and delete duplicate leaves....Ludovic Courtès2013-01-091-1/+20
* | | derivations: Fix `derivation-prerequisites-to-build' when outputs are there....Ludovic Courtès2013-01-091-0/+38
* | | guix-package: Remove `-b' shorthand for `--bootstrap'....Ludovic Courtès2013-01-071-6/+6
* | | snix: Update `license' check in unit test....Ludovic Courtès2013-01-071-2/+2
| |/ |/|
* | Update license headers....Ludovic Courtès2013-01-0614-84/+84
* | Add `guix-gc'....Ludovic Courtès2013-01-061-0/+54
* | derivations: Add `derivation-path->output-paths'....Ludovic Courtès2013-01-051-2/+5
|/
* 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