[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: cleanup-cuirass-roots: Remove image GC roo
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: cleanup-cuirass-roots: Remove image GC roots after two days. |
Date: |
Mon, 09 Nov 2020 03:18:38 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 0bf8202 hydra: cleanup-cuirass-roots: Remove image GC roots after two
days.
0bf8202 is described below
commit 0bf8202de811364ebd79e390fcd039f7936b6ea7
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 9 09:17:06 2020 +0100
hydra: cleanup-cuirass-roots: Remove image GC roots after two days.
* hydra/modules/sysadmin/services.scm (cleanup-cuirass-roots)[old?]:
Change to 2 days.
---
hydra/modules/sysadmin/services.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index cfa567a..c87f510 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -87,7 +87,7 @@
(define (old? stat)
(< (stat:mtime stat)
- (- now (* 5 3600 24))))
+ (- now (* 2 3600 24))))
(define (handle-gc-root file stat deleted)
;; Remove disk images, including *-installation (disk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: cleanup-cuirass-roots: Remove image GC roots after two days.,
Ludovic Courtès <=