aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/pm.scm
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2024-08-24 11:32:15 +0200
committerW. Kosior <koszko@koszko.org>2025-02-06 16:38:41 +0100
commita5df69fe1e8a63441e8e28af718b474d776b8b6f (patch)
tree452ab33ee714e93be46f5374fa9f5b1d58c02f9c /gnu/home/services/pm.scm
parente09c869aaaebeee39ac31de224e34aa49663f782 (diff)
downloadguix-a5df69fe1e8a63441e8e28af718b474d776b8b6f.tar.gz
guix-a5df69fe1e8a63441e8e28af718b474d776b8b6f.zip
gnu: Add tmate-ssh-server.
* gnu/packages/ssh.scm (tmate-ssh-server): New variable. Change-Id: Idfc1f1d8835c0681fb957b85a142c0888a15fa04
Diffstat (limited to 'gnu/home/services/pm.scm')
0 files changed, 0 insertions, 0 deletions
c-test)["login on tty1"]: Use 'wait-for-file' instead of inline code. Ludovic Courtès 2017-08-28marionette: Augment the set of keystrokes....* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `. Ludovic Courtès 2017-08-28marionette: Fix typing of capital letters....Previously we'd use "sendkey P" instead of "sendkey shift-p", which had no effect. * gnu/build/marionette.scm (character->keystroke): New procedure. (string->keystroke-commands): Use it. Ludovic Courtès 2017-08-28marionette: 'wait-for-file' really raises an error when a file is missing....* gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on the host, not in the guest. Ludovic Courtès 2017-06-12marionette: Factorize 'wait-for-file'....* gnu/build/marionette.scm (wait-for-file): New procedure. * gnu/tests/base.scm (run-mcron-test)[test](wait-for-file): Remove. Pass second argument in 'wait-for-file' calls. * gnu/tests/ssh.scm (run-ssh-test)[test](wait-for-file): Remove. Pass second argument in 'wait-for-file' calls. * gnu/tests/messaging.scm (run-xmpp-test)[test](guest-wait-for-file): Remove. Use 'wait-for-file' instead, with second argument. Ludovic Courtès