all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50938] [PATCH] etc: Do not clean guix-gc.timer
@ 2021-10-01 14:37 Matthew James Kraai
  2021-10-02 17:04 ` Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2021-10-01 14:37 UTC (permalink / raw)
  To: 50938; +Cc: Matthew James Kraai

* nix/local.mk (dist_systemdservice_DATA): New.
(nodist_systemdservice_DATA): Remove guix-gc.timer.
(EXTRA_DIST): Remove guix-gc.timer.
---
 nix/local.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix/local.mk b/nix/local.mk
index d6b4d7faeb..b0cce85cab 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -150,12 +150,13 @@ noinst_HEADERS =						\
 
 # The '.service' files for systemd.
 systemdservicedir = $(libdir)/systemd/system
+dist_systemdservice_DATA =			\
+  etc/guix-gc.timer
 nodist_systemdservice_DATA =			\
   etc/gnu-store.mount				\
   etc/guix-daemon.service			\
   etc/guix-publish.service			\
-  etc/guix-gc.service				\
-  etc/guix-gc.timer
+  etc/guix-gc.service
 
 etc/%.mount: etc/%.mount.in	\
 			 $(top_builddir)/config.status
@@ -219,7 +220,6 @@ EXTRA_DIST +=					\
   etc/guix-publish.service.in			\
   etc/guix-publish.conf.in			\
   etc/guix-gc.service.in			\
-  etc/guix-gc.timer				\
   etc/init.d/guix-daemon.in			\
   etc/openrc/guix-daemon.in
 
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#50938] [PATCH] etc: Do not clean guix-gc.timer
  2021-10-01 14:37 [bug#50938] [PATCH] etc: Do not clean guix-gc.timer Matthew James Kraai
@ 2021-10-02 17:04 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-10-02 17:04 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 50938


Hello,

> -  etc/guix-gc.timer

Commit 8579304e8f4deaca33b816b2d56af1d814a03bde already removes
guix-gc.timer from the nodist_systemdservice_DATA list.

>    etc/guix-gc.service.in			\
> -  etc/guix-gc.timer				\
>    etc/init.d/guix-daemon.in			\
>    etc/openrc/guix-daemon.in

Why should we move guix-gc.timer from EXTRA_DIST to
dist_systemdservice_DATA?

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-02 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 14:37 [bug#50938] [PATCH] etc: Do not clean guix-gc.timer Matthew James Kraai
2021-10-02 17:04 ` Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.