| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the usual top-level files. | Ludovic Courtès | 2012-06-03 | 3 | -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ès | 2012-06-03 | 3 | -9/+161 |
* | Add `bytevector->base16-string'.•••* guix/utils.scm (bytevector->base16-string): New procedure.
| Ludovic Courtès | 2012-06-03 | 1 | -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ès | 2012-06-03 | 2 | -9/+77 |
* | Move `sha256' to (guix utils).•••* guix/derivations.scm (sha256): Move to...
* guix/utils.scm (sha256): ... here.
| Ludovic Courtès | 2012-06-03 | 2 | -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ès | 2012-06-02 | 1 | -4/+21 |
* | Add (guix utils), with `bytevector->base32-string'.•••* guix/utils.scm, tests/utils.scm: New files.
| Ludovic Courtès | 2012-06-01 | 2 | -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ès | 2012-06-01 | 1 | -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ès | 2012-04-19 | 6 | -1/+1066 |
* | Add `.gitignore'. | Ludovic Courtès | 2012-04-18 | 1 | -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ès | 2012-04-18 | 3 | -504/+585 |
* | Initial commit. | Ludovic Courtès | 2012-04-18 | 1 | -0/+525 |