guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] guix source archive branch, master, updated. v0.1-107-g38bbd61


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-107-g38bbd61
Date: Fri, 01 Feb 2013 16:18:51 +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  38bbd61df1e647b475815f1f35f79e97799f2824 (commit)
       via  cb09fb24eef9480188ef6b7c9411cd37bfc3b494 (commit)
       via  0bdba772ca2167cdd3acaed81ca8667cb78b266c (commit)
       via  299112d36e872d98896bf8dec281c34d9adad06e (commit)
       via  aa92cf980cab9f085df11c79c4b27d2b8b0d88aa (commit)
      from  0f5378ebc4096b1d536f75c9867454215e8e06d6 (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 38bbd61df1e647b475815f1f35f79e97799f2824
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 1 12:57:06 2013 +0100

    gnu: Fix invalid `license' fields.
    
    * gnu/packages/acl.scm (acl): Change `license' field to refer to the
      `license' objects.
    * gnu/packages/attr.scm (attr): Likewise.
    * gnu/packages/compression.scm (xz): Likewise.
    * gnu/packages/global.scm (global): Likewise.
    * gnu/packages/linux.scm (linux-libre-headers): Likewise.

commit cb09fb24eef9480188ef6b7c9411cd37bfc3b494
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 1 12:52:35 2013 +0100

    guix-package: Make `--search' queries case-insensitive.
    
    * guix-package.in (guix-package)[process-query]: Use `regexp/icase' for
      the `search' regexp.

commit 0bdba772ca2167cdd3acaed81ca8667cb78b266c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 1 12:48:02 2013 +0100

    Augment `.dir-locals.el'.
    
    * .dir-locals.el: Add more Scheme settings.
    * guix-build.in, tests/base32.scm, tests/build-utils.scm,
      tests/builders.scm, tests/derivations.scm, tests/packages.scm,
      tests/snix.scm, tests/store.scm, tests/union.scm, tests/utils.scm:
      Remove redundant Emacs local variable settings.

commit 299112d36e872d98896bf8dec281c34d9adad06e
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 1 13:16:27 2013 +0100

    guix-package: Report `--search' matches in recutils format.
    
    * guix/ui.scm (fill-paragraph, string->recutils, package->recutils): New
      procedures.
    * guix-package.in (guix-package)[process-query]: Use `package->recutils'
      to display package meta-data.
    * tests/guix-package.sh: Adjust test.
    * tests/ui.scm: New file.
    * Makefile.am (TESTS): Add it.
    * doc/guix.texi (Invoking guix-package): Adjust `--search'
      documentation, and give an example.

commit aa92cf980cab9f085df11c79c4b27d2b8b0d88aa
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 1 09:17:35 2013 +0100

    guix-package: Gracefully report non-existing outputs.
    
    * guix-package.in (guix-package)[find-package](ensure-output): New
      procedure. Use it to validate SUB-DRV.

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

Summary of changes:
 .dir-locals.el               |    4 ++
 Makefile.am                  |    1 +
 doc/guix.texi                |   17 ++++++-
 gnu/packages/acl.scm         |    2 +-
 gnu/packages/attr.scm        |    4 +-
 gnu/packages/compression.scm |    4 +-
 gnu/packages/global.scm      |    2 +-
 gnu/packages/linux.scm       |    2 +-
 guix-build.in                |    4 --
 guix-package.in              |   20 +++++---
 guix/ui.scm                  |  102 +++++++++++++++++++++++++++++++++++++++++-
 tests/base32.scm             |    4 --
 tests/build-utils.scm        |    6 ---
 tests/builders.scm           |    4 --
 tests/derivations.scm        |    5 --
 tests/guix-package.sh        |   12 ++++-
 tests/packages.scm           |    2 -
 tests/snix.scm               |    5 --
 tests/store.scm              |    4 --
 tests/ui.scm                 |   70 +++++++++++++++++++++++++++++
 tests/union.scm              |    6 ---
 tests/utils.scm              |    4 --
 22 files changed, 219 insertions(+), 65 deletions(-)
 create mode 100644 tests/ui.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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