diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-24 16:26:14 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-25 13:45:27 -0400 |
| commit | 4b5a6fbc9b754c0ca70d033dd99f17c4f028733a (patch) | |
| tree | 7e1267a5ab1edc10d1b4dd71e51a80f17c8fba36 /Makefile.am | |
| parent | a5ccf1b522b443fa2aab79a4833810bdede4a9ff (diff) | |
offload: Modify the build-machine record to accept multiple systems.
* guix/scripts/offload.scm (<build-machine>)[systems]: New field.
[system]: Accessor changed to %build-machine-system. Default to #f.
* guix/scripts/offload.scm (build-machine-system): Wrap %build-machine-system
with a deprecation warning.
(build-machine-systems): Access the new systems field or fallback to use
build-machine-system, for backward compatibility.
(machine-matches?): Adjust.
* tests/offload.scm: Add tests...
* Makefile.am (SCM_TESTS): ...and register them.
* doc/guix.texi (Daemon Offload Setup): Update doc.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4e50a33f82e..9c38c2f83cf 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -433,6 +433,7 @@ SCM_TESTS = \ | |||
| 433 | tests/monads.scm \ | 433 | tests/monads.scm \ |
| 434 | tests/nar.scm \ | 434 | tests/nar.scm \ |
| 435 | tests/networking.scm \ | 435 | tests/networking.scm \ |
| 436 | tests/offload.scm \ | ||
| 436 | tests/opam.scm \ | 437 | tests/opam.scm \ |
| 437 | tests/openpgp.scm \ | 438 | tests/openpgp.scm \ |
| 438 | tests/packages.scm \ | 439 | tests/packages.scm \ |
