From 599b73a83cf1b0f648159dbb250ab880732856a4 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 12:54:35 +0100 Subject: Remove obsolete mirror script and add gitinfo script for repository descriptions --- etc/cron.d/10m | 1 - etc/cron.d/1m | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 etc/cron.d/10m create mode 100644 etc/cron.d/1m (limited to 'etc/cron.d') diff --git a/etc/cron.d/10m b/etc/cron.d/10m deleted file mode 100644 index 56b6070..0000000 --- a/etc/cron.d/10m +++ /dev/null @@ -1 +0,0 @@ -* * * * * /bin/bash /scripts/mirrors.bash >> /var/log/mirrors.log 2>&1 \ No newline at end of file diff --git a/etc/cron.d/1m b/etc/cron.d/1m new file mode 100644 index 0000000..1dd9b9d --- /dev/null +++ b/etc/cron.d/1m @@ -0,0 +1 @@ +* * * * * /bin/bash /scripts/gitinfo.bash >> /var/log/gitinfo.log 2>&1 \ No newline at end of file -- cgit v1.2.3