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.7-313-gde1c158


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-313-gde1c158
Date: Mon, 22 Sep 2014 09:20:57 +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  de1c158f32e1d4060daa600a62b68fe22b613424 (commit)
       via  e2b464b7f444743aed5ffc6d9191749c21a0d159 (commit)
       via  5f36ea03ad17dc0b04cd170fb4eba3e09f916de7 (commit)
      from  cc7f4e0589bf9b8bc238f0ea2a97b2045251a1a4 (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 de1c158f32e1d4060daa600a62b68fe22b613424
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 22 11:06:42 2014 +0200

    system: Add support for boot-time mapped devices.
    
    * gnu/build/linux-boot.scm (boot-system): Add #:pre-mount parameter and
      honor it.
    * gnu/system/linux-initrd.scm (base-initrd): Add #:mapped-devices
      parameter.  Add 'device-mapping-commands' variable, and use it to
      build the #:pre-mount argument of 'boot-system'.
    * gnu/system.scm (mapped-device-user,
      operating-system-user-mapped-devices,
      operating-system-boot-mapped-devices): New procedures.
      (device-mapping-services): Use 'operating-system-user-mapped-devices'
      instead of 'operating-system-mapped-devices'.
      (operating-system-initrd-file): Call the initrd with #:mapped-devices.

commit e2b464b7f444743aed5ffc6d9191749c21a0d159
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 22 10:10:08 2014 +0200

    activation: Ensure existing user accounts have the right settings.
    
    * gnu/build/activation.scm (modify-user, ensure-user): New procedures.
      (activate-users+groups): Systematically call 'ensure-user'.

commit 5f36ea03ad17dc0b04cd170fb4eba3e09f916de7
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 22 10:07:52 2014 +0200

    gnu: valgrind: Update to 3.10.0.
    
    * gnu/packages/valgrind.scm (valgrind): Update to 3.10.0.
    * gnu/packages/patches/valgrind-glibc.patch: Remove.
    * gnu-system.am (dist_patch_DATA): Adjust accordingly.

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

Summary of changes:
 gnu-system.am                             |    1 -
 gnu/build/activation.scm                  |   60 ++++++++++++++++++++--------
 gnu/build/linux-boot.scm                  |   12 ++++-
 gnu/packages/patches/valgrind-glibc.patch |   21 ----------
 gnu/packages/valgrind.scm                 |    7 +--
 gnu/system.scm                            |   42 ++++++++++++++++++--
 gnu/system/linux-initrd.scm               |   16 +++++++-
 7 files changed, 107 insertions(+), 52 deletions(-)
 delete mode 100644 gnu/packages/patches/valgrind-glibc.patch


hooks/post-receive
-- 
guix source archive



reply via email to

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