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-157-g8eaa8a3


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-157-g8eaa8a3
Date: Wed, 11 Sep 2013 21:38:16 +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  8eaa8a3bf048997288633191a278028a65d78ae3 (commit)
       via  0ded70f37d47579ca058f2f4ca27335129a96e25 (commit)
       via  aedb72fbe07b82da00f6c7a397794d465c217135 (commit)
      from  a843fe2222fec5f162a94da8836b803cd7e0c7ff (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 8eaa8a3bf048997288633191a278028a65d78ae3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 23:37:57 2013 +0200

    gnu: avahi, dbus: Use /var as $localstatedir.
    
    * gnu/packages/avahi.scm (avahi): Pass '--localstatedir'; add
      'patch/localstatedir'.
    * gnu/packages/glib.scm (dbus): Pass '--localstatedir' and
      '--with-session-socket-dir'; add 'patch/localstatedir'.
    * gnu/packages/patches/avahi-localstatedir.patch,
      gnu/packages/patches/dbus-localstatedir.patch: New files.
    * gnu-system.am (dist_patch_DATA): Add them.

commit 0ded70f37d47579ca058f2f4ca27335129a96e25
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 22:36:50 2013 +0200

    gnu: Move helper code to (gnu system …) modules.
    
    * gnu/packages/grub.scm (<menu-entry>, grub-configuration-file): Move
      to...
    * gnu/system/grub.scm: ... here.  New file.
    * gnu/packages/linux.scm (<pam-service>, <pam-entry>,
      pam-service->configuration, pam-service->directory,
      %pam-other-services, unix-pam-service): Move to...
    * gnu/system/linux.scm: ... here.  New file.
    * gnu/system/vm.scm (passwd-file): Move to...
    * gnu/system/shadow.scm: ... here.  New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add
      gnu/system/{grub,linux,shadow}.scm.

commit aedb72fbe07b82da00f6c7a397794d465c217135
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 11 20:08:53 2013 +0200

    gnu: vm: Remove potluck hacks.
    
    * gnu/system/vm.scm (example1): Remove.
      (example2): Rename to...
      (system-qemu-image): ... this.  Add 'store' parameter, and remove call
      to 'open-connection'.

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

Summary of changes:
 gnu-system.am                                  |    6 +
 gnu/packages/avahi.scm                         |   10 +-
 gnu/packages/glib.scm                          |   14 ++-
 gnu/packages/grub.scm                          |   62 +-------
 gnu/packages/linux.scm                         |  118 +-------------
 gnu/packages/patches/avahi-localstatedir.patch |   12 ++
 gnu/packages/patches/dbus-localstatedir.patch  |   30 ++++
 gnu/system/grub.scm                            |   84 ++++++++++
 gnu/system/linux.scm                           |  145 ++++++++++++++++
 gnu/system/shadow.scm                          |   57 +++++++
 gnu/system/vm.scm                              |  213 ++++++++++--------------
 11 files changed, 442 insertions(+), 309 deletions(-)
 create mode 100644 gnu/packages/patches/avahi-localstatedir.patch
 create mode 100644 gnu/packages/patches/dbus-localstatedir.patch
 create mode 100644 gnu/system/grub.scm
 create mode 100644 gnu/system/linux.scm
 create mode 100644 gnu/system/shadow.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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