[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: services: Change Cuirass specifications na
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: services: Change Cuirass specifications names. |
Date: |
Fri, 09 Apr 2021 15:28:34 -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 b55bff8 hydra: services: Change Cuirass specifications names.
b55bff8 is described below
commit b55bff8bcc6a86ffdb7a283acd1f8ef74d7041f6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Apr 9 21:27:12 2021 +0200
hydra: services: Change Cuirass specifications names.
* hydra/modules/sysadmin/services.scm (cuirass-specs): Change specification
names.
---
hydra/modules/sysadmin/services.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/modules/sysadmin/services.scm
b/hydra/modules/sysadmin/services.scm
index 656e84c..6f4fb7b 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -234,13 +234,13 @@
#~(list
#$@(if (member "master" branches)
#~((specification
- (name "guix-modular-master")
+ (name "guix")
(build 'guix)
(notifications #$(cuirass-notifications))
(priority 1)
(systems '#$systems))
(specification
- (name "guix-master")
+ (name "master")
(build 'all)
(build-outputs
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: services: Change Cuirass specifications names.,
Mathieu Othacehe <=