guix/guix/scripts
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 1545a012cb,
01445711db, and
03476a23ff.
* doc/guix.texi (Invoking guix pack): Document '--format'.
(Invoking guix archive): Remove documentation of '--format'.
2017-03-16 22:50:15 +01:00
..
container container: Pass through TERM when calling exec. 2017-01-25 14:27:31 +01:00
import import: stackage: Avoid using (guix ui) in importer code. 2017-02-14 08:38:45 +01:00
archive.scm pack: Add '--format' option and Docker output support. 2017-03-16 22:50:15 +01:00
authenticate.scm utils: Move base16 procedures to (guix base16). 2017-03-16 22:50:14 +01:00
build.scm Add (guix memoization). 2017-01-28 18:55:20 +01:00
challenge.scm challenge: Add '--verbose'. 2017-01-14 00:57:51 +01:00
container.scm scripts: Add 'container' subcommand. 2015-11-01 18:20:04 -05:00
copy.scm copy: Use userauth-public-key/auto! for ssh authentification. 2017-01-26 11:26:24 +01:00
download.scm utils: Move base16 procedures to (guix base16). 2017-03-16 22:50:14 +01:00
edit.scm edit: Do not honor 'GUIX_BUILD_OPTIONS'. 2016-08-19 17:34:37 +02:00
environment.scm file-systems: Add '%network-configuration-files' and '%network-file-mappings'. 2017-02-07 00:08:10 +01:00
gc.scm guix gc: Display of saved space for garbage collection. 2016-07-16 14:41:39 +02:00
graph.scm Use 'mlambda' instead of 'memoize'. 2017-01-28 18:55:20 +01:00
hash.scm utils: Move base16 procedures to (guix base16). 2017-03-16 22:50:14 +01:00
import.scm import: Add stackage importer and updater. 2017-02-09 19:36:08 +01:00
lint.scm lint: Use the "@" syntax for versioned packages in warnings. 2017-01-31 23:51:09 +01:00
offload.scm Add (guix ssh) module. 2016-12-31 01:44:04 +01:00
pack.scm pack: Add '--format' option and Docker output support. 2017-03-16 22:50:15 +01:00
package.scm guix package: Fix version and output for 'guix package -i /gnu/store/…'. 2017-01-11 11:58:21 +01:00
perform-download.scm perform-download: Add backward-compatible case. 2017-01-11 23:01:54 +01:00
publish.scm publish: Factorize 'content-length' addition. 2016-12-04 22:32:26 +01:00
pull.scm pull: Default to HTTPS. 2017-03-12 19:39:32 +01:00
refresh.scm import: Add stackage importer and updater. 2017-02-09 19:36:08 +01:00
size.scm size: Fix corner case with multiple items on the command line. 2016-07-29 22:32:04 +02:00
substitute.scm substitute: Disable HTTPS certificate verification. 2016-11-12 13:04:45 +01:00
system.scm guix system: If the new system generation already exists, overwrite it. 2016-12-05 23:19:37 +01:00