guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: bayfront: Reduce TTL for "guix publish".


From: Andreas Enge
Subject: 01/02: hydra: bayfront: Reduce TTL for "guix publish".
Date: Sat, 19 Sep 2020 06:54:13 -0400 (EDT)

andreas pushed a commit to branch master
in repository maintenance.

commit b80c20e1f20637f4b073a96a48dea7358c36b0d7
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Sep 19 12:49:41 2020 +0200

    hydra: bayfront: Reduce TTL for "guix publish".
    
    * hydra/bayfront.scm (operating-system): Create frontend-services with a
    nar-ttl of 7 days.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index a00fbcd..418a124 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -252,7 +252,7 @@ Happy hacking!\n"))
 
                    (modify-services
                        (frontend-services %sysadmins
-                                          #:nar-ttl (* 15 24 3600)
+                                          #:nar-ttl (* 7 24 3600)
                                           #:motd %motd
                                           #:max-jobs 4
                                           #:cores 6



reply via email to

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