aboutsummaryrefslogtreecommitdiff
path: root/nix/scripts/offload.in
blob: 50faed31c0bf9650172fb34e5b894984880f3d1a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#!@SHELL@
# A shorthand for "guix offload", for use by the daemon.

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="@prefix@"
    exec_prefix="@exec_prefix@"
    exec "@bindir@/guix" offload "$@"
else
    exec guix offload "$@"
fi
g-avail'>...Ludovic Courtès 2022-11-28system: hurd: Create more ttys....Ludovic Courtès 2022-11-28hurd-boot: Explain why 'getxattr' cannot be used on GNU/Hurd....Ludovic Courtès 2022-11-28hurd-boot: Create more PTY nodes....Ludovic Courtès 2022-11-20file-systems: Always do recursive bind mounts....Ricardo Wurmus 2022-11-17tests: root-unmount: Wait for the first QEMU process to finish....Ludovic Courtès 2022-11-15install: Validate symlink target in evaluate-populate-directive....Maxim Cournoyer 2022-11-15linux-modules: Add 'load-pci-device-database'....Ludovic Courtès 2022-11-15linux-modules: Add support for listing PCI devices....Ludovic Courtès 2022-11-03file-systems: Gracefully handle EMEDIUMTYPE in 'read-partitions'....Marius Bakke 2022-10-20file-systems: Support the 'no-diratime' mount flag....Ludovic Courtès 2022-10-07marionette: Add a callback arguments to wait-for-screen-text....Maxim Cournoyer 2022-10-07marionette: Define keystrokes for typing colons and exclamation marks....Maxim Cournoyer 2022-10-07marionette: Preserve screen dumps on failures....Maxim Cournoyer 2022-10-07marionette: Make marionette-screen-text private....Maxim Cournoyer 2022-09-24linux-container: Mark socket pair as SOCK_CLOEXEC....Ludovic Courtès 2022-09-23build: jami-service: account->username always return a fingerprint....Maxim Cournoyer 2022-09-20linux-container: 'container-excursion*' marks its FDs as FD_CLOEXEC....Ludovic Courtès 2022-09-16marionette: Avoid read error when wait-for-file file is empty....Christopher Baines 2022-09-16marionette: Make it easier to debug REPL read failures....Christopher Baines 2022-09-13secret-service: Mark sockets as SOCK_CLOEXEC....Ludovic Courtès 2022-09-08file-systems: Open files with O_CLOEXEC....Ludovic Courtès 2022-09-04linux-boot: Resume from hibernation after pre-boot....Jack Hill 2022-09-02shepherd: Set #o640 permissions for log file of service in container....Arun Isaac 2022-08-30build: image: Make partition uuid optional....Mathieu Othacehe 2022-08-30build: image: Remove unused variable....Mathieu Othacehe 2022-08-28build: marionette: Add support for Tesseract OCR....Maxim Cournoyer 2022-08-28marionette: Improve the error message of 'wait-for-screen-text'....Maxim Cournoyer 2022-08-11build: marionette: Adjust QEMU Info manual reference....Maxim Cournoyer 2022-08-10gnu: system: file-systems: Add shared flag....Oleg Pykhalov 2022-08-09tests: Add qemu-guest-agent system test....Timotej Lazar 2022-07-20gnu: modifying make-chromium-extension to rely on node-crx3....Nicolas Graves 2022-07-01file-systems: Add 'cleanly-unmounted-ext2?'....Ludovic Courtès 2022-06-24image: Add support for 32bit UEFI....Denis 'GNUtoo' Carikli 2022-06-10services: jami: Modernize to adjust to Shepherd 0.9+ changes....Maxim Cournoyer 2022-05-31image: Add fat32 support....Pavel Shlyak 2022-05-23image: Add bootable flag support....Pavel Shlyak 2022-05-22marionette: Add #:address parameter to 'wait-for-tcp-port'....Ludovic Courtès 2022-05-01Add (guix least-authority)....Ludovic Courtès 2022-05-01linux-container: Add #:child-is-pid1? parameter to 'call-with-container'....Ludovic Courtès 2022-05-01linux-container: Ensure signal-handling asyncs get a chance to run....Ludovic Courtès 2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT....Ludovic Courtès 2022-04-12shepherd: Add #:supplementary-groups....Leo Nikkilä