From 7d9ad8f3a695b6d813f484625681263f4509f181 Mon Sep 17 00:00:00 2001 From: Ahmad Draidi Date: Thu, 2 May 2024 05:37:49 +0400 Subject: services: cuirass: Remove use-substitutes? configuration option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As of Cuirass commit 9a1452ee021c9f773424961cfeef47ca0b7c5c5a, this option seems to be unused and kept for back compatibility there. * gnu/services/cuirass.scm (): Remove use-substitutes? field. (cuirass-shepherd-service): Remove the option. * doc/guix.texi (Continuous Integration): Remove option documentation. Change-Id: I933550ce76eecdf918b07891aa8212fd30a7c87e Signed-off-by: Ludovic Courtès --- doc/guix.texi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 6156293f9c..1c1e0164e7 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -34488,10 +34488,6 @@ A gexp (@pxref{G-Expressions}) that evaluates to a list of specifications records. The specification record is described in the Cuirass manual (@pxref{Specifications,,, cuirass, Cuirass}). -@item @code{use-substitutes?} (default: @code{#f}) -This allows using substitutes to avoid building every dependencies of a job -from source. - @item @code{one-shot?} (default: @code{#f}) Only evaluate specifications and build derivations once. -- cgit v1.2.3