From 64a9e5e46d86754f8756ec48ee374216a0d650cc Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 14 Aug 2019 17:34:57 +0900 Subject: [PATCH] Explicitly allocate a TTY for failure investigations --- buildsrht/templates/job.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsrht/templates/job.html b/buildsrht/templates/job.html index 2907e7d..4266fd3 100644 --- a/buildsrht/templates/job.html +++ b/buildsrht/templates/job.html @@ -112,7 +112,7 @@ following command:
ssh builds@{{job.runner}} connect {{job.id}}
+ >ssh -t builds@{{job.runner}} connect {{job.id}} {% endif %} {% endif %} -- 2.38.5