unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 50868@debbugs.gnu.org
Subject: [bug#50868] [PATCH] nix: Don’t delete ‘guix-gc.timer’ file.
Date: Tue, 28 Sep 2021 17:27:32 +0200	[thread overview]
Message-ID: <1ea589441dce6ceaf48e3525ae800a2c9a43c85d.1632842770.git.public@yoctocell.xyz> (raw)

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







             reply	other threads:[~2021-09-28 15:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28 15:27 Xinglu Chen [this message]
2021-10-01  9:41 ` bug#50868: [PATCH] nix: Don’t delete ‘guix-gc.timer’ file Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1ea589441dce6ceaf48e3525ae800a2c9a43c85d.1632842770.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=50868@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).