guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Fix a couple of typos.


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Fix a couple of typos.
Date: Fri, 10 Jun 2022 08:41:46 -0400

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 02fb44a  hydra: bayfront: Fix a couple of typos.
02fb44a is described below

commit 02fb44a5dd3d2f02103f27b3e9a44cb549b0ad96
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Jun 10 13:41:13 2022 +0100

    hydra: bayfront: Fix a couple of typos.
    
    * hydra/bayfront.scm <services>: Fix a couple of typos.
---
 hydra/bayfront.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 07e29e6..aef3cd5 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -761,7 +761,7 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
                                  (command
                                   (list #$(file-append nar-herder 
"/bin/nar-herder")
                                         "import"
-                                        "--tag=unknown-if-for-master"
+                                        "--tag=unknown-if-for-master=true"
                                         
"--database=/var/lib/nar-herder/nar_herder.db"
                                         narinfo)))
                             (let ((exit-code
@@ -1041,8 +1041,8 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
               (storage "/var/lib/nars")
               (storage-limit 0)
               (storage-nar-removal-criteria
-               '((and (stored-on . "https://bishan.guix.gnu.org";)
-                      (stored-on . "https://hatysa.cbaines.net";))))
+               '((and (stored-on "https://bishan.guix.gnu.org";)
+                      (stored-on "https://hatysa.cbaines.net";))))
               (ttl "180d")
               (log-level 'INFO)))
 



reply via email to

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