mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
offload: Export <build-machine> accessors.
* guix/scripts/offload.scm: Export 'build-machine' accessors.
This commit is contained in:
parent
6a3b4765f9
commit
d3f02752b5
1 changed files with 15 additions and 0 deletions
|
@ -53,7 +53,22 @@
|
||||||
#:use-module (ice-9 format)
|
#:use-module (ice-9 format)
|
||||||
#:use-module (ice-9 binary-ports)
|
#:use-module (ice-9 binary-ports)
|
||||||
#:export (build-machine
|
#:export (build-machine
|
||||||
|
build-machine?
|
||||||
|
build-machine-name
|
||||||
|
build-machine-port
|
||||||
|
build-machine-systems
|
||||||
|
build-machine-user
|
||||||
|
build-machine-private-key
|
||||||
|
build-machine-host-key
|
||||||
|
build-machine-compression
|
||||||
|
build-machine-daemon-socket
|
||||||
|
build-machine-overload-threshold
|
||||||
|
build-machine-systems
|
||||||
|
build-machine-features
|
||||||
|
|
||||||
build-requirements
|
build-requirements
|
||||||
|
build-requirements?
|
||||||
|
|
||||||
guix-offload))
|
guix-offload))
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue