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.5-54-gd6b5e4b


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-54-gd6b5e4b
Date: Sun, 22 Dec 2013 00:12:28 +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  d6b5e4bbbdc69f78ccccf0186153d0744b7f399d (commit)
       via  760c60d68491bd6803e86e405e765f3337663f17 (commit)
       via  7edccf4d62c299d2c52f0c55d80e9189924562d3 (commit)
       via  81fa80b2451aa0d1cccc91f8571ecd72c6e479c8 (commit)
       via  3f26bfc18a70a65443688d7724e5f97c53855c01 (commit)
       via  0820098d1ccf63e3e8b44df67dcb4236b78975c6 (commit)
      from  0a66781eee68efe71437ac0116172c873351eede (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 d6b5e4bbbdc69f78ccccf0186153d0744b7f399d
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 22 01:10:11 2013 +0100

    Update 'TODO'.

commit 760c60d68491bd6803e86e405e765f3337663f17
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 22 01:08:21 2013 +0100

    Add 'guix archive'.
    
    * guix/scripts/archive.scm, tests/guix-archive.sh: New files.
    * Makefile.am (MODULES): Add 'archive.scm'.
      (SH_TESTS): Add 'guix-archive.sh'.
    * doc/guix.texi (Invoking guix archive): New section.
    * guix/scripts/build.scm: Export 'derivation-from-expression'.
    * guix/scripts/package.scm: Export 'specification->package+output'.

commit 7edccf4d62c299d2c52f0c55d80e9189924562d3
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 22 00:02:39 2013 +0100

    build: Install 'guix-authenticate'.
    
    * daemon.am (nodist_libexec_SCRIPTS): New variable.

commit 81fa80b2451aa0d1cccc91f8571ecd72c6e479c8
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 21 22:53:58 2013 +0100

    guix build: Improve procedural decomposition.
    
    * guix/scripts/build.scm (%store): Remove.
      (derivation-from-expression): Add 'store' parameter.  Adjust caller
      accordingly.
      (register-root): New procedure, formerly within 'guix-build'.
      (options->derivations): New procedure, formerly inline within
      'guix-build'.
      (guix-build): Adjust accordingly.

commit 3f26bfc18a70a65443688d7724e5f97c53855c01
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 21 22:36:32 2013 +0100

    Factorize package search between 'guix package' and 'guix build'.
    
    * guix/scripts/package.scm (newest-available-packages): Remove.
      (find-best-packages-by-name): Move to...
    * gnu/packages.scm (find-best-packages-by-name): ... here.
      (find-newest-available-packages): Memoize.
    * guix/scripts/build.scm (specification->package): New procedure,
      formerly called 'find-package' within 'guix-build'.
      (guix-build): Adjust accordingly.

commit 0820098d1ccf63e3e8b44df67dcb4236b78975c6
Author: Ludovic Courtès <address@hidden>
Date:   Sat Dec 21 21:47:17 2013 +0100

    authenticate: Add test.
    
    * tests/guix-authenticate.sh: New file.
    * Makefile.am (SH_TESTS): Add it.

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

Summary of changes:
 Makefile.am                             |    5 +-
 TODO                                    |   24 +--
 daemon.am                               |    4 +
 doc/guix.texi                           |   59 +++++++-
 gnu/packages.scm                        |   43 +++--
 guix/scripts/archive.scm                |  232 +++++++++++++++++++++++++
 guix/scripts/build.scm                  |  283 +++++++++++++++----------------
 guix/scripts/package.scm                |   20 +--
 tests/{guix-hash.sh => guix-archive.sh} |   29 +++-
 tests/guix-authenticate.sh              |   63 +++++++
 10 files changed, 560 insertions(+), 202 deletions(-)
 create mode 100644 guix/scripts/archive.scm
 copy tests/{guix-hash.sh => guix-archive.sh} (51%)
 create mode 100644 tests/guix-authenticate.sh


hooks/post-receive
-- 
guix source archive



reply via email to

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