emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50868: closed ([PATCH] nix: Don’t delete ‘guix-gc.timer’ file.)


From: GNU bug Tracking System
Subject: bug#50868: closed ([PATCH] nix: Don’t delete ‘guix-gc.timer’ file.)
Date: Fri, 01 Oct 2021 09:42:02 +0000

Your message dated Fri, 01 Oct 2021 09:41:40 +0000
with message-id <87mtntoze3.fsf@gnu.org>
and subject line Re: bug#50868: [PATCH] nix: Don’t delete ‘guix-gc.timer’ file.
has caused the debbugs.gnu.org bug report #50868,
regarding [PATCH] nix: Don’t delete ‘guix-gc.timer’ file.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50868: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50868
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] nix: Don’t delete ‘guix-gc.timer’ file. Date: Tue, 28 Sep 2021 17:27:32 +0200
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






--- End Message ---
--- Begin Message --- Subject: Re: bug#50868: [PATCH] nix: Don’t delete ‘guix-gc.timer’ file. Date: Fri, 01 Oct 2021 09:41:40 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]