guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/goggles: Show logs for #guix-hpc.


From: Ricardo Wurmus
Subject: branch master updated: hydra/goggles: Show logs for #guix-hpc.
Date: Fri, 03 Jul 2020 11:39:25 -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 6f8d619  hydra/goggles: Show logs for #guix-hpc.
6f8d619 is described below

commit 6f8d619b0a471eaf7eaea70689fefdf4f5747ba8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 3 17:38:41 2020 +0200

    hydra/goggles: Show logs for #guix-hpc.
    
    * hydra/goggles.scm (%config): Add guix-hpc to the list of channels.
---
 hydra/goggles.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/goggles.scm b/hydra/goggles.scm
index cf3c9d6..f94f95e 100755
--- a/hydra/goggles.scm
+++ b/hydra/goggles.scm
@@ -23,7 +23,7 @@
 (define %config
   '((host . "127.0.0.1")
     (port . 3333)
-    (channels . ("guix" "guile" "bootstrappable"))))
+    (channels . ("guix" "guix-hpc" "guile" "bootstrappable"))))
 
 (define file-mime-types
   '(("css" . (text/css))



reply via email to

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