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.6-460-g0918e64


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.6-460-g0918e64
Date: Fri, 27 Jun 2014 22:24:24 +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  0918e64a49a2faa87ac9a5afb299f859d4be0cf0 (commit)
       via  5d69fb54fbd7ed3802f395c60a847151a19692c7 (commit)
       via  480af4d622d9ed6ea1cff26db8f66bea7d45c65a (commit)
       via  6750877f46e684688075674c6e342895a24a52c9 (commit)
      from  20b1d19e10a788768c67d0d8256527791ce579c8 (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 0918e64a49a2faa87ac9a5afb299f859d4be0cf0
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 23:20:26 2014 +0200

    doc: Improve wording and example in "Using the Configuration System".
    
    * doc/guix.texi (Using the Configuration System): Make the intro more
      user-oriented.  Change example to return an operating system.  Fix
      typos.  Mention mandatory/optional fields.

commit 5d69fb54fbd7ed3802f395c60a847151a19692c7
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 23:37:44 2014 +0200

    gnu: guix: Use the development version by default.
    
    * gnu/packages/package-management.scm (guix): Rename to...
      (guix-0.6): ... this.
      (guix-devel): Rename to...
      (guix): ... this.  Replace references to 'guix' by references to
      'guix-0.6'.

commit 480af4d622d9ed6ea1cff26db8f66bea7d45c65a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 23:06:55 2014 +0200

    gnu: guix: Add development version.
    
    * gnu/packages/package-management.scm (guix-devel): New variable.

commit 6750877f46e684688075674c6e342895a24a52c9
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 27 23:04:48 2014 +0200

    git-download: Support recursive clones.
    
    * guix/git-download.scm (<git-reference>)[recursive?]: New field.
      (git-fetch): Add 'inputs' variable.  Add it to the #:inputs argument
      of 'build-expression->derivation'.  Augment builder with call to
      'set-path-environment-variable', and pass #:recursive? to
      'git-fetch'.
    * guix/build/git.scm (git-fetch): Add #:recursive? parameter.  Pass
      --recursive when RECURSIVE? is true, and delete all the '.git' files.

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

Summary of changes:
 doc/guix.texi                       |   58 ++++++++++++++++++--------------
 gnu/packages/package-management.scm |   62 +++++++++++++++++++++++++++++++++-
 guix/build/git.scm                  |   33 ++++++++++++-------
 guix/git-download.scm               |   31 +++++++++++++++--
 4 files changed, 140 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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