aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Add preliminary binary substituter.Ludovic Courtès2013-04-03
* store: Add `store-path-hash-part'.Ludovic Courtès2013-04-01
* packages: Remove the default value for `license'.Ludovic Courtès2013-03-07
* guix package: Add `--install-from-expression'.Ludovic Courtès2013-03-01
* guix gc: Add `--references' and `--referrers'.Ludovic Courtès2013-02-27
* store: Add queries for references & co.Ludovic Courtès2013-02-27
* Replace individual scripts with master 'guix' script.Mark H Weaver2013-02-16
* packages: Add `package-output'.Ludovic Courtès2013-02-16
* union: Delete duplicates when passed the same input several times.Ludovic Courtès2013-02-06
* guix-package: Test installation of packages by name.Ludovic Courtès2013-02-06
* store: Add substitute-related procedures.Ludovic Courtès2013-02-04
* tests: Fix thinko in `derivation' test.Ludovic Courtès2013-02-04
* Augment `.dir-locals.el'.Ludovic Courtès2013-02-01
* guix-package: Report `--search' matches in recutils format.Ludovic Courtès2013-02-01
* guix-package: Gracefully report non-existing outputs.Ludovic Courtès2013-02-01
* store: Remove the `fixed?' parameter from `add-to-store'.Ludovic Courtès2013-01-30
* guix-package: Add '--search'.Nikita Karetnikov2013-01-28
* guix-package: Always use the next number for new generations.Ludovic Courtès2013-01-27
* guix-package: When rolling back to nothingness, point to the empty profile.Ludovic Courtès2013-01-27
* packages: Mark the `inputs' field of <package> as thunked.Ludovic Courtès2013-01-24
* guix-package: Error out when passed a non-option argument.Ludovic Courtès2013-01-24
* define-record-type*: Add the `thunked' field definition keyword.Ludovic Courtès2013-01-23
* guix-package: Fix `--roll-back' when `--profile' is not passed.Ludovic Courtès2013-01-22
* guix-build: Allow version-qualified package names.Ludovic Courtès2013-01-22
* packages: Have `package-derivation' return a <derivation> as a second value.Ludovic Courtès2013-01-20
* distro: Rename (distro) to (gnu packages).Ludovic Courtès2013-01-18
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
* guix-package: Allow `--roll-back' to skip missing generations.Ludovic Courtès2013-01-17
* guix-package: Add `--roll-back'.Ludovic Courtès2013-01-17
* guix-package: Create or diagnose missing profile directory.Ludovic Courtès2013-01-14
* tests: Use "binutils:lib" as the `guix-package' example.Ludovic Courtès2013-01-14
* Merge branch 'core-updates'Ludovic Courtès2013-01-11
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
| |\
| * | tests: Adjust to not rely on /bin/sh.Ludovic Courtès2013-01-02
* | | union: Detect collisions, and delete duplicate leaves.Ludovic Courtès2013-01-09
* | | derivations: Fix `derivation-prerequisites-to-build' when outputs are there.Ludovic Courtès2013-01-09
* | | guix-package: Remove `-b' shorthand for `--bootstrap'.Ludovic Courtès2013-01-07
* | | snix: Update `license' check in unit test.Ludovic Courtès2013-01-07
| |/ |/|
* | Update license headers.Ludovic Courtès2013-01-06
* | Add `guix-gc'.Ludovic Courtès2013-01-06
* | derivations: Add `derivation-path->output-paths'.Ludovic Courtès2013-01-05
|/
* Merge branch 'nix-integration'Ludovic Courtès2012-12-13
|\
| * tests: Skip network-dependent tests when the network is unreachable.Ludovic Courtès2012-12-13
| * tests: base32: Work around `system*' bug.Ludovic Courtès2012-12-13
| * Merge branch 'master' into nix-integrationLudovic Courtès2012-12-09
| |\
| * | build: Update skip count in `tests/derivations.scm'.Ludovic Courtès2012-12-06
| * | build: Run all the tests against the just-built daemon.Ludovic Courtès2012-12-06
| * | tests: Remove hard-coded /nix/store.Ludovic Courtès2012-12-05
| * | daemon: Add `list-runtime-roots' script.Ludovic Courtès2012-12-05
| * | daemon: Add test.Ludovic Courtès2012-12-04