guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Mark “web-guix-hpc-videos” rsync m


From: Ludovic Courtès
Subject: branch master updated: hydra: berlin: Mark “web-guix-hpc-videos” rsync module as writable.
Date: Mon, 15 Jan 2024 04:53:15 -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 c34ea98  hydra: berlin: Mark “web-guix-hpc-videos” rsync module as 
writable.
c34ea98 is described below

commit c34ea98aebdbe7108b0833fc210c3d620ccb8b22
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 15 10:51:59 2024 +0100

    hydra: berlin: Mark “web-guix-hpc-videos” rsync module as writable.
    
    * hydra/berlin.scm (%rsync-modules-for-backup): Mark
    “web-guix-hpc-videos” as read-write.
---
 hydra/berlin.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 4110ecf..b6c79bd 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -216,7 +216,8 @@ devices {
          (file-name "/var/cache/guix/publish"))
         (rsync-module
          (name "web-guix-hpc-videos")
-         (file-name "/srv/guix-hpc-videos"))))
+         (file-name "/srv/guix-hpc-videos")
+         (read-only? #f))))                ;videos are uploaded from bayfront
 
 
 ;;;



reply via email to

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