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.7-719-gf81ac34


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-719-gf81ac34
Date: Sun, 09 Nov 2014 21:33:53 +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  f81ac34dd9ab0f2ebaabf2cf382bd52d0d78396a (commit)
       via  4684f301d5a7ff39a913c8f06507f67ec9b4a1cd (commit)
       via  a2b63d58d43f5d43a2677048b601a16ce132889d (commit)
      from  c4bd2aca00068c179c308256e6a8c04d7d3e108e (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 f81ac34dd9ab0f2ebaabf2cf382bd52d0d78396a
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 9 22:32:21 2014 +0100

    pull: Use the build procedure provided by the newly-downloaded Guix.
    
    Fixes <http://bugs.gnu.org/18534>.
    
    * guix/scripts/pull.scm (with-environment-variable, with-PATH): New
      macros.
      (temporary-directory, first-directory, interned-then-deleted): New
      procedures.
      (unpack): Rewrite to do the unpacking in the current process rather
      than as a separate derivation.
      (%self-build-file): New variable.
      (build-from-source): New procedure.
      (build-and-install): Use it.
    * guix/build/pull.scm (build-guix): Rename 'tarball' argument to
      'source'.  Remove #:tar and #:gzip parameters, as well as 'tar'
      invocation.  Remove 'scandir' invocation.  Wrap body in
      'with-directory-excursion'.
    * build-aux/build-self.scm: New file.
    * Makefile.am (EXTRA_DIST): Add it.

commit 4684f301d5a7ff39a913c8f06507f67ec9b4a1cd
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 9 22:19:17 2014 +0100

    gexp: Add #:module-path parameter to 'gexp->derivation'.
    
    * guix/gexp.scm (gexp->derivation): Add #:module-path parameter, and
      pass it to 'imported-modules' and 'compiled-modules'.
    * doc/guix.texi (G-Expressions): Adjust accordingly.

commit a2b63d58d43f5d43a2677048b601a16ce132889d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Nov 9 17:56:02 2014 +0100

    gnu: Re-synchronize a couple of synopses with the Womb.
    
    * gnu/packages/lisp.scm (gcl): Synchronize synopsis.
    * gnu/packages/scheme.scm (mit-scheme): Ditto.

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

Summary of changes:
 Makefile.am              |    1 +
 build-aux/build-self.scm |   98 +++++++++++++++++++++++++++++++++++++
 doc/guix.texi            |    5 +-
 gnu/packages/lisp.scm    |    2 +-
 gnu/packages/scheme.scm  |    2 +-
 guix/build/pull.scm      |  120 ++++++++++++++++++++-------------------------
 guix/gexp.scm            |    5 ++-
 guix/scripts/pull.scm    |  122 ++++++++++++++++++++++++++++++++++++---------
 8 files changed, 259 insertions(+), 96 deletions(-)
 create mode 100644 build-aux/build-self.scm


hooks/post-receive
-- 
guix source archive



reply via email to

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