diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 23:31:21 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 23:31:21 +0100 |
| commit | fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a (patch) | |
| tree | c9f309e174d73993c61b2823faea0b0f9ab1025b | |
| parent | 3fb6d16f40a6b1c4bc4ec4c394d369780bd9489c (diff) | |
| download | git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar.gz git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar.bz2 git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.tar.xz git.zue.dev-fdc045b0bad16fdbd3fbd3dcccf52b82d7c3999a.zip | |
recreate cron jobs using names instead of times
| -rw-r--r-- | etc/cron.d/5m | 1 | ||||
| -rw-r--r-- | etc/cron.d/get-repo-desc (renamed from etc/cron.d/1m) | 0 | ||||
| -rw-r--r-- | etc/cron.d/push-repo-mirrors | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/etc/cron.d/5m b/etc/cron.d/5m deleted file mode 100644 index 7568027..0000000 --- a/etc/cron.d/5m +++ /dev/null @@ -1 +0,0 @@ -*/5 * * * * git /bin/bash /scripts/push-repo-mirrors.bash >> /home/git/.logs/push-repo-mirrors.log 2>&1 diff --git a/etc/cron.d/1m b/etc/cron.d/get-repo-desc index 63a6bc4..63a6bc4 100644 --- a/etc/cron.d/1m +++ b/etc/cron.d/get-repo-desc diff --git a/etc/cron.d/push-repo-mirrors b/etc/cron.d/push-repo-mirrors new file mode 100644 index 0000000..a87de6b --- /dev/null +++ b/etc/cron.d/push-repo-mirrors @@ -0,0 +1 @@ +* * * * * git /bin/bash /scripts/push-repo-mirrors.bash >> /home/git/.logs/push-repo-mirrors.log 2>&1 |
