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-537-gffe96


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, wip-grafts, created. v0.7-537-gffe96a8
Date: Wed, 15 Oct 2014 22:21:49 +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  ffe96a89dc01ddf48d8733483fd0a3ffaf403f9f (commit)

- Log -----------------------------------------------------------------
commit ffe96a89dc01ddf48d8733483fd0a3ffaf403f9f
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 12 22:59:54 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.

commit 7f00d70b0cc3ae899bd54cb4497ec5aac908285a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 15 23:53:35 2014 +0200

    packages: Add grafts.
    
    * guix/packages.scm (<package>)[graft]: New field.
      (patch-and-repack): Invoke 'package-derivation' with #:graft? #f.
      (package-source-derivation): Likewise.
      (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-derivation,
      indirect grafts", "package-cross-derivation, indirect grafts"): New
      tests.
    * doc/guix.texi (Security Updates): New node.

commit 666f574013a9d4f94f24cdeb6420cdc1bdec5b36
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 6451f418606095bd032d8980662a15c4d5094f52
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 47ed1e415c477f0d2a93ad351a6cebf841eafc79
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 7a4e751ce50aab886866de62294baf3adc3c7dca
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 6c801801ab64dd5614603be88307b40f449af62f
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]