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-455-g459dd9e


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-455-g459dd9e
Date: Fri, 27 Jun 2014 17:06:20 +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  459dd9eaf2ded3bd5676af7e62892db2c7880758 (commit)
       via  f2c403eab62513c88b27ec3e4db5130a476c06ca (commit)
      from  dff624230a47a25d64ab5bd10378ca0e7053bd33 (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 459dd9eaf2ded3bd5676af7e62892db2c7880758
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 18:57:33 2014 +0200

    system: Add a 'system?' field to user accounts.
    
    * gnu/system/shadow.scm (<user-account>)[system?]: New field.
    * gnu/system.scm (user-account->gexp): Add it.
    * guix/build/activation.scm (add-user): Add #:system? parameter and
      honor it.
      (activate-users+groups): Handle the 'system?' part of user tuples.
      Pass it to 'add-user'.  Don't create PROFILE-DIR when SYSTEM? is
      true.
    * gnu/services/dbus.scm (dbus-service): Add 'system?' field for
      "messagebus" account.
    * gnu/services/base.scm (guix-build-accounts): Likewise.
    * gnu/services/avahi.scm (avahi-service): Likewise.

commit f2c403eab62513c88b27ec3e4db5130a476c06ca
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 17:54:29 2014 +0200

    system: Install /var/guix/profiles/system-1-link on new systems.
    
    * guix/build/install.scm (directives): Add /var/guix/profiles/system.
      (populate-root-file-system): Add 'system' parameter.  Create
      /var/guix/profiles/system-1-link.
    * guix/scripts/system.scm (install): Pass OS-DIR to
      'populate-root-file-system'.
    * guix/build/vm.scm (initialize-root-partition): Add #:system-directory
      parameter, and pass it to 'populate-root-file-system'.
      (initialize-hard-disk): Add #:system-directory parameter, and pass it
      to 'initialize-root-partition'.
    * gnu/system/vm.scm (qemu-image): Add #:os-derivation parameter and pass
      it to 'initialize-hard-disk'.
      (system-disk-image, system-qemu-image,
      system-qemu-image/shared-store): Pass #:os-derivation to 'qemu-image.

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

Summary of changes:
 gnu/services/avahi.scm    |    1 +
 gnu/services/base.scm     |    1 +
 gnu/services/dbus.scm     |    1 +
 gnu/system.scm            |    3 ++-
 gnu/system/shadow.scm     |    5 ++++-
 gnu/system/vm.scm         |   15 ++++++++++-----
 guix/build/activation.scm |   15 +++++++++------
 guix/build/install.scm    |   17 +++++++++++++----
 guix/build/vm.scm         |    9 ++++++---
 guix/scripts/system.scm   |    2 +-
 10 files changed, 48 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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