[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, wip-offload-lsh, created. v0.5-142-g
From: |
Ludovic Court�s |
Subject: |
GNU Guixguix source archive branch, wip-offload-lsh, created. v0.5-142-g0412923 |
Date: |
Wed, 22 Jan 2014 21:59:02 +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-lsh has been created
at 041292337073b65699beac109cf1a6742771ae4f (commit)
- Log -----------------------------------------------------------------
commit 041292337073b65699beac109cf1a6742771ae4f
Author: Ludovic Courtès <address@hidden>
Date: Sun Jan 19 23:23:42 2014 +0100
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)[HAVE_DAEMON_OFFLOAD_HOOK]: Set 'useBuildHook' by default.
Set $NIX_BUILD_HOOK to our offload hook unless otherwise specified.
[!HAVE_DAEMON_OFFLOAD_HOOK]: Clear 'useBuildHook'.
* pre-inst-env.in: Set and export NIX_BUILD_HOOK.
* nix/scripts/offload.in, guix/scripts/offload.scm: New files.
* config-daemon.ac: Call 'GUIX_CHECK_UNBUFFERED_CBIP'.
Instantiate 'nix/scripts/offload'. Set 'BUILD_DAEMON_OFFLOAD'
conditional, and optionally define 'HAVE_DEAMON_OFFLOAD_HOOK' cpp
macro.
* daemon.am (nodist_pkglibexec_SCRIPTS)[BUILD_DAEMON_OFFLOAD]: Add it.
* Makefile.am (MODULES)[BUILD_DAEMON_OFFLOAD]: Add
'guix/scripts/offload.scm'.
(EXTRA_DIST)[!BUILD_DAEMON_OFFLOAD]: Likewise.
* m4/guix.m4 (GUIX_CHECK_UNBUFFERED_CBIP): New macro.
* doc/guix.texi (Setting Up the Daemon): Move most of the body to...
(Build Environment Setup): ... this. New subsection.
(Daemon Offload Setup): New subsection.
commit 75edd28e69eead810e081baab0e33d307027a785
Author: Ludovic Courtès <address@hidden>
Date: Wed Jan 22 17:09:21 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.
(&nar-error): Add 'file' and 'port' fields.
(&nar-read-error): Remove 'port' and 'file' fields.
(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)", "restore-file-set (missing
signature)", "restore-file-set (corrupt)"): New tests.
* po/Makevars (XGETTEXT_OPTIONS): Add '--keyword=message'.nar fixes
* po/POTFILES.in: Add guix/nar.scm.
commit afb808e4837468a64f7f16503febba39a08fc137
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 d278b394c5d34ce875b2664381e3026ddce9a9d9
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 b69da74cc3020fc9822507a2add8d4ac905c9734
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 f569056c3d96e14871a3a451c14a25ea33fe1ab8
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 9488c1fb41ef2d905ea68bb857a9bfdf8ac9cbdf
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 87ec3728516a07b9a21f795369eb4bccd6894816
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 fd272dc4934fdaa26b57c210ed96a4559c40ccb0
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 ef903f4ca0fbb6a27c0113202924a4cca9488bb4
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, wip-offload-lsh, created. v0.5-142-g0412923,
Ludovic Court�s <=