[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: machines-for-berlin: Restore the p9 machine.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: machines-for-berlin: Restore the p9 machine. |
Date: |
Sat, 22 Oct 2022 05:44:30 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new b04e2e6 machines-for-berlin: Restore the p9 machine.
b04e2e6 is described below
commit b04e2e64c04168b4115b9452e555843d652c856d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Oct 22 11:43:58 2022 +0200
machines-for-berlin: Restore the p9 machine.
* hydra/machines-for-berlin (powerpc64le): Restore it.
---
hydra/machines-for-berlin.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index 08fcd4b..a9b22ae 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -299,13 +299,8 @@
(define powerpc64le
(list
;; A VM donated/hosted by OSUOSL & administered by nckx.
- ;; XXX: SSH tunnel via overdrive1:
- ;; ssh -L 2224:p9.tobias.gr:22 hydra@10.0.0.3
- #;
(build-machine
- ;;(name "p9.tobias.gr")
- (name "localhost")
- (port 2224)
+ (name "10.0.0.7")
(user "hydra")
(systems '("powerpc64le-linux"))
(host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIJEbRxJ6WqnNLYEMNDUKFcdMtyZ9V/6oEfBFSHY8xE6A nckx"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: machines-for-berlin: Restore the p9 machine.,
Mathieu Othacehe <=