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-550-g13aad


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, wip-grafts, created. v0.7-550-g13aadfc
Date: Mon, 27 Oct 2014 17:49:19 +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  13aadfc054d17a5e53f518fb492b88923d279391 (commit)

- Log -----------------------------------------------------------------
commit 13aadfc054d17a5e53f518fb492b88923d279391
Author: Ludovic Courtès <address@hidden>
Date:   Sat Oct 18 18:19:08 2014 +0200

    packages: Generalize the 'cached' macro.
    
    * guix/packages.scm (cache): Rename to...
      (cache!): ... this.  Add 'cache' parameter, and use it.
      (cached): Add a rule to allow the cache to be specified.

commit 69bd3db1d4ba1fbb7af8704a13921bfe3ff47b91
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 27 18:05:30 2014 +0100

    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.
      [replacement]: New field.
      (bash-light): Turn into...
      (lightweight-bash): ... this procedure.  Add 'replacement' field.
      (bash-light): New variable.
    * gnu/packages/bison.scm (bison-without-tests): New procedure.

commit 7157e6cd74c5e740706be8170f37102ceb9acb7a
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 cb8020c8334fb7f27c86d0156055d25fbffba08e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Oct 27 18:09:00 2014 +0100

    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 e3c6544d081849bca366cb88ebf57abdef053a50
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 17 20:58:02 2014 +0200

    derivations: Add 'derivation-name'.
    
    * guix/derivations.scm (derivation-name): New procedure.
    * tests/derivations.scm ("derivation-name"): New test.

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


hooks/post-receive
-- 
guix source archive



reply via email to

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