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-521-gef5dd60


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-521-gef5dd60
Date: Fri, 11 Jul 2014 21: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  ef5dd60a3f003856a1fb5d1964513bf175f6a7d2 (commit)
       via  51da7ca095a9ed287221c71933a829d9673a59f6 (commit)
       via  da417ffe3b3e06f1e1d8b0217b4b780026d7e3b9 (commit)
       via  f1096964735512beacde6ff178a6ada1a14b91d3 (commit)
      from  42e1394b11d1da7dd8c73bdeb1ad602b728d865b (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 ef5dd60a3f003856a1fb5d1964513bf175f6a7d2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 11 23:01:57 2014 +0200

    doc: Start writing about services.
    
    * doc/guix.texi (Using the Configuration System): Remove details about
      '%base-services', and link to "Services".
      (Services): Add introductory text.
      (Base Services, Networking Services, X Window): New nodes.

commit 51da7ca095a9ed287221c71933a829d9673a59f6
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 11 22:57:02 2014 +0200

    services: Use more Texinfo markup in docstrings.
    
    * gnu/services/base.scm (host-name-service): Use Texinfo markup.
      (mingetty-service): Comment on #:allow-empty-passwords?.  Improve
      markup.
      (syslog-service, guix-service): Use Texinfo markup.
    * gnu/services/networking.scm (static-networking-service): Likewise.
    * gnu/services/xorg.scm (slim-service): Likewise.

commit da417ffe3b3e06f1e1d8b0217b4b780026d7e3b9
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 11 14:02:44 2014 +0200

    system: Allow root to use 'groupadd' & co. without authenticating.
    
    This fixes a bug whereby, if #:allow-root-passwords was #f, 'groupadd'
    would ask for a password.  This is particularly problematic during
    activation.
    
    * gnu/system/linux.scm (rootok-pam-service): New procedure.
      (base-pam-services): Use it for all the user* and group* commands.

commit f1096964735512beacde6ff178a6ada1a14b91d3
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 11 13:59:54 2014 +0200

    packages: Add printer for <origin>.
    
    * guix/packages.scm (print-origin): New procedure.
      (<origin>): Add it as record type printer.

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

Summary of changes:
 doc/guix.texi               |  156 +++++++++++++++++++++++++++++++++++++++++--
 gnu/services/base.scm       |   20 +++--
 gnu/services/networking.scm |    5 +-
 gnu/services/xorg.scm       |    9 ++-
 gnu/system/linux.scm        |   37 ++++++++--
 guix/packages.scm           |   11 +++
 6 files changed, 209 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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