commit f0d5b68f22c1200f25b888f85a07d2db0a6079c7 from: Stefan Sperling date: Mon Sep 09 14:01:55 2024 UTC have 'make clean' remove gotd-secrets.conf file created by gotd regress commit - 68b594d74025261ff22a39e787a7acec640a3a66 commit + f0d5b68f22c1200f25b888f85a07d2db0a6079c7 blob - 667368ea6d53f44cbd7bd376394d98cf5d3c8ad0 blob + 5d5cb64c2cfe872004aaf1f81e0c56045252bf6c --- regress/gotd/Makefile +++ regress/gotd/Makefile @@ -9,7 +9,7 @@ REGRESS_TARGETS=test_repo_read test_repo_read_group \ test_git_interop test_email_and_http_notification \ test_http_notification_hmac NOOBJ=Yes -CLEANFILES=gotd.conf +CLEANFILES=gotd.conf gotd-secrets.conf .PHONY: ensure_root ensure_secrets prepare_test_repo check_test_repo start_gotd