Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pack: Move absolute file name to <compressor>. | Ludovic Courtès | 2017-03-17 |
| | | | | | | | | | | * guix/scripts/pack.scm (<compressor>)[package]: Remove. [command]: Document as being a gexp with an absolute file name. (%compressors): Adjust accordingly. (self-contained-tarball): Simplify PATH expression. Move 'string-join' for the compressor command on the build side. (docker-image): Simplify PATH expression. * tests/pack.scm (%gzip-compressor): Adjust accordingly. | ||
* | pack: Add unit test. | Ludovic Courtès | 2017-03-14 |
* guix/scripts/pack.scm (self-contained-tarball): Add #:tar option. [build](tar-supports-sort?): New variable. Use it. * tests/pack.scm: New file. * Makefile.am (SCM_TESTS): Add it. |