guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, master, updated. v0.6-195-g5ce3def


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-195-g5ce3def
Date: Thu, 15 May 2014 21:50:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  5ce3defed18c204989dceed64d3434ed9f3f1a92 (commit)
       via  150e20ddde726abdfe77fa666351738cccb06281 (commit)
       via  c336a66fe825e062052f0812cc729c5b04411117 (commit)
      from  2717a89a84f9af72f1e0d32d96e192ea088a5124 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5ce3defed18c204989dceed64d3434ed9f3f1a92
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 15 23:37:46 2014 +0200

    system: Add (guix build install) module.
    
    * guix/build/vm.scm (install-grub, evaluate-populate-directive,
      reset-timestamps, register-closure): Move to...
    * guix/build/install.scm: ... here.  New file.
    * Makefile.am (MODULES): Add it.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add (guix
      build install) to #:modules.

commit 150e20ddde726abdfe77fa666351738cccb06281
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 15 22:55:14 2014 +0200

    vm: Support initialization of the store DB when the store is shared.
    
    * gnu/system/vm.scm (qemu-image): Rename #:inputs-to-copy to #:inputs,
      and #:initialize-store? to #:register-closures?.  Add #:copy-inputs?.
      Adjust build gexp accordingly.
      (system-qemu-image): Remove #:initialize-store? argument and add
      #:copy-inputs?.
      (system-qemu-image/shared-store): Add #:inputs, #:register-closures?,
      and #:copy-inputs? arguments.
    * guix/build/vm.scm (register-closure): New procedure.
      (MS_BIND): New variable.
      (initialize-hard-disk): Rename #:initialize-store? to
      #:register-closures?, #:closures-to-copy to #:closures, and add
      #:copy-closures?.
      Add 'target-directory' and 'target-store' variables.
      Call 'populate-store' only when COPY-CLOSURES?.
      Bind-mount the store to TARGET-STORE when REGISTER-CLOSURES? and not
      COPY-CLOSURES?.  Add call to 'register-closure'.

commit c336a66fe825e062052f0812cc729c5b04411117
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 15 22:47:53 2014 +0200

    build: Remove fusectl from the default file systems in the demo OS.
    
    * build-aux/hydra/demo-os.scm (file-systems): Comment out
      %FUSE-CONTROL-FILE-SYSTEM, since fuse.ko is missing by default in the
      freestanding VM image.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                 |    1 +
 build-aux/hydra/demo-os.scm |    2 +-
 gnu/system/vm.scm           |   45 +++++++++++---------
 guix/build/install.scm      |   82 +++++++++++++++++++++++++++++++++++++
 guix/build/vm.scm           |   94 ++++++++++++++++++------------------------
 5 files changed, 149 insertions(+), 75 deletions(-)
 create mode 100644 guix/build/install.scm


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]