guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Fix typo.


From: Tobias Geerinckx-Rice
Subject: branch master updated: hydra: Fix typo.
Date: Thu, 27 Feb 2020 12:19:47 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7cf60fe  hydra: Fix typo.
7cf60fe is described below

commit 7cf60fe31d2713941406f32b60c9f3397cade732
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Feb 27 18:08:14 2020 +0100

    hydra: Fix typo.
    
    * hydra/machines-for-berlin.scm (armv7): Add missing closing bracket.
---
 hydra/machines-for-berlin.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/hydra/machines-for-berlin.scm b/hydra/machines-for-berlin.scm
index c344969..5957a28 100644
--- a/hydra/machines-for-berlin.scm
+++ b/hydra/machines-for-berlin.scm
@@ -1,7 +1,7 @@
 ;; Install this file as /etc/guix/machines.scm on berlin.guix.gnu.org
 (use-modules (ice-9 match) (srfi srfi-1))
 
-;; These are all hosted at the MDC in Berlin Buch.  They are connected to      
                                                                                
                               
+;; These are all hosted at the MDC in Berlin Buch.  They are connected to
 ;; a dedicated VLAN and can only be accessed from berlin.guix.gnu.org.
 (define hosts
   '(;;; New machines.  We should use DNS for them in the future.
@@ -106,7 +106,6 @@
      "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAICBZkQ4ZQgMGs/3druNQLsyFWHVhjtmN/sj1fxrPeUqJ"
      192)))
 
-
 (define template-x86_64
   (match-lambda
     ;; Prefer building on the new nodes.
@@ -259,7 +258,7 @@
     (system "armhf-linux")
     (host-key "ssh-ed25519 
AAAAC3NzaC1lZDI1NTE5AAAAIBLOVhnS24E+Z1bXLUU4z4gE5+HsFxDxUPA6MbLHmnME 
root@hydra-slave3")
     (speed 1.0)
-    (parallel-builds 2)))
+    (parallel-builds 2))))
 
 (let* ((x86_64 (map template-x86_64 hosts))
        (fast   (filter-map (match-lambda



reply via email to

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