summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-27guix package: '--delete-generations' deletes generations older than specified.Ludovic Courtès
2013-09-27tests: Fix typo.Ludovic Courtès
2013-09-27build-system/trivial: Take the 'source' field into account.Ludovic Courtès
2013-09-26guix package: Add '--delete-generations'.Nikita Karetnikov
2013-09-25guix package: Show which generation is the current one.Nikita Karetnikov
2013-09-25tests: Use 'test -z' to check that a string equals zero.Nikita Karetnikov
2013-09-25guix package: Do not list the zeroth generation.Nikita Karetnikov
2013-09-25guix package: Exit with 1 when a generation cannot be listed.Nikita Karetnikov
2013-09-23guix-register: Expect closures to refer to the original store.Ludovic Courtès
2013-09-23Add 'guix-register'.Ludovic Courtès
2013-09-19guix package: Add '--list-generations'.Nikita Karetnikov
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-09-18tests: Clarify filtering of the "debug" output.Ludovic Courtès
2013-09-17derivations: Keep the .drv file name in <derivation> objects.Ludovic Courtès
2013-09-11store: The 'references' parameter of 'add-text-to-store' is now optional.Ludovic Courtès
2013-09-02union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès
2013-08-28derivations: Rename #:dependency-graphs to #:references-graphs.Ludovic Courtès
2013-08-26derivations: Add #:dependency-graphs to `build-expression->derivation'.Ludovic Courtès
2013-08-26derivations: Add #:dependency-graphs `derivation' parameter.Ludovic Courtès
2013-08-26derivations: Move 3 positional parameters into keyword parameters.Ludovic Courtès
2013-08-24packages: Allow file names as package sources.Ludovic Courtès
2013-08-23utils: Add `guile-version>?', and use it.Ludovic Courtès
2013-08-22substitute-binary: Try hard to avoid port buffering.Ludovic Courtès
2013-07-10records: `recutils->alist' recognizes lines starting with a `+'.Ludovic Courtès
2013-07-10records: `alist->record' supports multiple-field occurrences.Ludovic Courtès
2013-07-10records: `recutils->alist' recognizes comments.Ludovic Courtès
2013-07-10records: Add `recutils->alist' for public consumption.Ludovic Courtès
2013-07-10tests: Fix guix-package.sh in the presence of multiple-output `make'.Ludovic Courtès
2013-07-08tests: Adjust `package-field-location' test for Guile <= 2.0.6.Ludovic Courtès
2013-07-02hash: Add `open-sha256-port'.Ludovic Courtès
2013-07-01Move `sha256' to (guix hash).Ludovic Courtès
2013-06-13store: Add `requisites'.Ludovic Courtès
2013-05-29store: Test the `fallback?' store option.Ludovic Courtès
2013-05-27packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès
2013-05-24build-system/trivial: Implement the cross-build protocol.Ludovic Courtès
2013-05-24build: Add `--target' option.Ludovic Courtès
2013-05-24packages: Implement `package-cross-derivation'.Ludovic Courtès
2013-05-20Add `--max-silent-time' to `guix build' and `guix package'.Ludovic Courtès
2013-05-15substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès
2013-05-12Move record utilities to (guix records).Ludovic Courtès
2013-05-11tests: Fix out-of-source builds.Ludovic Courtès
2013-05-11tests: Add `guix hash' test.Ludovic Courtès
2013-05-10package: Store the output path of packages installed with `-e'.Ludovic Courtès
2013-04-30Merge branch 'core-updates'Ludovic Courtès
2013-04-29substitute-binary: Support decompression from non-file ports.Ludovic Courtès
2013-04-28guix package: Add `--search-paths' & co.Ludovic Courtès
2013-04-28utils: Add `string-tokenize*'.Ludovic Courtès
2013-04-26Merge branch 'master' into core-updatesLudovic Courtès
2013-04-25packages: Use `read' and source properties for `package-field-location'.Ludovic Courtès
2013-04-22packages: Add `package-field-location'.Ludovic Courtès