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-473-gf33e2d7


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-473-gf33e2d7
Date: Tue, 01 Jul 2014 07:23:42 +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  f33e2d78b76c84132548d14dd2878e3526ac3d8c (commit)
       via  060238ae64dff916a95e4f55fb3eec542d5dc8a7 (commit)
       via  4fc96187b926f757980d433d417cafe74dcf6b12 (commit)
       via  24e0160a4a319a849a9d48da52883a1979df76f9 (commit)
      from  cafc3f5ad76b534662ced753f7f2f07841da6bf4 (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 f33e2d78b76c84132548d14dd2878e3526ac3d8c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 30 22:33:48 2014 +0200

    services: Add lshd service.
    
    * gnu/services/ssh.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add it.

commit 060238ae64dff916a95e4f55fb3eec542d5dc8a7
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 30 20:56:45 2014 +0200

    linux-initrd: Rename 'qemu-initrd' to 'base-initrd'.
    
    * gnu/system/linux-initrd.scm (qemu-initrd): Rename to...
      (base-initrd): ... this.
    * gnu/system.scm (<operating-system>)[initrd]: Update accordingly.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm,
      system-disk-image, virtualized-operating-system): Likewise.

commit 4fc96187b926f757980d433d417cafe74dcf6b12
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 30 20:52:38 2014 +0200

    linux-initrd: Disable QEMU networking by default.
    
    * gnu/system/linux-initrd.scm (qemu-initrd): Remove default value for
      #:qemu-networking?.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
      #:qemu-networking? #t.
      (system-disk-image): Remove #:qemu-networking? #f.
      (virtualized-operating-system): Pass #:qemu-networking? #t.

commit 24e0160a4a319a849a9d48da52883a1979df76f9
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 30 06:49:38 2014 +0200

    linux-initrd: Make the virtio kernel modules optional.
    
    * gnu/system/linux-initrd.scm (qemu-initrd): Add #:virtio? parameter.
      Use it.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
      'qemu-initrd' #:virtio?.
      (virtualized-operating-system): Likewise.

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

Summary of changes:
 gnu-system.am               |    1 +
 gnu/services/ssh.scm        |  140 +++++++++++++++++++++++++++++++++++++++++++
 gnu/system.scm              |    2 +-
 gnu/system/linux-initrd.scm |   33 ++++++----
 gnu/system/vm.scm           |   14 +++--
 5 files changed, 171 insertions(+), 19 deletions(-)
 create mode 100644 gnu/services/ssh.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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