all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50868] [PATCH] nix: Don’t delete ‘guix-gc.timer’ file.
@ 2021-09-28 15:27 Xinglu Chen
  2021-10-01  9:41 ` bug#50868: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-28 15:27 UTC (permalink / raw)
  To: 50868

Without this invoking ‘make clean’ would remove ‘guix-gc.timer’, and ‘make’
would fail with.

  make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'.  Stop.

* nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.
---
I am not sure if “nix:” is the best prefix for the commit summary since
it’s not really related to the daemon…

 nix/local.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nix/local.mk b/nix/local.mk
index d6b4d7faeb..44a26dd2c8 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -154,8 +154,7 @@ 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

base-commit: 6ae4644984608b7eff7ab54d3a5787c661d85b2e
-- 
2.33.0







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

* bug#50868: [PATCH] nix: Don’t delete ‘guix-gc.timer’ file.
  2021-09-28 15:27 [bug#50868] [PATCH] nix: Don’t delete ‘guix-gc.timer’ file Xinglu Chen
@ 2021-10-01  9:41 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-10-01  9:41 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50868-done


> * nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2021-10-01  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 15:27 [bug#50868] [PATCH] nix: Don’t delete ‘guix-gc.timer’ file Xinglu Chen
2021-10-01  9:41 ` bug#50868: " 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.