summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the usual top-level files.Ludovic Courtès2012-06-033-0/+684
* First stab at the `derivation' primitive.•••* guix/store.scm (%store-prefix): New parameter. (store-path?, derivation-path?): New procedures. * guix/derivations.scm (write-derivation): Pass SOURCES through `object->string'. (compressed-hash, store-path, output-path, derivation): New procedures. * tests/derivations.scm (%store): New global variable. ("derivation with no inputs"): New test. Ludovic Courtès2012-06-033-9/+161
* Add `bytevector->base16-string'.•••* guix/utils.scm (bytevector->base16-string): New procedure. Ludovic Courtès2012-06-031-0/+38
* Fix `bytevector->nix-base32-string'.•••* guix/utils.scm (bytevector-quintet-ref-right, bytevector-quintet-fold): New procedures. (bytevector-quintet-fold-right): Add `quintet-fold' parameter; use it instead of `bytevector-quintet-fold'. (bytevector->base32-string): Pass BYTEVECTOR-QUINTET-FOLD as the first parameter. (bytevector->nix-base32-string): Pass BYTEVECTOR-QUINTET-FOLD-RIGHT as the first parameter. * tests/utils.scm ("sha256 & bytevector->nix-base32-string"): New test. Ludovic Courtès2012-06-032-9/+77
* Move `sha256' to (guix utils).•••* guix/derivations.scm (sha256): Move to... * guix/utils.scm (sha256): ... here. Ludovic Courtès2012-06-032-7/+14
* store: Raise error conditions upon protocol errors.•••* guix/store.scm (&nix-error, &nix-protocol-error): New SRFI-35 condition types. (process-stderr): Raise an error condition upon protocol errors instead of returning to the caller. This allows the connection to be reused for further interactions. Ludovic Courtès2012-06-021-4/+21
* Add (guix utils), with `bytevector->base32-string'.•••* guix/utils.scm, tests/utils.scm: New files. Ludovic Courtès2012-06-012-0/+153
* Use libchop for cryptographic hashes and related.•••* guix/derivations.scm (sha256): Rewrite using libchop's `bytevector-hash'. (derivation-hash): Add docstring. Ludovic Courtès2012-06-011-24/+7
* Add unit test for derivation parsing and output.•••* guix/derivations.scm: Export `read-derivation' and `write-derivation'. * srfi/srfi-64.scm, srfi/srfi-64.upstream.scm: New files, from libchop. * tests/derivations.scm, tests/test.drv: New files. Ludovic Courtès2012-04-196-1/+1066
* Add `.gitignore'.Ludovic Courtès2012-04-181-0/+5
* Split (guix) in (guix store) and (guix derivations).•••* guix.scm: Move contents to other files. Just aggregate these. * guix/derivations.scm, guix/store.scm: New files. Ludovic Courtès2012-04-183-504/+585
* Initial commit.Ludovic Courtès2012-04-181-0/+525