[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Register gnu/services/ci.scm and gnu/tests/c
From: |
guix-commits |
Subject: |
branch master updated: gnu: Register gnu/services/ci.scm and gnu/tests/ci.scm. |
Date: |
Sat, 29 May 2021 14:32:21 -0400 |
This is an automated email from the git hooks/post-receive script.
arunisaac pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 395e20e gnu: Register gnu/services/ci.scm and gnu/tests/ci.scm.
395e20e is described below
commit 395e20ed0803995244b238dd002edd37bdc4cd00
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat May 29 14:01:56 2021 +0530
gnu: Register gnu/services/ci.scm and gnu/tests/ci.scm.
This is a follow-up to commit eda4bb4f16f74436b0caf1c584888c89b3c4c69b.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/ci.scm and
gnu/tests/ci.scm.
---
gnu/local.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/local.mk b/gnu/local.mk
index cf13d67..0c0a6b9 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -41,6 +41,7 @@
# Copyright © 2020 Vinicius Monego <monego@posteo.net>
# Copyright © 2021 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
# Copyright © 2021 Philip McGrath <philip@philipmcgrath.com>
+# Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
#
# This file is part of GNU Guix.
#
@@ -599,6 +600,7 @@ GNU_SYSTEM_MODULES = \
%D%/services/base.scm \
%D%/services/certbot.scm \
%D%/services/cgit.scm \
+ %D%/services/ci.scm \
%D%/services/configuration.scm \
%D%/services/cuirass.scm \
%D%/services/cups.scm \
@@ -690,6 +692,7 @@ GNU_SYSTEM_MODULES = \
%D%/tests.scm \
%D%/tests/audio.scm \
%D%/tests/base.scm \
+ %D%/tests/ci.scm \
%D%/tests/cups.scm \
%D%/tests/databases.scm \
%D%/tests/desktop.scm \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Register gnu/services/ci.scm and gnu/tests/ci.scm.,
guix-commits <=