guix/guix/scripts
Ludovic Courtès 6892f0a247
store-copy: 'read-reference-graph' returns a list of records.
The previous implementation of 'read-reference-graph' was good enough
for many use cases, but it discarded the graph structure, which is
useful information in some cases.

* guix/build/store-copy.scm (<store-info>): New record type.
(read-reference-graph): Rewrite to return a list of <store-info>.
(closure-size, populate-store): Adjust accordingly.
* gnu/services/base.scm (references-file): Adjust accordingly.
* gnu/system/vm.scm (system-docker-image): Likewise.
* guix/scripts/pack.scm (squashfs-image, docker-image): Likewise.
* tests/gexp.scm ("gexp->derivation #:references-graphs"): Likewise.
2018-06-14 11:16:58 +02:00
..
container ui: Rename '_' to 'G_'. 2017-05-03 16:16:17 +02:00
import import: elpa: Add recursive import. 2018-06-08 14:58:33 +03:00
system guix system: search: Display all provision names as 'shepherdnames'. 2018-05-01 23:29:03 +02:00
archive.scm scripts: All commands enable build hooks by default. 2017-12-07 23:12:37 +01:00
authenticate.scm ui: Rename '_' to 'G_'. 2017-05-03 16:16:17 +02:00
build.scm guix build: Nicely report unbound variables with hints. 2018-05-04 15:07:08 +02:00
challenge.scm scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'. 2017-10-28 09:45:53 +02:00
container.scm ui: Rename '_' to 'G_'. 2017-05-03 16:16:17 +02:00
copy.scm scripts: All commands enable build hooks by default. 2017-12-07 23:12:37 +01:00
download.scm Add (guix progress). 2017-10-19 23:21:49 +02:00
edit.scm ui: Rename '_' to 'G_'. 2017-05-03 16:16:17 +02:00
environment.scm guix environment: load manifest files like "guix package" does 2018-03-27 23:26:15 +02:00
gc.scm guix gc: Add '--derivers'. 2018-03-27 14:51:44 +02:00
graph.scm graph: Add "module" node type. 2018-03-27 14:51:44 +02:00
hash.scm scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'. 2017-10-28 09:45:53 +02:00
import.scm import: Add JSON importer. 2017-09-28 13:10:11 +02:00
lint.scm packages: Add 'package-patched-vulnerabilities'. 2018-06-09 12:02:28 +02:00
offload.scm offload: Honor the build timeout internally. 2018-06-11 15:19:01 +02:00
pack.scm store-copy: 'read-reference-graph' returns a list of records. 2018-06-14 11:16:58 +02:00
package.scm profiles: Add '%current-profile', 'user-friendly-profile', & co. 2018-06-09 12:02:28 +02:00
perform-download.scm derivations: Introduce 'read-derivation-from-file'. 2017-06-12 17:53:51 +02:00
publish.scm publish: Restore gzip compression in cache-less mode. 2018-01-22 11:15:50 +01:00
pull.scm pull: Add '--list-generations'. 2018-06-13 23:41:21 +02:00
refresh.scm refresh: Account for hidden packages. 2017-11-07 00:12:10 +01:00
size.scm scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'. 2017-10-28 09:45:53 +02:00
substitute.scm substitute: Make progress message shorter. 2018-06-12 15:23:34 +02:00
system.scm pull: Install the new Guix in a profile. 2018-06-09 12:02:27 +02:00
weather.scm weather: Fix type error when reporting CI stats. 2018-04-30 23:41:21 +02:00