[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/40: scripts: offload: Handle EPIPE errors when displaying help.
From: |
guix-commits |
Subject: |
21/40: scripts: offload: Handle EPIPE errors when displaying help. |
Date: |
Tue, 17 Oct 2023 08:54:39 -0400 (EDT) |
zimoun pushed a commit to branch master
in repository guix.
commit ef8a615861f3a007aa36b3375e775adb621ec052
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Oct 16 18:42:43 2023 +0200
scripts: offload: Handle EPIPE errors when displaying help.
* guix/scripts/offload.scm (guix-offload): Handle EPIPE errors when
displaying
help.
---
guix/scripts/offload.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm
index 7b76126d35..137e3b5fe3 100644
--- a/guix/scripts/offload.scm
+++ b/guix/scripts/offload.scm
@@ -868,11 +868,12 @@ machine."
(("--version")
(show-version-and-exit "guix offload"))
(("--help")
- (format #t (G_ "Usage: guix offload SYSTEM MAX-SILENT-TIME \
+ (leave-on-EPIPE
+ (format #t (G_ "Usage: guix offload SYSTEM MAX-SILENT-TIME \
PRINT-BUILD-TRACE? BUILD-TIMEOUT
Process build offload requests written on the standard input, possibly
offloading builds to the machines listed in '~a'.~%")
- %machine-file)
+ %machine-file))
(display (G_ "
This tool is meant to be used internally by 'guix-daemon'.\n"))
(show-bug-report-information))
- 40/40: guix: import: opam: Handle list of licenses., (continued)
- 40/40: guix: import: opam: Handle list of licenses., guix-commits, 2023/10/17
- 04/40: scripts: challenge: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 09/40: scripts: discover: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 20/40: scripts: locate: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 12/40: scripts: gc: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 06/40: scripts: copy: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 02/40: scripts: archive: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 05/40: scripts: container: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 16/40: scripts: home: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 01/40: ui: Handle EPIPE errors when displaying Guix version., guix-commits, 2023/10/17
- 21/40: scripts: offload: Handle EPIPE errors when displaying help.,
guix-commits <=
- 24/40: scripts: processes: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 11/40: scripts: edit: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 29/40: scripts: repl: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 17/40: scripts: import: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 32/40: scripts: show: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 34/40: scripts: style: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 25/40: scripts: publish: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 31/40: scripts: shell: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 38/40: scripts: upgrade: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 22/40: scripts: pack: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17