# This is a "timer unit file" for the systemd init system to trigger # 'guix-gc.service' periodically. Drop it in /etc/systemd/system or similar # together with 'guix-gc.service' to set it up. [Unit] Description=Discard unused Guix store items [Timer] OnCalendar=weekly AccuracySec=1h Persistent=true RandomizedDelaySec=6000 [Install] WantedBy=timers.target
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/marionette.scm
AgeCommit message (Expand)Author
2024-02-10marionette: Add #:peek? to ‘wait-for-tcp-port?’....Ludovic Courtès
2023-07-19marionette: Allow passing custom OCR arguments....Bruno Victal
2022-11-17tests: root-unmount: Wait for the first QEMU process to finish....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-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-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-09tests: Add qemu-guest-agent system test....Timotej Lazar