guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: cuirass: Fix typo in 'shepherd' jobset.


From: Ludovic Courtès
Subject: 01/02: hydra: cuirass: Fix typo in 'shepherd' jobset.
Date: Sat, 24 Jun 2023 17:03:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 22d75d93aeda2488e5cd7af00cb287b3b220ec01
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jun 24 23:00:44 2023 +0200

    hydra: cuirass: Fix typo in 'shepherd' jobset.
    
    * hydra/modules/sysadmin/services.scm (cuirass-specs): Fix branch name
    for 'shepherd' channel.
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index f591d01..83dbe26 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -402,7 +402,7 @@ collection instead."
        (list (channel
               (name 'shepherd)
               (url "https://git.savannah.gnu.org/git/shepherd.git";)
-              (branch "shepherd")
+              (branch "master")
               (introduction
                (make-channel-introduction
                 "788a6d6f1d5c170db68aa4bbfb77024fdc468ed3"



reply via email to

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