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-167-g023f391


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-167-g023f391
Date: Sat, 10 May 2014 21:39:53 +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  023f391c7860d21aee9e9b3e601d7a81bb5d128d (commit)
       via  23ed63a12d941ad836f3fc9902ba4f145db1975c (commit)
       via  29fa45f45d3192ad0f8d2c46523d7a7d6422c9e9 (commit)
       via  02139eb9b2bdbe1b342a0550dd8725a764716c28 (commit)
      from  217a5b852e02775123a30131f63684c09bd6ac77 (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 023f391c7860d21aee9e9b3e601d7a81bb5d128d
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 10 23:33:52 2014 +0200

    services: Add 'file-system-service'.
    
    * gnu/services/base.scm (file-system-service): New procedure.
      (user-processes-service): Add 'requirements' parameter.
    * gnu/services/dmd.scm (dmd-configuration-file): Use (guix build
      linux-initrd).
    * guix/build/linux-initrd.scm (guix): Export 'check-file-system'.
    * gnu/system.scm (file-union): New procedure.
      (essential-services): Use it.  Add that to the returned list.

commit 23ed63a12d941ad836f3fc9902ba4f145db1975c
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 10 22:58:22 2014 +0200

    services: Use (guix build syscalls) instead of util-linux.
    
    * gnu/services/dmd.scm (dmd-configuration-file): Add derivations for
      the (guix build syscalls) module, and add that to the load path of
      dmd.conf.
    * gnu/services/base.scm (root-file-system-service): Rewrite using the
      'sync' and 'mount' procedures.

commit 29fa45f45d3192ad0f8d2c46523d7a7d6422c9e9
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 10 21:49:11 2014 +0200

    Add (guix build syscalls).
    
    * guix/build/syscalls.scm, tests/syscalls.scm: New files.
    * Makefile.am (MODULES): Add guix/build/syscalls.scm.
      (SCM_TESTS): Add tests/syscalls.scm.
    * guix/utils.scm (%libc-errno-pointer, errno): Remove; take from (guix
      build syscalls).

commit 02139eb9b2bdbe1b342a0550dd8725a764716c28
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 10 21:47:05 2014 +0200

    linux-initrd: Append to /etc/mtab.
    
    * guix/build/linux-initrd.scm (mount-file-system): Open /etc/mtab in
      append mode.

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

Summary of changes:
 Makefile.am                        |    4 +-
 gnu/services/base.scm              |   49 ++++++++---
 gnu/services/dmd.scm               |   60 +++++++++-----
 gnu/system.scm                     |   30 ++++++-
 guix/build/linux-initrd.scm        |    3 +-
 guix/build/syscalls.scm            |  156 ++++++++++++++++++++++++++++++++++++
 guix/utils.scm                     |   33 +--------
 tests/{base64.scm => syscalls.scm} |   58 +++++--------
 8 files changed, 284 insertions(+), 109 deletions(-)
 create mode 100644 guix/build/syscalls.scm
 copy tests/{base64.scm => syscalls.scm} (51%)


hooks/post-receive
-- 
guix source archive



reply via email to

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