commit 099a6bb96cfe5a15bd658be8c31d60ec251f06d1 from: Stefan Sperling via: Thomas Adam date: Tue Sep 10 14:11:00 2024 UTC have 'make clean' remove gotd-secrets.conf file created by gotd regress commit - b0d2a5e9954ddfe2df1fbd23e380729f83118653 commit + 099a6bb96cfe5a15bd658be8c31d60ec251f06d1 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