From 132a94246f80e17922f2e6d5b584324a09cb0bf8 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 14 May 2021 09:52:13 +0100 Subject: Line buffer the queue builds script output So that the output is more consistent. --- scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in index ebb0a01..0adb64c 100644 --- a/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in +++ b/scripts/guix-build-coordinator-queue-builds-from-guix-data-service.in @@ -22,6 +22,9 @@ ;;; along with the guix-data-service. If not, see ;;; . +(setvbuf (current-output-port) 'line) +(setvbuf (current-error-port) 'line) + (use-modules (srfi srfi-1) (srfi srfi-11) (srfi srfi-37) -- cgit v1.2.3