diff mbox series

[bug#48728] gnu: Register gnu/services/ci.scm and gnu/tests/ci.scm.

Message ID 20210529084712.27599-1-arunisaac@systemreboot.net
State Accepted
Headers show
Series [bug#48728] gnu: Register gnu/services/ci.scm and gnu/tests/ci.scm. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Arun Isaac May 29, 2021, 8:47 a.m. UTC
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(+)

Comments

Ludovic Courtès May 29, 2021, 5:03 p.m. UTC | #1
Hi,

Arun Isaac <arunisaac@systemreboot.net> skribis:

> This is a follow-up to commit eda4bb4f16f74436b0caf1c584888c89b3c4c69b.
>
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/ci.scm and
> gnu/tests/ci.scm.

Good catch, go for it!

I suppose these files are missing from the 1.3.0 source code tarball.

Thanks,
Ludo’.
Arun Isaac May 29, 2021, 6:43 p.m. UTC | #2
> Good catch, go for it!

Pushed!

> I suppose these files are missing from the 1.3.0 source code tarball.

Yes, that's in fact how I found out about this.

Cheers, have a nice day! :-)
diff mbox series

Patch

diff --git a/gnu/local.mk b/gnu/local.mk
index 792ebac1e1..a53da06bee 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				\