civodul pushed a change to branch master
in repository guix.

      from  2ab321c   gnu: [email protected]: Add support for aarch64-linux.
       new  6ef61cc   daemon: Support multiplexed build output.
       new  f9a8fce   status: Build upon multiplexed build output.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 guix/scripts/build.scm          |   3 +
 guix/scripts/environment.scm    |   1 +
 guix/scripts/pack.scm           |   1 +
 guix/scripts/package.scm        |   3 +-
 guix/scripts/pull.scm           |   1 +
 guix/scripts/system.scm         |   1 +
 guix/status.scm                 | 169 ++++++++++++++++++++++++++++++----------
 guix/store.scm                  |  15 +++-
 nix/libstore/build.cc           |  25 ++++--
 nix/libstore/globals.cc         |   2 +
 nix/libstore/globals.hh         |   9 ++-
 nix/libstore/worker-protocol.hh |   2 +-
 nix/nix-daemon/nix-daemon.cc    |   2 +-
 tests/status.scm                |  51 +++++++++++-
 tests/store.scm                 |  63 +++++++++++++++
 15 files changed, 292 insertions(+), 56 deletions(-)

Reply via email to