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-115-g6ab6ca4


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-115-g6ab6ca4
Date: Thu, 01 May 2014 20:31:47 +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  6ab6ca4c9a33dd5ffb23fcc3f930772e548f14ba (commit)
       via  6f8f8ccb5bcc883a63c2d98463f514c9745dcb8e (commit)
       via  53e89b1732d2935d69a199c0213568ae1e66eb60 (commit)
       via  79c0c8cdf74cc0587187aa8f25af29b21fe91ba2 (commit)
       via  696893801c9d4b83adc9a15ce60103142e7c1a79 (commit)
      from  b9100e2f11a6735d37bb256ffecb947f9b7ce31f (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 6ab6ca4c9a33dd5ffb23fcc3f930772e548f14ba
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 1 22:04:50 2014 +0200

    gnu: qemu: Upgrade to 2.0.0.
    
    * gnu/packages/qemu.scm (qemu-headless): Upgrade to 2.0.0.

commit 6f8f8ccb5bcc883a63c2d98463f514c9745dcb8e
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 1 21:07:52 2014 +0200

    download: Rewrite using gexps.
    
    * guix/download.scm (gnutls-derivation): Remove.
      (gnutls-package): New procedure.
      (url-fetch): Rewrite using 'gexp->derivation'.

commit 53e89b1732d2935d69a199c0213568ae1e66eb60
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 1 18:53:16 2014 +0200

    monads, gexp: Remove unintended dependency on (gnu packages …).
    
    * guix/gexp.scm (gexp->derivation, gexp->script): Use 'default-guile'
      instead of an explicit reference to 'guile-final'.
      (default-guile): New procedure.
    * guix/monads.scm (run-with-store)[default-guile]: New procedure.
      Use it.

commit 79c0c8cdf74cc0587187aa8f25af29b21fe91ba2
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 1 16:15:00 2014 +0200

    gexp: Add support for 'origin?' objects in 'ungexp' forms.
    
    * guix/gexp.scm (lower-inputs, gexp-inputs, gexp->sexp,
      canonicalize-reference): Add 'origin?' case.
    * guix/monads.scm (origin->derivation): New procedure.
    * tests/gexp.scm ("one input origin"): New test.

commit 696893801c9d4b83adc9a15ce60103142e7c1a79
Author: Ludovic Courtès <address@hidden>
Date:   Thu May 1 15:29:24 2014 +0200

    system: Add 'sudo' to the setuid programs, and handle /etc/sudoers.
    
    * gnu/system.scm (<operating-system>)[groups]: Change default to just
      the 'root' group.
      [sudoers]: New field.
      (etc-directory): Add #:sudoers parameter.  Add 'sudoers' to the
      file union.
      (operating-system-etc-directory): Pass #:sudoers to 'etc-directory'.
      (%setuid-programs): Add 'sudo'.
      (%sudoers-specification): New variable.
    * gnu/system/linux.scm (base-pam-services): Add 'sudo'.
    * build-aux/hydra/demo-os.scm: Add 'groups' field; add 'guest' to the
      'wheel' group.

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

Summary of changes:
 build-aux/hydra/demo-os.scm |    9 ++++
 gnu/packages/qemu.scm       |    4 +-
 gnu/system.scm              |   30 ++++++++++----
 gnu/system/linux.scm        |    2 +
 guix/download.scm           |   88 ++++++++++++++++++++-----------------------
 guix/gexp.scm               |   26 ++++++++++--
 guix/monads.scm             |   13 +++++-
 tests/gexp.scm              |   14 ++++++-
 8 files changed, 119 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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