[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: overdrive: Use the FQDN of overdrive1.
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: overdrive: Use the FQDN of overdrive1. |
Date: |
Tue, 27 Sep 2022 03:39:24 -0400 |
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 bd166c1 hydra: overdrive: Use the FQDN of overdrive1.
bd166c1 is described below
commit bd166c126b84afe31249a616c8232e72ba7f0184
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Sep 26 17:35:00 2022 +0200
hydra: overdrive: Use the FQDN of overdrive1.
* hydra/deploy-overdrive1.scm: Adjust 'host-name'; add 'port'.
---
hydra/deploy-overdrive1.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hydra/deploy-overdrive1.scm b/hydra/deploy-overdrive1.scm
index 0dbc270..aa78fab 100644
--- a/hydra/deploy-overdrive1.scm
+++ b/hydra/deploy-overdrive1.scm
@@ -7,7 +7,8 @@
(environment managed-host-environment-type)
(configuration
(machine-ssh-configuration
- (host-name "overdrive1")
+ (host-name "overdrive1.guix.gnu.org")
+ (port 52522)
(user (getenv "USER"))
(build-locally? #t)
(host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIPf2f93c90oi9s9qGVGWC3sDgG7kEBvIEwR021NsfG+z")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: overdrive: Use the FQDN of overdrive1.,
Ludovic Courtès <=