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.5-197-g1c22151


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-197-g1c22151
Date: Sat, 01 Feb 2014 01:32:15 +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  1c2215108b4f0cd849da08cd8d2896680958d8c8 (commit)
       via  53bd729e8cb834fd8d907c58dd54698f71298744 (commit)
       via  c04c6ff64c1dd3f9cbd1d32763d46b480e56eb59 (commit)
       via  e420308f292cc55bbc21d0907a3a02779b4527e1 (commit)
       via  fd3bfc44ff65e166d1c515721c7870391dceb799 (commit)
       via  44ddf33ed5b86fd79921aba5572a82c2a940808c (commit)
       via  70b33d81cfe4f2192a2167a82e55aabc4401c8a6 (commit)
       via  4919d68432c69d386300053b0de178f9efb0334f (commit)
       via  217b862f0e8dfac18874f9c6ec8cafdb2471b4fb (commit)
      from  fc4bc4b6debecf9acc7e86ecb519c03b5b598bc4 (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 1c2215108b4f0cd849da08cd8d2896680958d8c8
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 1 02:22:23 2014 +0100

    gnu: linux-initrd: Build /dev/input devices.
    
    * guix/build/linux-initrd.scm (make-essential-device-nodes): Make
      dev/input devices.

commit 53bd729e8cb834fd8d907c58dd54698f71298744
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 1 01:58:37 2014 +0100

    gnu: Add preliminary Xorg service.
    
    * gnu/system/dmd.scm (xorg-service): New procedure.

commit c04c6ff64c1dd3f9cbd1d32763d46b480e56eb59
Author: Ludovic Courtès <address@hidden>
Date:   Sat Feb 1 01:07:14 2014 +0100

    gnu: linux-initrd: Make /dev/{mem,kmem}.
    
    * guix/build/linux-initrd.scm (make-essential-device-nodes): Make
      dev/{mem,kmem}.

commit e420308f292cc55bbc21d0907a3a02779b4527e1
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 31 18:22:04 2014 +0100

    gnu: xorg-server: Use /var as $localstatedir.
    
    * gnu/packages/xorg.scm (xorg-server): Pass --localstatedir=/var.  In
      'configure' phase, patch 'hw/xfree86/Makefile.in'.

commit fd3bfc44ff65e166d1c515721c7870391dceb799
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 31 14:36:48 2014 +0100

    gnu: vm: Add support for running a VM that shares its store with the host.
    
    * gnu/system/vm.scm (qemu-image): Check whether GUIX is #f.
      (operating-system-build-gid, operating-system-default-contents): New
      procedures.
      (system-qemu-image): Use 'operating-system-build-gid'.
      (system-qemu-image/shared-store,
      system-qemu-image/shared-store-script): New procedures.
    * gnu/system.scm: Add missing exports.

commit 44ddf33ed5b86fd79921aba5572a82c2a940808c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 31 14:26:30 2014 +0100

    gnu: linux-initrd: Allow the root file system to be volatile.
    
    * gnu/system/linux-initrd.scm (qemu-initrd): Add 'volatile-root?'
      parameter.
    * guix/build/linux-initrd.scm (boot-system): Likewise.  Honor it.

commit 70b33d81cfe4f2192a2167a82e55aabc4401c8a6
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 31 14:23:54 2014 +0100

    gnu: linux: Really build 9p/virtio modules.
    
    * gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
      CONFIG_9P_FS.

commit 4919d68432c69d386300053b0de178f9efb0334f
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 31 12:21:10 2014 +0100

    gnu: linux-initrd: Recognize 9p file systems.
    
    * gnu/system/linux-initrd.scm (qemu-initrd)[virtio-9p-modules]: New
      variable.
      [linux-modules]: Append VIRTIO-9P-MODULES when a 9p file system is in
      MOUNTS.
    * guix/build/linux-initrd.scm (mount-qemu-9p): New procedure.
      (boot-system): Recognize '9p' in MOUNTS, and use 'mount-qemu-9p'.

commit 217b862f0e8dfac18874f9c6ec8cafdb2471b4fb
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 31 12:01:23 2014 +0100

    gnu: linux-initrd: Match kernel module file names exactly.
    
    * gnu/system/linux-initrd.scm (expression->initrd)[string->regexp]: New
      procedure.  Use it in the call to 'find-files'.

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

Summary of changes:
 gnu/packages/linux.scm      |    2 +
 gnu/packages/xorg.scm       |   11 ++++-
 gnu/system.scm              |   10 ++++
 gnu/system/dmd.scm          |   95 ++++++++++++++++++++++++++++++++-
 gnu/system/linux-initrd.scm |   32 +++++++++--
 gnu/system/vm.scm           |  125 +++++++++++++++++++++++++++++++++++--------
 guix/build/linux-initrd.scm |   64 ++++++++++++++++++++--
 7 files changed, 305 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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