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
..
2018-03-22 11:43:30 +01:00
2017-11-05 15:29:52 +01:00
2018-05-11 00:15:59 +02:00
2017-05-14 18:56:32 -05:00
2017-09-23 21:07:27 +01:00
2016-12-21 20:45:34 +01:00
2018-05-02 15:11:13 +03:00
2017-07-18 20:16:03 +08:00
2017-11-05 15:21:53 +01:00