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-657-g20ffce8


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-657-g20ffce8
Date: Thu, 24 Jul 2014 22:32:35 +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  20ffce820bafd08ff51790436c3ee36a69c13423 (commit)
       via  3ce9aa44f139a4a4c80ba9468b7f738b93782e0d (commit)
       via  6c9e7b2bea834e311938db79a815a48cab36e986 (commit)
       via  417175096aef38c6a72acbbcfdba636c723ab79e (commit)
       via  c8fa34265d6612c99fe80adfaa66edaddd4d5b0c (commit)
       via  931c132a58d86287d7a73964f9731a3b578538cc (commit)
       via  054e85761fc0743ebe957f759f3e6b46739d5a68 (commit)
      from  d9372161ef7ab6979f5dc1d92ad59acb5660bb3b (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 20ffce820bafd08ff51790436c3ee36a69c13423
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 25 00:29:47 2014 +0200

    ui: Improve formatting of package dependencies in recutils.
    
    * guix/ui.scm (package->recutils)[dependencies->recutils]: New
      procedure. Use it.

commit 3ce9aa44f139a4a4c80ba9468b7f738b93782e0d
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 25 00:26:55 2014 +0200

    build: Fix typo in 'guix package --show' test.
    
    * tests/guix-package.sh: Change "^Package:" to "^name:".

commit 6c9e7b2bea834e311938db79a815a48cab36e986
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 25 00:26:29 2014 +0200

    build: Better reject systems where the shebang would be too long.
    
    * tests/gexp.scm (shebang): Add "#!".

commit 417175096aef38c6a72acbbcfdba636c723ab79e
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 25 00:15:46 2014 +0200

    services: Use system groups where applicable.
    
    * gnu/services/avahi.scm (avahi-service): Add 'system?' field to
      'user-group' form.
    * gnu/services/base.scm (guix-service): Likewise.
    * gnu/services/dbus.scm (dbus-service): Likewise.
    * gnu/services/networking.scm (tor-service): Likewise.

commit c8fa34265d6612c99fe80adfaa66edaddd4d5b0c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 25 00:12:35 2014 +0200

    system: Add the 'system?' field for user groups.
    
    Suggested by Mark H. Weaver.
    
    * gnu/system/shadow.scm (<user-group>)[system?]: New field.
      (%base-groups): Introduce 'system-group' macro, and use it.
    * gnu/system.scm (user-group->gexp): Pass the 'system?' field.
    * guix/build/activation.scm (add-group): Add #:system? and honor it.
      (activate-users+groups): Handle the 'system?' field.
    * gnu/system/file-systems.scm (%tty-gid): Choose an ID below 1000.
    * doc/guix.texi (User Accounts): Document the 'system?' field.

commit 931c132a58d86287d7a73964f9731a3b578538cc
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 23:38:39 2014 +0200

    doc: Make sure out-of-source-tree builds find os-config.tmpl.
    
    * Makefile.am (BUILT_SOURCES): New variable.
    * daemon.am (BUILT_SOURCES): Use +=.
    * doc.am (BUILT_SOURCES, MAINTAINERCLEANFILES, EXTRA_DIST): Add
      doc/os-config.texi.
      (doc/os-config.texi): New target.
    * doc/guix.texi (System Installation): Include os-config.texi.

commit 054e85761fc0743ebe957f759f3e6b46739d5a68
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 24 23:07:53 2014 +0200

    doc: Add "guix system" to 'dir'.
    
    * doc/guix.texi: Add "guix system" to the dir entry.

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

Summary of changes:
 Makefile.am                 |    1 +
 daemon.am                   |    2 +-
 doc.am                      |   11 ++++++++++-
 doc/guix.texi               |    8 +++++++-
 gnu/services/avahi.scm      |    3 ++-
 gnu/services/base.scm       |    1 +
 gnu/services/dbus.scm       |    3 ++-
 gnu/services/networking.scm |    3 ++-
 gnu/system.scm              |    3 ++-
 gnu/system/file-systems.scm |    2 +-
 gnu/system/shadow.scm       |   42 ++++++++++++++++++++++++------------------
 guix/build/activation.scm   |    9 ++++++---
 guix/ui.scm                 |   10 ++++++++--
 tests/gexp.scm              |    2 +-
 tests/guix-package.sh       |    2 +-
 15 files changed, 69 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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