guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, wip-offload, created. v0.5-137-g6eaa


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, wip-offload, created. v0.5-137-g6eaab12
Date: Sun, 19 Jan 2014 22:30: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, wip-offload has been created
        at  6eaab12250e250b3d8ab3e0b7e45ecdaaa33b792 (commit)

- Log -----------------------------------------------------------------
commit 6eaab12250e250b3d8ab3e0b7e45ecdaaa33b792
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 19 23:25:43 2014 +0100

    nar: Add 'restore-file-set', for use by build hooks.
    
    * guix/nar.scm (&nar-invalid-hash-error, &nar-signature-error): New
      condition types.
      (lock-store-file, unlock-store-file, finalize-store-file,
      temporary-store-directory, restore-file-set): New procedures.
    * tests/nar.scm (%seed): New variable.
      (random-text): New procedure.
      ("restore-file-set (signed, valid)"): New test.

commit bc5144ab0d14c60bead00f3d8fa6f2070f667b96
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 19 23:23:42 2014 +0100

    PRELIMINARY: Add 'guix offload' as a daemon build hook.
    
    * nix/nix-daemon/guix-daemon.cc (GUIX_OPT_NO_BUILD_HOOK): New macro.
      (options): Add '--no-build-hook'.
      (parse_opt): Handle it.
      (main): Set 'useBuildHook' by default.  Set $NIX_BUILD_HOOK to our
      offload hook unless otherwise specified.
    * pre-inst-env.in: Set and export NIX_BUILD_HOOK.
    * nix/scripts/offload.in, guix/scripts/offload.scm: New files.
    * config-daemon.ac: Instantiate 'nix/scripts/offload'.
    * daemon.am (nodist_pkglibexec_SCRIPTS): Add it.
    * Makefile.am (MODULES): Add 'guix/scripts/offload.scm'.

commit 6bd8fae557c4eccd552893e3cab85ec28b281d90
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 19 23:03:43 2014 +0100

    store: Add 'with-store' convenience macro.
    
    * guix/store.scm (with-store): New macro.

commit 25ab67026b720916f4c607ab9fc23ed954428893
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 19 18:16:28 2014 +0100

    hash: Add 'open-sha256-input-port', for Guile > 2.0.9.
    
    * guix/hash.scm (open-sha256-input-port): New procedure.
    * tests/hash.scm (supports-unbuffered-cbip?): New procedure.
      ("open-sha256-input-port, empty", "open-sha256-input-port, hello",
      "open-sha256-input-port, hello, one two",
      "open-sha256-input-port, hello, read from wrapped port"): New tests.

commit 83782df57181e9ce5bbecc51465a6bccffce50ad
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 19 23:29:09 2014 +0100

    pki: Factorize signature manipulation procedures.
    
    * guix/pki.scm (signature-subject, signature-signed-data,
      valid-signature?): New procedures.
    * guix/scripts/authenticate.scm (guix-authenticate): Adjust to use
      them.

commit 5ad53943383f79e5461a4b183687323f0d37c14c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 10 23:27:39 2014 +0100

    utils: Add 'fcntl-flock'.
    
    * guix/utils.scm (%struct-flock, F_SETLKW, F_xxLCK): New variables.
      (fcntl-flock): New procedure.
    * tests/utils.scm ("fcntl-flock"): New test.

commit ba4ca9575f39fb92a1188e475b8964cd52e71c48
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jan 11 17:11:14 2014 +0100

    store: Add 'register-path' procedure.
    
    * guix/store.scm (register-path): New procedure.
    * tests/store.scm ("register-path"): New test.
    * guix/config.scm.in (%guix-register-program): New variable.
    * configure.ac: Compute and substitute 'guix_sbindir'.  Compute
      'guix_prefix'.
    * pre-inst-env.in: Define 'GUIX_REGISTER'.

commit ff47cede33938e045031d04b5fedd7c866cde780
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jan 11 16:55:04 2014 +0100

    guix-register: Support registration in the current store, without 
'--prefix'.
    
    * nix/guix-register/guix-register.cc (register_validity): Leave
      'info.path' unmodified when PREFIX is empty.
      (main): Call 'settings.processEnvironment' early on.
      Leave 'settings.nixStore' unmodified when PREFIX is empty.

commit 444e0dff8ee07a2fe94d33f35b2da553a7594b36
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 9 23:59:07 2014 +0100

    store: Add comments for the %stderr constants.
    
    * guix/store.scm (process-stderr): Add comments for the various
      constants, to help when stracing.

commit 2bdb23101f8bd4bdcdc7e791fc7bd279f44c5d24
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 6 23:31:17 2014 +0100

    ui: Filter out internal commands from '--help'.
    
    * guix/ui.scm (show-guix-help)[internal?]: New procedure.
      Use it to filter out internal commands reported by '--help'.

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


hooks/post-receive
-- 
guix source archive



reply via email to

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