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-629-gdb17ae5


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-629-gdb17ae5
Date: Wed, 23 Jul 2014 00:03:23 +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  db17ae5c27c614731b849cc4acc6a2857060c771 (commit)
       via  2c071ce96e7e4049be3ae2eb958077566d3b4ea0 (commit)
       via  a85b83d2270673fdb00d03bbec7e3378c6adcac2 (commit)
       via  7f239fd33ff7bf2f1ec48de37f14479699d4096f (commit)
       via  4e469051a77d02435eafb1df93224a2ce1bb3146 (commit)
      from  5ac12a4f778f1cce8aff10fe3ef30be1a85e4647 (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 db17ae5c27c614731b849cc4acc6a2857060c771
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 23 01:25:01 2014 +0200

    system: Add /dev/shm.
    
    * gnu/system/file-systems.scm (%shared-memory-file-system): New
      variable.
      (%base-file-systems): Add it.
    * doc/guix.texi (File Systems): Document it.

commit 2c071ce96e7e4049be3ae2eb958077566d3b4ea0
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 23 00:44:27 2014 +0200

    system: Recognize more file system flags.
    
    * guix/build/linux-initrd.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC): New
      variables.
      (mount-flags->bit-mask): New procedure.
      (mount-file-system)[flags->bit-mask]: Remove.
      Use 'mount-flags->bit-mask' instead.
      In /etc/mtab, use the empty string when OPTIONS is false.
    * gnu/services/base.scm (file-system-service): Add #:flags parameter and
      honor it.
    * gnu/system.scm (other-file-system-services): Pass FLAGS to
      'file-system-service'.

commit a85b83d2270673fdb00d03bbec7e3378c6adcac2
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 22 23:28:53 2014 +0200

    doc: Merge the type, variable, and function indices.
    
    * doc/guix.texi (Function Index): Rename to...
      (Programming Index): ... this.  Merge the type, variable, and function
      indices.

commit 7f239fd33ff7bf2f1ec48de37f14479699d4096f
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 22 23:13:53 2014 +0200

    system: Add 'file-system' decl. for /dev/pts, and use the right options.
    
    Fixes <http://bugs.gnu.org/18081>.
    
    * gnu/system/file-systems.scm (%devtmpfs-file-system): Add
      'needed-for-boot?' field.
      (%tty-gid, %pseudo-terminal-file-system): New variables.
      (%base-file-systems): Add %PSEUDO-TERMINAL-FILE-SYSTEM.
    * gnu/services/base.scm (udev-service): Remove dependency on
      'file-system-/dev'.
    * gnu/system/shadow.scm (%base-groups): Add 'id' field for group 'tty'.
    * guix/build/linux-initrd.scm (boot-system): Remove 'mount' call for
      /dev/pts.
    * doc/guix.texi (File Systems): Add %pseudo-terminal-file-system.

commit 4e469051a77d02435eafb1df93224a2ce1bb3146
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 22 22:53:36 2014 +0200

    system: Add 'create-mount-point?' file system option.
    
    * gnu/system/file-systems.scm (<file-system>)[create-mount-point?]: New
      field.
    * gnu/services/base.scm (file-system-service): Add #:create-mount-point?
      parameter and honor it.
    * gnu/system.scm (other-file-system-services): Update
      'file-system-service' call accordingly.
    * doc/guix.texi (File Systems): Document it.

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

Summary of changes:
 doc/guix.texi               |   29 ++++++++++++++++++++++++---
 gnu/services/base.scm       |   18 +++++++++++++---
 gnu/system.scm              |    6 +++-
 gnu/system/file-systems.scm |   44 ++++++++++++++++++++++++++++++++++++++++--
 gnu/system/shadow.scm       |    4 ++-
 guix/build/linux-initrd.scm |   40 +++++++++++++++++++++++---------------
 6 files changed, 111 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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