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-183-gf914963


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-183-gf914963
Date: Wed, 29 Jan 2014 23:05:55 +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  f914963e47baa70ea931c04b7ca348884a41786e (commit)
       via  7b99ba4acdbce6d0b134a8bd8eb555d00edeb0a5 (commit)
       via  a85cb4864382e0e97fca86589ff94af5d3fcb679 (commit)
       via  610b5cd8a11b075aae7fc179e232b6133ae863a4 (commit)
       via  d4254711821f7df93e33aa4a3f6484b901c7b5e3 (commit)
       via  735c6dd7faec036adbfa44d927c823ffa9ea1243 (commit)
       via  413d5351aa3dd3e122f807cb944405c156d254e3 (commit)
      from  b0dd47a8d0c39dabf6d23aa24bf6a4ae650bd006 (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 f914963e47baa70ea931c04b7ca348884a41786e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 29 23:42:36 2014 +0100

    gnu: linux-libre: Build virtio modules.
    
    * gnu/packages/linux.scm (linux-libre): Build modules matching
      CONFIG.*VIRTIO.

commit 7b99ba4acdbce6d0b134a8bd8eb555d00edeb0a5
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 29 23:34:47 2014 +0100

    gnu: linux-libre: Upgrade to 3.13.
    
    * gnu/packages/linux.scm (linux-libre): Upgrade to 3.13.

commit a85cb4864382e0e97fca86589ff94af5d3fcb679
Author: Sree Harsha Totakura <address@hidden>
Date:   Wed Jan 29 13:59:11 2014 +0100

    gnu: gnunet: Add gnurl 7.34.0.
    
    * gnu/packages/gnunet.scm (gnurl): New variable. Thanks to Zerwas for
      the initial recipe.
    
    Co-authored-by: Ludovic Courtès <address@hidden>
    Signed-off-by: Ludovic Courtès <address@hidden>

commit 610b5cd8a11b075aae7fc179e232b6133ae863a4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 29 22:37:53 2014 +0100

    gnu: libgcrypt: Upgrade to 1.6.1.
    
    * gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.1.

commit d4254711821f7df93e33aa4a3f6484b901c7b5e3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 29 21:57:56 2014 +0100

    gnu: linux-initrd: Factorize boot code.
    
    * guix/build/linux-initrd.scm (boot-system): New procedure.
    * gnu/system/linux-initrd.scm (qemu-initrd): Add keyword parameters
      'guile-modules-in-chroot?' and 'mounts'.  Change builder to simply
      call 'boot-system'.
      (gnu-system-initrd): Change to a simple call to 'qemu-initrd'.
    * gnu/system/vm.scm (expression->derivation-in-linux-vm): Call
      'qemu-initrd' with #:guile-modules-in-chroot?.

commit 735c6dd7faec036adbfa44d927c823ffa9ea1243
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 29 13:04:00 2014 +0100

    gnu: Lower initrd makers from packages to monadic procedures.
    
    * gnu/packages/linux-initrd.scm: Remove.
    * gnu/system/linux-initrd.scm: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
    * gnu/system.scm (<operating-system>): Change default 'initrd' value
      to (gnu-system-initrd).
      (operating-system-derivation): Bind 'operating-system-initrd'.  Pass
      'menu-entry' an initrd file name instead of a package.
    * gnu/system/grub.scm (grub-configuration-file): Expect 'initrd' to be
      file name.

commit 413d5351aa3dd3e122f807cb944405c156d254e3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jan 29 13:04:48 2014 +0100

    monads: Add 'imported-modules' and 'compiled-modules'.
    
    * guix/monads.scm (package-file): Fix typo.
      (imported-modules, compiled-modules): New procedures.

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

Summary of changes:
 gnu-system.am                 |    2 +-
 gnu/packages/gnunet.scm       |   61 ++++++
 gnu/packages/gnupg.scm        |    4 +-
 gnu/packages/linux-initrd.scm |  411 -----------------------------------------
 gnu/packages/linux.scm        |   10 +-
 gnu/system.scm                |   15 +-
 gnu/system/grub.scm           |    7 +-
 gnu/system/linux-initrd.scm   |  228 +++++++++++++++++++++++
 gnu/system/vm.scm             |   17 +-
 guix/build/linux-initrd.scm   |  121 ++++++++++++-
 guix/monads.scm               |   14 +-
 11 files changed, 450 insertions(+), 440 deletions(-)
 delete mode 100644 gnu/packages/linux-initrd.scm
 create mode 100644 gnu/system/linux-initrd.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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