guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, wip-grafts, created. v0.7-543-g1a46f


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, wip-grafts, created. v0.7-543-g1a46f87
Date: Fri, 17 Oct 2014 12:04:30 +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, wip-grafts has been created
        at  1a46f8754818a19c3e9b423bd31e738c6acb21d2 (commit)

- Log -----------------------------------------------------------------
commit 1a46f8754818a19c3e9b423bd31e738c6acb21d2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 17 14:00:30 2014 +0200

    gnu: bash: Add security updates as a graft.
    
    * gnu/packages/bash.scm (%extra-patch-series-4.3, %oob-patch): New
      variables.
      (bash-fixed): New variable.
      (bash)[source]: Use %oob-patch.
      [graft]: New field.
      (bash-light): Turn into...
      (lightweight-bash): ... this procedure.  Add 'graft' field.
      (bash-light): New variable.
    * gnu/packages/bison.scm (bison-without-tests): New procedure.

commit 212b92bd303cb1b163208456c7c23e753d7c0c70
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 16 23:22:07 2014 +0200

    packages: Add 'package->bag' test for propagated inputs.
    
    * tests/packages.scm ("package->bag, propagated inputs"): New test.

commit b8b0a55394ee0c93aff422adee3ac187028883da
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 17 13:41:31 2014 +0200

    packages: Implement grafts.
    
    Thanks to Mark H. Weaver <address@hidden> for insightful discussions
    and suggestions.
    
    * guix/packages.scm (<package>)[graft]: New field.
      (patch-and-repack): Invoke 'package-derivation' with #:graft? #f.
      (package-source-derivation): Likewise.  Do not use (%guile-for-build)
      in call to 'patch-and-repack', and we could end up using a grafted
      Guile.
      (expand-input): Likewise, also for 'package-cross-derivation' call.
      (package->bag): Add #:graft? parameter.  Honor it.  Use 'strip-append'
      instead of 'package-full-name'.
      (input-graft, input-cross-graft, bag-grafts, package-grafts): New
      procedures.
      (package-derivation, package-cross-derivation): Add #:graft? parameter
      and honor it.
    * gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Add
      recursive call on 'graft'.
    * guix/build-system/gnu.scm (package-with-explicit-inputs,
      package-with-extra-configure-variable, static-package): Likewise.
      (gnu-build): Use the ungrafted Guile to avoid full rebuilds.
      (gnu-cross-build): Likewise.
    * guix/build-system/cmake.scm (cmake-build): Likewise.
    * guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Likewise.
    * guix/build-system/perl.scm (perl-build): Likewise.
    * guix/build-system/python.scm (python-build): Likewise.
    * guix/build-system/ruby.scm (ruby-build): Likewise.
    * guix/build-system/trivial.scm (guile-for-build): Likewise.
    * tests/packages.scm ("package-derivation, direct graft",
      "package-cross-derivation, direct graft", "package-grafts,
      indirect grafts", "package-grafts, indirect grafts, cross",
      "package-grafts, indirect grafts, propagated inputs",
      "package-derivation, indirect grafts"): New tests.
      ("bag->derivation", "bag->derivation, cross-compilation"): Wrap in
      'parameterize'.
    * doc/guix.texi (Security Updates): New node.
      (Invoking guix build): Document --no-graft.

commit 80ac503be6bd072d44b4967b729a8bbeb7d015db
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 15 23:55:36 2014 +0200

    derivations: 'graft-derivation' correctly handles multiple-output sources.
    
    * guix/derivations.scm (graft-derivation): Add DRV as input for each one
      of OUTPUT-NAMES.

commit 9e56e7dc83a83dd9ba3701a399c62609487407e7
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 15 09:22:23 2014 +0200

    packages: Improve the package-to-derivation cache.
    
    * guix/packages.scm (cache): Preserve the former values associated with
      PACKAGE.
      (cached): Bind SYSTEM in 'let', to prevent double evaluation.

commit 4d1668ef6d8b35e59c69e15e2a5027c8c5ab8e37
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 19:04:08 2014 +0200

    derivations: Add #:system parameter to 'graft-derivation'.
    
    * guix/derivations.scm (graft-derivation): Add #:system parameter.

commit 47bdeb0e58fb795d0dcdb502a8e1e7d188c2ca74
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 14:47:49 2014 +0200

    derivations: Introduce 'graft' record type.
    
    * guix/derivations.scm (<graft>): New record type.
      (graft-derivation): Rename 'replacements' to 'grafts', and expect it
      to be a list of <graft> records.  Adjust accordingly.
    * tests/derivations.scm ("graft-derivation"): Use 'graft' instead of
      pairs in argument to 'graft-derivation'.

commit 08ec49593e56585fda8abc6b83f8898a494cc8a4
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 14 14:44:48 2014 +0200

    records: Improve the docstring of 'define-record-type*'.
    
    * guix/records.scm (define-record-type*): Agument the docstring, give
      examples.

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


hooks/post-receive
-- 
guix source archive



reply via email to

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