guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Tweak nar-herder import options.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Tweak nar-herder import options.
Date: Wed, 8 Feb 2023 12:28:07 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 0f6d67c63050931e9f6f54c0fbcf17aacbc64fdd
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 8 17:27:04 2023 +0000

    hydra: bayfront: Tweak nar-herder import options.
    
    Ensure references exist to guard against publishing nars where not all
    the references are available.
    
    * hydra/bayfront.scm (%guix-build-coordinator-configuration): Add
    --ensure-references-exist to the nar-herder import command.
---
 hydra/bayfront.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 3320179..7ba3377 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -910,6 +910,7 @@ add_header Content-Type text/plain;")))
                                   (list #$(file-append nar-herder 
"/bin/nar-herder")
                                         "import"
                                         "--tag=unknown-if-for-master=true"
+                                        "--ensure-references-exist"
                                         
"--database=/var/lib/nar-herder/nar_herder.db"
                                         narinfo)))
                             (let ((exit-code



reply via email to

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