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.3-154-ga843fe2


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-154-ga843fe2
Date: Tue, 10 Sep 2013 23:07:57 +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  a843fe2222fec5f162a94da8836b803cd7e0c7ff (commit)
       via  3b07625ad667bf586ae5e3b2ca579933dc261dbe (commit)
       via  37c825eb79e18ac61080e626db6cff6552fd5cf4 (commit)
       via  e0ba5fe5abb44bbd17cb62dfd5909e7627160ef2 (commit)
       via  c84d0eca053cd524294ad10c1f49a877902932c4 (commit)
       via  cfbf916045c180c8f77f90e9c910012f18447dc9 (commit)
      from  590a4904d28e8cd6cbee404b66ce7a475713ca28 (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 a843fe2222fec5f162a94da8836b803cd7e0c7ff
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 01:07:07 2013 +0200

    gnu: vm: Setup PAM.
    
    * gnu/system/vm.scm (example2): Use 'pam-services->directory'.  Change
      POPULATE to create /etc/pam.d, /etc/login.defs, and /var/run.  Change
      BOOT to spawn syslogd; boot to Bash.  Add inputs.

commit 3b07625ad667bf586ae5e3b2ca579933dc261dbe
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 00:54:20 2013 +0200

    gnu: vm: Create shadow files with the right format.
    
    * gnu/system/vm.scm (passwd-file): When SHADOW? is true, use the right
      shadow(5) format.  Always add a trailing newline.

commit 37c825eb79e18ac61080e626db6cff6552fd5cf4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 00:52:36 2013 +0200

    linux-initrd: Create /dev/klog and /dev/kmsg.
    
    * guix/build/linux-initrd.scm (make-essential-device-nodes): Make
      /dev/klog and /dev/kmsg.

commit e0ba5fe5abb44bbd17cb62dfd5909e7627160ef2
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 00:51:31 2013 +0200

    gnu: linux-initrd: Fix typo.
    
    * gnu/packages/linux-initrd.scm (gnu-system-initrd): Add missing
      argument to 'format' call.

commit c84d0eca053cd524294ad10c1f49a877902932c4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 00:22:45 2013 +0200

    gnu: linux-pam: Add declarative PAM service interface.
    
    * gnu/packages/linux.scm (<pam-service>, <pam-entry>): New record
      types.
      (pam-service->configuration, pam-services->directory,
      unix-pam-service): New procedures.
      (%pam-other-services): New variable.

commit cfbf916045c180c8f77f90e9c910012f18447dc9
Author: Ludovic Courtès <address@hidden>
Date:   Tue Sep 10 22:36:41 2013 +0200

    store: The 'references' parameter of 'add-text-to-store' is now optional.
    
    * guix/store.scm (add-text-to-store): Make 'references' optional.
    * tests/store.scm ("dead-paths", "references"): Use 'add-text-to-store'
      with no optional argument.
    * doc/guix.texi (The Store): Adjust accordingly.

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

Summary of changes:
 doc/guix.texi                 |    2 +-
 gnu/packages/linux-initrd.scm |    3 +-
 gnu/packages/linux.scm        |  128 ++++++++++++++++++++++++++++++++++++++++-
 gnu/system/vm.scm             |   81 +++++++++++++++++---------
 guix/build/linux-initrd.scm   |    4 +
 guix/store.scm                |    2 +-
 tests/store.scm               |    5 +-
 7 files changed, 191 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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