From c114af47702012d3c60b9b4f252f6c52b225d074 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 22 Aug 2022 18:04:52 +0000 Subject: Fix false positives of iurt dying on the build machine sout("foo || bar") was fetching the output of: ssh -x user@host foo || bar instead of: ssh -x user@host "foo || bar" This means we were considering the remote command to have failed when ssh to the machine to check status was failing. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a126dd3..37a4f38 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- ulri: Fix false positives of iurt dying on the build machine - Fix cleaning chroots (eg: when using --clean-all) 0.7.17.2 -- cgit v1.2.1