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-248-gfb72942


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-248-gfb72942
Date: Thu, 22 May 2014 21:24:36 +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  fb729425dcd80b8ef34c075867d2f204bc4d55cb (commit)
       via  1e77fedb46af3c131b46da7ced55f7078d0d0e5f (commit)
       via  c9384945984c393ef1a15efb5c07e272a27a2215 (commit)
       via  f19c6e5fe79c8bbd3c9ea25cd0380681bd99ce13 (commit)
       via  c4a74364b9ddb5c34bce788d453f93aa307731dd (commit)
       via  3035b50f28c1bcbc0a2bb09457a69ea9c06d69e0 (commit)
      from  ca143f13791e65a6469426523d1a1a75cc4295de (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 fb729425dcd80b8ef34c075867d2f204bc4d55cb
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 22 23:22:15 2014 +0200

    guix system: Add 'disk-image' action.
    
    * guix/scripts/system.scm (show-help): Add 'disk-image'.
      (guix-system)[parse-options]: Support 'disk-image' action.
      [option-arguments]: Likewise.
      Handle the 'disk-image' action.
    * doc/guix.texi (Invoking guix system): Document 'disk-image'.

commit 1e77fedb46af3c131b46da7ced55f7078d0d0e5f
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 22 23:12:36 2014 +0200

    vm: Add 'system-disk-image'.
    
    * gnu/system/vm.scm (system-disk-image): New procedure.

commit c9384945984c393ef1a15efb5c07e272a27a2215
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 22 23:20:12 2014 +0200

    Add (gnu) module.
    
    * gnu.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
    * build-aux/hydra/demo-os.scm: Use (gnu) and strip import list
      accordingly.
    * doc/guix.texi (Using the Configuration System): Adjust example
      accordingly.

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

    vm: Use a para-virtualized disk when creating an image.
    
    * guix/build/vm.scm (load-in-linux-vm): When MAKE-DISK-IMAGE?, use
      '-drive ...,if=virtio' for better performance.
    * gnu/system/vm.scm (qemu-image): Use /dev/vda instead of /dev/sda.

commit c4a74364b9ddb5c34bce788d453f93aa307731dd
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 22 22:30:13 2014 +0200

    vm: Make the image format a parameter.
    
    * guix/build/vm.scm (load-in-linux-vm): Add #:disk-image-format
      parameter; add 'image-file' variable.  Honor DISK-IMAGE-FORMAT.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
      #:disk-image-format parameter, and honor it.
      (qemu-image): Likewise.

commit 3035b50f28c1bcbc0a2bb09457a69ea9c06d69e0
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 22 21:57:39 2014 +0200

    linux-initrd: Build /dev/loop* nodes.
    
    * guix/build/linux-initrd.scm (make-essential-device-nodes): Build
      /dev/loop[0-7].

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

Summary of changes:
 build-aux/hydra/demo-os.scm |   11 ++-----
 doc/guix.texi               |   23 +++++++++++++---
 gnu-system.am               |    1 +
 guix.scm => gnu.scm         |   34 ++++++++++++++----------
 gnu/system/vm.scm           |   60 ++++++++++++++++++++++++++++++++++++------
 guix/build/linux-initrd.scm |    8 +++++
 guix/build/vm.scm           |   11 +++++--
 guix/scripts/system.scm     |   12 ++++++--
 8 files changed, 118 insertions(+), 42 deletions(-)
 copy guix.scm => gnu.scm (58%)


hooks/post-receive
-- 
guix source archive



reply via email to

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