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-255-g4b2615e


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-255-g4b2615e
Date: Sat, 24 May 2014 16:10:14 +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  4b2615e1cae8e21df8f180abf261d1dc22a2459e (commit)
       via  55ccc388b73312c9636857bb083f63a968b4255b (commit)
       via  517830cc0154dbe4a77741e7ee61703c194086a4 (commit)
       via  484a2b3a5ac7337e5d3b8773f6ce8c356b72742b (commit)
      from  a9f48ff0766cfcd27426be540c7bb755f3093291 (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 4b2615e1cae8e21df8f180abf261d1dc22a2459e
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 24 18:09:11 2014 +0200

    services: nscd: Provide an 'activate' script to make /var/run/nscd.
    
    * gnu/services/base.scm (nscd-service): Add 'activate' field.
    * guix/build/install.scm (directives): Remove /var/run/nscd; add
      /var/run.
    * doc/guix.texi (Defining Services): Add 'activate' field in example.
      Document it.

commit 55ccc388b73312c9636857bb083f63a968b4255b
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 24 18:03:27 2014 +0200

    services: Support per-service activation scripts.
    
    * gnu/services.scm (<service>)[activate]: New field.
    * gnu/system.scm (operating-system-activation-script)[service-activations]:
      New procedure.  Use it, and primitive-load each activation.

commit 517830cc0154dbe4a77741e7ee61703c194086a4
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 24 17:53:30 2014 +0200

    system: Always create /var/empty.
    
    * guix/build/install.scm (directives): Add /var/empty.

commit 484a2b3a5ac7337e5d3b8773f6ce8c356b72742b
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 24 15:51:57 2014 +0200

    system: Separate the activation script from the boot script.
    
    * gnu/system.scm (operating-system-activation-script): New procedure,
      containing most of the former 'operating-system-boot-script'.
      (operating-system-boot-script): Call it, and 'primitive-load' its
      result.
    * guix/build/activation.scm (%booted-system): Remove.
      (activate-current-system): Remove #:boot? parameter and related code.

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

Summary of changes:
 doc/guix.texi             |   19 +++++++++++++------
 gnu/services.scm          |    5 ++++-
 gnu/services/base.scm     |    5 +++++
 gnu/system.scm            |   38 +++++++++++++++++++++++++++++++++-----
 guix/build/activation.scm |   18 ++++--------------
 guix/build/install.scm    |    3 ++-
 6 files changed, 61 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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