2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

Remove outdated commentary.

* src/cuirass/database.scm (db-register-builds): Remove commentary.
This commit is contained in:
Mathieu Othacehe 2021-02-14 15:32:49 +01:00
parent 6b59c251c6
commit a5f0a5f04d
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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;")