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-418-gb76a384


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-418-gb76a384
Date: Sun, 22 Jun 2014 20:28:46 +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  b76a3847158721770a3012f92a64c107cb237644 (commit)
       via  773e956d5d5743c246f8e7199d9b43e4d32b403c (commit)
       via  72507e23b5aeb6b0308d8c4db8d2286095b845ad (commit)
       via  528b6a3dcea1edab7a8d1ce62a616a0ff6c8c597 (commit)
       via  d7d42d6b242518b5bc664d7e2644a2a78d15225a (commit)
       via  e062d54240af140393dc8368b27611d31fb29441 (commit)
      from  9b9148d8bb1e6cdb383172bf3201f81c9bb43258 (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 b76a3847158721770a3012f92a64c107cb237644
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 22 22:28:24 2014 +0200

    system: Use the default 'groups' field.
    
    * gnu/system/install.scm (installation-os): Remove 'groups' field.
    * build-aux/hydra/demo-os.scm: Likewise.

commit 773e956d5d5743c246f8e7199d9b43e4d32b403c
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 22 22:16:14 2014 +0200

    system: Augment the default set of groups.
    
    * gnu/system/shadow.scm (%base-groups): New variable.
    * gnu/system.scm (<operating-system>)[groups]: Use it as the default.

commit 72507e23b5aeb6b0308d8c4db8d2286095b845ad
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 22 21:48:35 2014 +0200

    system: Remove useless 'members' field of 'user-group'.
    
    * gnu/system/shadow.scm (<user-group>)[members]: Remove field.
    * gnu/system/install.scm (installation-os)[users]: Remove 'members'
      fields.  Use 'supplementary-groups' for 'guest'.
    * build-aux/hydra/demo-os.scm (users): Likewise.
    * gnu/services/base.scm (guix-service): Remove 'members' field.

commit 528b6a3dcea1edab7a8d1ce62a616a0ff6c8c597
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 22 21:14:23 2014 +0200

    gnu: kmod: Honor $LINUX_MODULE_DIRECTORY.
    
    * gnu/packages/patches/kmod-module-directory.patch: New file.
    * gnu-system.am (dist_patch_DATA): Add it.
    * gnu/packages/linux.scm (kmod)[origin]: Use it.

commit d7d42d6b242518b5bc664d7e2644a2a78d15225a
Author: Andreas Enge <address@hidden>
Date:   Sat Jun 7 21:27:30 2014 +0200

    gnu: Add udev.
    
    * gnu/packages/linux.scm (udev): New variable.
    * gnu/packages/patches/udev-gir-libtool.patch: New file.
    * gnu-system.am (dist_patch_DATA): Add it.
    
    Co-authored-by: Ludovic Courtès <address@hidden>

commit e062d54240af140393dc8368b27611d31fb29441
Author: Andreas Enge <address@hidden>
Date:   Sat Jun 7 21:16:37 2014 +0200

    gnu: Add kmod.
    
    * gnu/packages/linux.scm (kmod): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>

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

Summary of changes:
 build-aux/hydra/demo-os.scm                      |   12 +---
 gnu-system.am                                    |    2 +
 gnu/packages/linux.scm                           |   80 ++++++++++++++++++++++
 gnu/packages/patches/kmod-module-directory.patch |   31 ++++++++
 gnu/packages/patches/udev-gir-libtool.patch      |   17 +++++
 gnu/services/base.scm                            |    2 -
 gnu/system.scm                                   |    4 +-
 gnu/system/install.scm                           |   12 +---
 gnu/system/shadow.scm                            |   27 ++++++-
 9 files changed, 158 insertions(+), 29 deletions(-)
 create mode 100644 gnu/packages/patches/kmod-module-directory.patch
 create mode 100644 gnu/packages/patches/udev-gir-libtool.patch


hooks/post-receive
-- 
guix source archive



reply via email to

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