guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] guix source archive branch, master, updated. v0.1-274-gf65cf81


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-274-gf65cf81
Date: Wed, 03 Apr 2013 22:25:42 +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  f65cf81a3cd15eab993e129977bca46972508b4b (commit)
      from  cf53ecf514301d3ffdfc33dea057b057ffb132d6 (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 f65cf81a3cd15eab993e129977bca46972508b4b
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 2 10:44:20 2013 +0200

    Add preliminary binary substituter.
    
    * guix/scripts/substitute-binary.scm: New file.
    * Makefile.am (MODULES): Add it.
    * nix/scripts/substitute-binary.in: New file.
    * config-daemon.ac: Produce nix/scripts/substitute-binary.
    * daemon.am (nodist_pkglibexec_SCRIPTS): Add
      nix/scripts/substitute-binary.
    * guix/store.scm (substitutable-path-info): Use the
      `query-substitutable-path-infos' RPC.
    * nix/nix-daemon/guix-daemon.cc (main): Honor `NIX_SUBSTITUTERS'.
    * pre-inst-env.in: Set `NIX_SUBSTITUTERS'.
    * test-env.in: Leave `NIX_SUBSTITUTERS' unchanged.  Set
      `GUIX_BINARY_SUBSTITUTE_URL, and create
      $NIX_STATE_DIR/substituter-data.
      Run `guix-daemon' within `./pre-inst-env'.
    * tests/store.scm ("substitute query"): New test.

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

Summary of changes:
 .gitignore                         |    1 +
 Makefile.am                        |    1 +
 config-daemon.ac                   |    5 +-
 daemon.am                          |    3 +-
 guix/scripts/substitute-binary.scm |  232 ++++++++++++++++++++++++++++++++++++
 guix/store.scm                     |    2 +-
 nix/nix-daemon/guix-daemon.cc      |   12 ++-
 nix/scripts/substitute-binary.in   |   11 ++
 pre-inst-env.in                    |    3 +-
 test-env.in                        |   17 ++-
 tests/store.scm                    |   39 ++++++
 11 files changed, 313 insertions(+), 13 deletions(-)
 create mode 100755 guix/scripts/substitute-binary.scm
 create mode 100644 nix/scripts/substitute-binary.in


hooks/post-receive
-- 
guix source archive



reply via email to

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