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.7-607-g940a8c5


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-607-g940a8c5
Date: Tue, 28 Oct 2014 23:31:54 +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  940a8c57be7ecdd139ba450765f0cc26de5b8ec7 (commit)
       via  d2d0514b58bfddd061cd7f692bcc2075fdc33711 (commit)
       via  e6740741d188e01cb1a0b9c7db597a25128889d5 (commit)
       via  a96a82d79ead164e19a78f572254cf7f6f54d17c (commit)
       via  4902c3ecc6b74493f0c4f29efdffc46b187f2b11 (commit)
       via  9d3074609a3fb0712e0102dbbb4d7bdabb58d142 (commit)
       via  fc93e309196ee8009a975b4c0acf712f54581a93 (commit)
       via  31a123fe00731a9479e8f11baefeb371ff538cd8 (commit)
      from  791e0126ae5844e429347cecd5ba81779237257d (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 940a8c57be7ecdd139ba450765f0cc26de5b8ec7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 29 00:28:03 2014 +0100

    offload: Remove mutual exclusion on transfers.
    
    Suggested by Mark H. Weaver <address@hidden>
    at <http://lists.gnu.org/archive/html/guix-devel/2014-10/msg00352.html>.
    
    * guix/scripts/offload.scm (transfer-and-offload): Remove uses of
      'with-machine-lock'.

commit d2d0514b58bfddd061cd7f692bcc2075fdc33711
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 29 00:26:05 2014 +0100

    derivations: Fix 'derivation-prerequisites-to-build' when #:local-build?.
    
    * guix/derivations.scm 
(derivation-prerequisites-to-build)[derivation-substitutable?]:
      Call 'substitutable-derivation?'.
      <body>: When 'substitutable-derivation?' returns #f, add DRV to BUILD.

commit e6740741d188e01cb1a0b9c7db597a25128889d5
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 29 00:09:38 2014 +0100

    tests: Move some of the narinfo test tools to (guix tests).
    
    * guix/tests.scm (derivation-narinfo, call-with-derivation-narinfo): New
      procedures.
      (with-derivation-narinfo): New macro.
    * tests/derivations.scm ("derivation-prerequisites-to-build and
      substitutes"): Use them.

commit a96a82d79ead164e19a78f572254cf7f6f54d17c
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 28 23:40:32 2014 +0100

    system: Add pciutils and pciutils to '%base-packages'.
    
    * gnu/system.scm (%base-packages): Add PCIUTILS and USBUTILS.

commit 4902c3ecc6b74493f0c4f29efdffc46b187f2b11
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 28 23:07:57 2014 +0100

    gnu: Add ath9k-htc-firmware.
    
    * gnu/packages/firmware.scm: New file.
    * gnu/packages/patches/ath9k-htc-firmware-objcopy.patch: New file.
    * gnu-system.am (GNU_SYSTEM_MODULES): Add 'firmware.scm'.
      (dist_patch_DATA): Add the patch.

commit 9d3074609a3fb0712e0102dbbb4d7bdabb58d142
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 28 22:24:46 2014 +0100

    gnu: Add Xtensa bare-bones cross-compiler.
    
    * gnu/packages/cross-base.scm (xgcc-xtensa): New variable.
    * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for
      "xtensa-elf".

commit fc93e309196ee8009a975b4c0acf712f54581a93
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 28 18:05:17 2014 +0100

    derivations: Add 'offloadable-derivation?' and 'substitutable-derivation?'.
    
    * guix/derivations.scm (offloadable-derivation?,
      substitutable-derivation?): New procedures.
    * tests/derivations.scm ("offloadable-derivation?"): New test.

commit 31a123fe00731a9479e8f11baefeb371ff538cd8
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 28 14:50:29 2014 +0100

    gnu: guile-ncurses: Update to 1.6.
    
    * gnu/packages/guile.scm (guile-ncurses): Update to 1.6.

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

Summary of changes:
 gnu-system.am                                      |    2 +
 gnu/packages/bootstrap.scm                         |    5 +
 gnu/packages/cross-base.scm                        |    4 +
 gnu/packages/firmware.scm                          |   83 ++++++++++++++++++++
 gnu/packages/guile.scm                             |    4 +-
 .../patches/ath9k-htc-firmware-objcopy.patch       |   14 ++++
 gnu/system.scm                                     |    2 +
 guix/derivations.scm                               |   24 +++++-
 guix/scripts/offload.scm                           |    9 +--
 guix/tests.scm                                     |   59 ++++++++++++++-
 tests/derivations.scm                              |   79 +++++++++++--------
 11 files changed, 239 insertions(+), 46 deletions(-)
 create mode 100644 gnu/packages/firmware.scm
 create mode 100644 gnu/packages/patches/ath9k-htc-firmware-objcopy.patch


hooks/post-receive
-- 
guix source archive



reply via email to

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