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-301-gbc046a9


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-301-gbc046a9
Date: Sun, 01 Jun 2014 21:59:14 +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  bc046a94dec2afadbc1ee3957f13098a8d8b393c (commit)
       via  1f3fc60da529207187fcb0930a06525b6d5b38c9 (commit)
       via  9b4a163a8763df80c18a44c505771d17ae8a25a3 (commit)
       via  9e69b09857e4a629cf3cac22369c3e704daf424b (commit)
       via  b53be755e465be04dc05e9069178874cb9f1f44d (commit)
       via  5a6a3ba43a1830c712e29d09e341e3cf14aea507 (commit)
       via  ac52e80b4e02718c9d040062c65f7df24302d226 (commit)
       via  009d831167edd37acdfc3f6a5c35618fc82804e4 (commit)
      from  10d86d54f05ab8e1ed98cd2f29af9f1864fc7316 (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 bc046a94dec2afadbc1ee3957f13098a8d8b393c
Author: Manolis Ragkousis <address@hidden>
Date:   Sun Jun 1 18:17:03 2014 +0000

    gnu: hurd: Add Hurd Minimal.
    
    * gnu/packages/hurd.scm (hurd-minimal): New variable.
    * gnu/packages/patches/hurd-minimal.patch: New patch.
    * gnu-system.am (dist_patch_DATA): Add it.
    
    Signed-off-by: Ludovic Courtès <address@hidden>

commit 1f3fc60da529207187fcb0930a06525b6d5b38c9
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 23:51:59 2014 +0200

    services: syslogd: Write fewer messages to /dev/console.
    
    * gnu/services/base.scm (syslog-service)[contents]: Remove "kern.*" from
      /dev/console.

commit 9b4a163a8763df80c18a44c505771d17ae8a25a3
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 23:51:12 2014 +0200

    linux-initrd: Actually create /dev/console.
    
    * guix/build/linux-initrd.scm (make-essential-device-nodes): Add
      "dev/console".

commit 9e69b09857e4a629cf3cac22369c3e704daf424b
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 23:50:39 2014 +0200

    hydra: Make USB installation image smaller.
    
    * build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image'
      to 630 MiB.

commit b53be755e465be04dc05e9069178874cb9f1f44d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 23:32:26 2014 +0200

    derivations: Add #:allowed-references 'derivation' parameter.
    
    * guix/derivations.scm (derivation): Add #:allowed-references
      parameter.
      [user+system-env-vars]: Honor it.
    * tests/derivations.scm ("derivation #:allowed-references, ok",
      "derivation #:allowed-references, not allowed",
      "derivation #:allowed-references, self allowed",
      "derivation #:allowed-references, self not allowed"): New tests.
    * doc/guix.texi (Derivations): Document #:allowed-references.

commit 5a6a3ba43a1830c712e29d09e341e3cf14aea507
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 22:53:16 2014 +0200

    gnu: util-linux: Remove dependency on Perl.
    
    * gnu/packages/linux.scm (util-linux)[source](patches): New field.
    * gnu/packages/patches/util-linux-perl.patch: New file.
    * gnu-system.am (dist_patch_DATA): Add it.

commit ac52e80b4e02718c9d040062c65f7df24302d226
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 21:48:57 2014 +0200

    linux-initrd: Make more device nodes for SCSI disks and CD-ROM devices.
    
    * guix/build/linux-initrd.scm (make-disk-device-nodes): New procedure.
      (make-essential-device-nodes): Use it.  Make more devices nodes for
      SCSI disks and CD-ROM devices.

commit 009d831167edd37acdfc3f6a5c35618fc82804e4
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 1 21:20:54 2014 +0200

    linux-initrd: Gracefully handle missing /dev nodes.
    
    * guix/build/linux-initrd.scm (partition-label-predicate): Catch
      'system-error' around 'read-ext2-superblock'; return #f upon ENOENT.

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

Summary of changes:
 build-aux/hydra/gnu-system.scm             |    2 +-
 doc/guix.texi                              |    5 ++-
 gnu-system.am                              |    2 +
 gnu/packages/hurd.scm                      |   67 +++++++++++++++++++++++++++-
 gnu/packages/linux.scm                     |   18 ++++----
 gnu/packages/patches/hurd-minimal.patch    |   21 +++++++++
 gnu/packages/patches/util-linux-perl.patch |   15 ++++++
 gnu/services/base.scm                      |    4 +-
 guix/build/linux-initrd.scm                |   46 ++++++++++++++++---
 guix/derivations.scm                       |   17 +++++--
 tests/derivations.scm                      |   37 +++++++++++++++
 11 files changed, 208 insertions(+), 26 deletions(-)
 create mode 100644 gnu/packages/patches/hurd-minimal.patch
 create mode 100644 gnu/packages/patches/util-linux-perl.patch


hooks/post-receive
-- 
guix source archive



reply via email to

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