Ludovic Courtès
b1edfbc37f
pack: Add '--format' option and Docker output support.
* guix/docker.scm: Remove dependency on (guix store) and (guix utils).
Use (guix build store-copy). Load (json) lazily.
(build-docker-image): Remove #:system. Add #:closure, #:compressor, and
'image' parameters. Use 'uname' to determine the architecture. Remove
use of 'call-with-temporary-directory'. Use 'read-reference-graph' to
compute ITEMS. Honor #:compressor.
* guix/scripts/pack.scm (docker-image): New procedure.
(%default-options): Add 'format'.
(%formats): New variable.
(%options, show-help): Add '--format'.
(guix-pack): Honor '--format'.
* guix/scripts/archive.scm: Remove '--format' option. This reverts
commits 1545a012cb7cd78e25ed99ecee26df457be590e9,
01445711db6771cea6122859c3f717f130359f55, and
03476a23ff2d4175b7d3c808726178f764359bec.
* doc/guix.texi (Invoking guix pack): Document '--format'.
(Invoking guix archive): Remove documentation of '--format'.
2017-03-16 22:50:15 +01:00
..
2017-01-25 14:27:31 +01:00
2017-02-14 08:38:45 +01:00
2017-03-16 22:50:15 +01:00
2017-03-16 22:50:14 +01:00
2017-01-28 18:55:20 +01:00
2017-01-14 00:57:51 +01:00
2015-11-01 18:20:04 -05:00
2017-01-26 11:26:24 +01:00
2017-03-16 22:50:14 +01:00
2016-08-19 17:34:37 +02:00
2017-02-07 00:08:10 +01:00
2016-07-16 14:41:39 +02:00
2017-01-28 18:55:20 +01:00
2017-03-16 22:50:14 +01:00
2017-02-09 19:36:08 +01:00
2017-01-31 23:51:09 +01:00
2016-12-31 01:44:04 +01:00
2017-03-16 22:50:15 +01:00
2017-01-11 11:58:21 +01:00
2017-01-11 23:01:54 +01:00
2016-12-04 22:32:26 +01:00
2017-03-12 19:39:32 +01:00
2017-02-09 19:36:08 +01:00
2016-07-29 22:32:04 +02:00
2016-11-12 13:04:45 +01:00
2016-12-05 23:19:37 +01:00