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-324-gea31dbb


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-324-gea31dbb
Date: Wed, 04 Jun 2014 21:10:39 +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  ea31dbbc18e616196ed7bda61e29178658540e7e (commit)
       via  e2fcc23a3a562b9efa55530f442bba4bd0436d4f (commit)
       via  185f669109eb56b61c3d51dc8b2e3eeded9b2be9 (commit)
       via  3d116a70f9b18027b31be2e11e8c9c9192622607 (commit)
      from  c17b5ab4db140f142f38cdc99468e63e66c91912 (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 ea31dbbc18e616196ed7bda61e29178658540e7e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 23:08:59 2014 +0200

    install: Add missing argv[0] in Info invocation.
    
    * gnu/system/install.scm (log-to-info): Add "info" as second argument to
      'execl'.

commit e2fcc23a3a562b9efa55530f442bba4bd0436d4f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 23:08:09 2014 +0200

    activation: Only create groups that do not exist yet.
    
    Before that the effect would be to re-create groups at each boot, and
    thus remove any members of the groups.
    
    * guix/build/activation.scm (activate-users+groups): Call 'add-group'
      only when (getgrname name) fails.

commit 185f669109eb56b61c3d51dc8b2e3eeded9b2be9
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 22:19:30 2014 +0200

    services: Make sure the store's group is the build group.
    
    * gnu/services/base.scm (guix-service)[activate]: New variable.  Add
      'chown' call for (%store-prefix).  Set the 'activate' field to
      ACTIVATE.
    * guix/build/install.scm (directives): Add comment about STORE's group.

commit 3d116a70f9b18027b31be2e11e8c9c9192622607
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 4 22:17:20 2014 +0200

    services: Add the build group to the supplementary groups of build users.
    
    * gnu/services/base.scm (guix-build-accounts): Add
      'supplementary-groups' field.

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

Summary of changes:
 gnu/services/base.scm     |   24 +++++++++++++++++++++---
 gnu/system/install.scm    |    2 +-
 guix/build/activation.scm |    3 ++-
 guix/build/install.scm    |    5 ++++-
 4 files changed, 28 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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