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-396-g1950bf5


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-396-g1950bf5
Date: Sat, 22 Mar 2014 21:57:15 +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  1950bf56d09755fb69f3e8ecd46bea7cea52d2a8 (commit)
       via  9b0a2233dbe8746015b97e97cef890d38fb44b0f (commit)
       via  9dbe6e43ea9f7d2afccc3c9febcd7f399e819f01 (commit)
       via  ed1aff038a5be5f55a6b230fede7566b6f93d126 (commit)
       via  7a8024a33ad862fdbc8ae741f0a6f5338cb5b82b (commit)
       via  443eb4e9506026094f5e0dadc3e11d3cf7a86a24 (commit)
       via  ca534666aa18405c96f661fd108686f2ae72c9aa (commit)
      from  7569c5cb351c6b1f2220f45e4a93ee5262e35313 (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 1950bf56d09755fb69f3e8ecd46bea7cea52d2a8
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 22 22:55:58 2014 +0100

    tests: Make sure substitutes are usable when we need them.
    
    * tests/derivations.scm ("derivation-prerequisites-to-build and
      substitutes"): Add call to 'set-build-options'.

commit 9b0a2233dbe8746015b97e97cef890d38fb44b0f
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 22 22:46:11 2014 +0100

    authenticate: Support reading the hash or key from stdin.
    
    * guix/scripts/authenticate.scm (guix-authenticate): Add clauses
      for ("rsautl" "-sign" "-inkey" key) and ("rsautl" "-verify" "-inkey" _
      "-pubin").
    * tests/guix-authenticate.sh (hash): Add test using -sign and -verify in
      a pipeline.

commit 9dbe6e43ea9f7d2afccc3c9febcd7f399e819f01
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 22 22:38:23 2014 +0100

    authenticate: Move actual work to separate procedures.
    
    * guix/scripts/authenticate.scm (read-canonical-sexp): Change to expect
      a port instead of a file name.
      (read-hash-data): Likewise.
      (sign-with-key, validate-signature): New procedures.
      (guix-authenticate): Rewrite in terms of these two procedures.

commit ed1aff038a5be5f55a6b230fede7566b6f93d126
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 22 22:19:29 2014 +0100

    Update 'nix-upstream' sub-module.
    
    * nix-upstream: Update.

commit 7a8024a33ad862fdbc8ae741f0a6f5338cb5b82b
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 22 21:58:23 2014 +0100

    utils: Add 'decompressed-port' and 'compressed-port'.
    
    * guix/utils.scm (decompressed-port, compressed-port): New procedures.
    * guix/scripts/substitute-binary.scm (decompressed-port): Remove.
      (guix-substitute-binary): Pass a symbol or #f as the first argument to
      'decompress-port'.
    * tests/utils.scm ("compressed-port, decompressed-port, non-file"): New
      test.

commit 443eb4e9506026094f5e0dadc3e11d3cf7a86a24
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 22 21:50:12 2014 +0100

    utils: 'filtered-port' doesn't leave dangling processes behind.
    
    * guix/utils.scm (filtered-port): Make sure the 'execl' child process
      always exits, and does (primitive-_exit 1) upon execution failure.
      Use 'primitive-_exit' in the 'dump-port' child process.
    * tests/utils.scm ("filtered-port, does not exist"): New test.

commit ca534666aa18405c96f661fd108686f2ae72c9aa
Author: Yakkala Yagnesh Raghava <address@hidden>
Date:   Fri Mar 21 00:15:26 2014 +0900

    licenses: Fix Nixpkgs license URL.
    
    * guix/licenses.scm: Fix Nixpkgs URL in comment.
    
    Signed-off-by: Ludovic Courtès <address@hidden>

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

Summary of changes:
 guix/licenses.scm                  |    2 +-
 guix/scripts/authenticate.scm      |   94 +++++++++++++++++++++--------------
 guix/scripts/substitute-binary.scm |   13 +----
 guix/utils.scm                     |   52 ++++++++++++++++----
 nix-upstream                       |    2 +-
 tests/derivations.scm              |    3 +
 tests/guix-authenticate.sh         |   13 +++++-
 tests/utils.scm                    |   19 +++++++
 8 files changed, 137 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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