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 0fad0d2  sysadmin: services: Build kernel-update specifications.
0fad0d2 is described below

commit 0fad0d2cc4e7e440e80bcbcc519184a7a9111347
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Thu Jan 5 18:28:15 2023 +0100

    sysadmin: services: Build kernel-update specifications.
    
    * hydra/modules/sysadmin/services.scm (frontend-services): Add
    "kernel-updates" to the default branches.
---
 hydra/modules/sysadmin/services.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 66bf231..955c770 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -595,7 +595,8 @@ to a selected directory.")
                             (max-jobs 5)
                             (cores 4)
                             (build-accounts-to-max-jobs-ratio 4)
-                            (branches '("master" "staging" "core-updates"))
+                            (branches '("master" "staging" "core-updates"
+                                        "kernel-updates"))
                             (systems '("x86_64-linux" "i686-linux"))
                             (authorized-keys authorized-keys)
                             (motd %default-motd)

Reply via email to