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-155-ga00dd9f


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-155-ga00dd9f
Date: Thu, 08 May 2014 21:42:21 +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  a00dd9fbf41f694f93f588e2182921de12e592c4 (commit)
       via  474b832d5e596c5f0713afbcdea5a19c6770cfac (commit)
       via  ef4ab0a4c55f47e581e7a47622061f1583676d1e (commit)
       via  03178aec1dc63c630374b1aed2178140c185b9f5 (commit)
      from  8ede638c4b84d5e26844fdc5726992ed78244cfd (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 a00dd9fbf41f694f93f588e2182921de12e592c4
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 8 23:41:40 2014 +0200

    services: Add service to cleanly unmount the root file system.
    
    * gnu/services/base.scm (root-file-system-service,
      user-processes-service): New procedures.
      (mingetty-service, nscd-service, syslog-service, guix-service): Add
      requirement on 'user-processes'.
      (%base-services): Add (user-processes-service)
      and (root-file-system-service).
    * gnu/services/xorg.scm (slim-service): Add requirement on
      'user-processes'.

commit 474b832d5e596c5f0713afbcdea5a19c6770cfac
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 8 23:21:45 2014 +0200

    linux-initrd: Don't leak /dev/console file descriptors.
    
    * guix/build/linux-initrd.scm (switch-root): Simplify /dev/console
      code.  This fixes a bug where we would leak the IN and OUT file
      descriptors.

commit ef4ab0a4c55f47e581e7a47622061f1583676d1e
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 8 21:50:53 2014 +0200

    doc: Mention Kiselyov's work on "staging".
    
    * doc/guix.texi (G-Expressions): Mention Oleg's work on "staging" in
      footnote.

commit 03178aec1dc63c630374b1aed2178140c185b9f5
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 8 19:44:44 2014 +0200

    git-download: Disable TLS certificate verification.
    
    * guix/build/git.scm (git-fetch): Add 'setenv' call.

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

Summary of changes:
 doc/guix.texi               |   12 ++++--
 gnu/services/base.scm       |   93 +++++++++++++++++++++++++++++++++++++++++--
 gnu/services/xorg.scm       |    2 +-
 guix/build/git.scm          |    5 ++
 guix/build/linux-initrd.scm |   25 ++++-------
 5 files changed, 112 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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