From 53af7a5e6725f69a88347cf8b3e31c37468d896c Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 5 Oct 2023 22:51:23 +0100 Subject: [PATCH] Add crontab for tadgy. --- var/spool/cron/tadgy | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 var/spool/cron/tadgy diff --git a/var/spool/cron/tadgy b/var/spool/cron/tadgy new file mode 100644 index 0000000..f47ccb3 --- /dev/null +++ b/var/spool/cron/tadgy @@ -0,0 +1,10 @@ +# BEGIN GIT MAINTENANCE SCHEDULE +# The following schedule was created by Git +# Any edits made in this region might be +# replaced in the future by a Git command. + +0 1-23 * * * "/usr/libexec/git-core/git" --exec-path="/usr/libexec/git-core" for-each-repo --config=maintenance.repo maintenance run --schedule=hourly +0 0 * * 1-6 "/usr/libexec/git-core/git" --exec-path="/usr/libexec/git-core" for-each-repo --config=maintenance.repo maintenance run --schedule=daily +0 0 * * 0 "/usr/libexec/git-core/git" --exec-path="/usr/libexec/git-core" for-each-repo --config=maintenance.repo maintenance run --schedule=weekly + +# END GIT MAINTENANCE SCHEDULE