[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: dns: Add monitor sub-domain.
From: |
Ricardo Wurmus |
Subject: |
branch master updated: hydra: dns: Add monitor sub-domain. |
Date: |
Sun, 15 Mar 2020 10:45:37 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 64cb4ae hydra: dns: Add monitor sub-domain.
64cb4ae is described below
commit 64cb4ae13e7dbbf22fc84c633c758ac96bb54ca9
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 15 15:42:15 2020 +0100
hydra: dns: Add monitor sub-domain.
* hydra/modules/sysadmin/dns.scm (guix.gnu.org.zone): Add entry for
monitor.guix.gnu.org.
---
hydra/modules/sysadmin/dns.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/hydra/modules/sysadmin/dns.scm b/hydra/modules/sysadmin/dns.scm
index 73089cb..ab8f103 100644
--- a/hydra/modules/sysadmin/dns.scm
+++ b/hydra/modules/sysadmin/dns.scm
@@ -92,6 +92,7 @@
;; Services.
("issues" "" "IN" "A" berlin-ip4)
+ ("monitor" "" "IN" "A" berlin-ip4)
("logs" "" "IN" "A" bayfront-ip4)
("ci" "" "IN" "A" berlin-ip4)
("data" "" "IN" "A" "78.47.68.4")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: dns: Add monitor sub-domain.,
Ricardo Wurmus <=