summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-11-13guix-download: Use code from (guix build download)....Ludovic Courtès
2012-11-13guix-download: Add support for file:// URIs....Ludovic Courtès
2012-11-13guix-download: Gracefully handle invalid URIs....Ludovic Courtès
2012-11-13tests: Make sure to use the bootstrap Guile....Ludovic Courtès
2012-11-13tests: Remove extraneous test....Ludovic Courtès
2012-11-13Remove (guix http) and (guix ftp)....Ludovic Courtès
2012-11-12Add (guix download) and (guix build download)....Ludovic Courtès
2012-11-11Move base32 code to (guix base32)....Ludovic Courtès
2012-11-09tests: Choose a less expensive test for packages....Ludovic Courtès
2012-11-09derivations: build-expression->derivation: Builder only refers to sources....Ludovic Courtès
2012-11-08derivations: Add tests relative to fixed-output derivations....Ludovic Courtès
2012-11-08guix-download: Error out when the HTTP response code is not 200....Ludovic Courtès
2012-11-07guix-build: Error out when `-S' used for source-less package....Ludovic Courtès
2012-11-07guix-package: Fix handling of the PACKAGE:OUTPUT syntax....Ludovic Courtès
2012-11-04distro: Move bootstrap packages to (distro packages bootstrap)....Ludovic Courtès
2012-11-04Add (guix snix) and the `guix-import' command....Ludovic Courtès
2012-11-04packages: `description' → `synopsis', `long-description' → `description'....Ludovic Courtès
2012-11-04utils: Add `package-name->name+version'....Ludovic Courtès
2012-11-02tests: Run without substitutes....Ludovic Courtès
2012-11-01Add a preliminary `guix-package' command-line tool....Ludovic Courtès
2012-11-01store: Add `store-path-package-name'....Ludovic Courtès
2012-11-01build: Add unit test for the `guix-build' command....Ludovic Courtès
2012-10-29Add (guix build union)....Ludovic Courtès
2012-10-28tests: Use our own bootstrap tools....Ludovic Courtès
2012-10-25derivations: Pass the derivation of guile-for-build to `imported-files' & co....Ludovic Courtès
2012-10-24store: Add `query-path-hash'....Ludovic Courtès
2012-10-24derivations: Compile the #:modules passed to `build-expression->derivation'....Ludovic Courtès
2012-10-21packages: Add support for system-dependent inputs....Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès
2012-10-07tests: Use bootstrap and Nixpkgs inputs to be less costly....Ludovic Courtès
2012-09-26distro: Rename (distro ...) to (distro packages ...)....Ludovic Courtès
2012-09-10Add (guix build-system trivial)....Ludovic Courtès
2012-08-30define-record-type*: Add the `inherit' syntactic constructor keyword....Ludovic Courtès
2012-08-14build: Pass $(NIX_INSTANTIATE) to the build and test environments....Ludovic Courtès
2012-07-07Add `package-transitive-inputs'; use it to honor propagated inputs....Ludovic Courtès
2012-07-05Add builder-side utilities for phases, stream editing, & co....Ludovic Courtès
2012-07-03define-record-type*: Add `letrec*' behavior....Ludovic Courtès
2012-07-02derivation: Coalesce multiple occurrences of the same input....Ludovic Courtès
2012-07-02Fix `derivation-hash' for outputs not sorted alphabetically....Ludovic Courtès
2012-07-01Add `derivation-prerequisites' and `derivation-prerequisites-to-build'....Ludovic Courtès
2012-07-01Add the `valid-path?' RPC....Ludovic Courtès
2012-06-30Add (distro) with a package searching facility....Ludovic Courtès
2012-06-28Track the source location of packages....Ludovic Courtès
2012-06-28Add a declarative packaging layer....Ludovic Courtès
2012-06-27Abstract build systems....Ludovic Courtès
2012-06-27Add `define-record-type*'....Ludovic Courtès
2012-06-16build-expression->derivation: Have the build fail when EXP returns #f....Ludovic Courtès
2012-06-13Change `build-expression->derivation' to support sub-derivation inputs....Ludovic Courtès
2012-06-13Add supporting tools for the GNU Build System....Ludovic Courtès
2012-06-12Fix `imported-files' for files with a common prefix....Ludovic Courtès