guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: cuirass-howto: Explain how to retry an evaluation.


From: Ludovic Courtès
Subject: 01/01: cuirass-howto: Explain how to retry an evaluation.
Date: Tue, 15 Oct 2019 05:36:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 04597f67461a55f31cf8e4b5a340ae90610b0ff0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 15 11:36:26 2019 +0200

    cuirass-howto: Explain how to retry an evaluation.
    
    * doc/cuirass-howto.org (Retrying an evaluation): New section.
---
 doc/cuirass-howto.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/cuirass-howto.org b/doc/cuirass-howto.org
index f559501..5cd8f23 100644
--- a/doc/cuirass-howto.org
+++ b/doc/cuirass-howto.org
@@ -62,3 +62,13 @@ performed, here’s how you’d cancel them:
 
 The value 4 for =status= comes from the =build-status= enum in the
 =(cuirass database)= module.
+
+* Retrying an evaluation
+
+Support evaluation 8009 failed due to some transient error and you want
+to retry it:
+
+#+begin_src sh
+  sqlite> delete from checkouts where evaluation=8009;
+
+#+end_src



reply via email to

[Prev in Thread] Current Thread [Next in Thread]