guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Remove outdated commentary.


From: Mathieu Othacehe
Subject: branch master updated: Remove outdated commentary.
Date: Sun, 14 Feb 2021 09:33:08 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new a5f0a5f  Remove outdated commentary.
a5f0a5f is described below

commit a5f0a5f04d87efed2b0acae45caa47204b2c2559
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Feb 14 15:32:49 2021 +0100

    Remove outdated commentary.
    
    * src/cuirass/database.scm (db-register-builds): Remove commentary.
---
 src/cuirass/database.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm
index a5b06e2..38abce1 100644
--- a/src/cuirass/database.scm
+++ b/src/cuirass/database.scm
@@ -746,9 +746,6 @@ where id = " build-id ") d;
                    (and add-build? (db-add-build build)))
                  (db-add-build build))))))
 
-  ;; Use the database worker dedicated to write queries.  We don't want this
-  ;; query to be queued as it is already a quite large transaction by itself,
-  ;; so pass the #:FORCE? option.
   (with-db-worker-thread db
     (log-message "Registering builds for evaluation ~a." eval-id)
     (exec-query db "BEGIN TRANSACTION;")



reply via email to

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