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.3-114-g93d44bd


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-114-g93d44bd
Date: Sat, 31 Aug 2013 21:02:25 +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  93d44bd8decac576a5cd0bcd8356e6fcf6083ee5 (commit)
       via  4c0f0673b2334077ac11f3d835d045c81d9854e0 (commit)
       via  ca85d7bcc6dca82bea176052d0a2615cd9bd3074 (commit)
       via  b48d21b24634399b41f6d5144691b58c159d72e2 (commit)
       via  89bf140b10ae24755bf9d2b789b945d29ff11937 (commit)
      from  1aebc0cb2c8bb195457e321153f6d0868bbd7633 (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 93d44bd8decac576a5cd0bcd8356e6fcf6083ee5
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 31 23:01:56 2013 +0200

    gnu: vm: `qemu-image' can copy store closures into the target image.
    
    * gnu/system/vm.scm (qemu-image): Add #:inputs-to-copy and
      #:boot-expression parameters.  Honor them.  Append INPUTS-TO-COPY to
      the #:inputs argument for `expression->derivation-in-linux-vm'.
      (example2): Add #:boot-expression and #:inputs-to-copy arguments.

commit 4c0f0673b2334077ac11f3d835d045c81d9854e0
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 31 22:56:16 2013 +0200

    gnu: `expression->derivation-in-linux-vm' accepts files as inputs.
    
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Accept items
      in INPUTS that refer to a file instead of a package.

commit ca85d7bcc6dca82bea176052d0a2615cd9bd3074
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 31 22:55:04 2013 +0200

    gnu: `expression->derivation-in-linux-vm' export references graphs.
    
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
      #:reference-graphs parameter.  Honor it.  Delete duplicates in
      #:modules argument.

commit b48d21b24634399b41f6d5144691b58c159d72e2
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 31 22:46:52 2013 +0200

    gnu: linux-initrd: Make device nodes for QEMU's hard disk.
    
    * gnu/packages/linux-initrd.scm (qemu-initrd): Make /dev/vda*.

commit 89bf140b10ae24755bf9d2b789b945d29ff11937
Author: Ludovic Courtès <address@hidden>
Date:   Sat Aug 31 14:52:12 2013 +0200

    gnu: linux-initrd: Make Guile modules accessible in the chroot.
    
    * gnu/packages/linux-initrd.scm (qemu-initrd): Add (guix build utils) to
      #:modules, and use it.  Copy .scm and .go files to /root.
    * guix/build/linux-initrd.scm (bind-mount): New procedure.

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

Summary of changes:
 gnu/packages/linux-initrd.scm |   30 ++++-
 gnu/system/vm.scm             |  256 +++++++++++++++++++++++++++++------------
 guix/build/linux-initrd.scm   |    7 +
 3 files changed, 217 insertions(+), 76 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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