Debain-repos/docker/cron-jobs

7 lines
265 B
Plaintext
Raw Normal View History

# python
2025-05-11 16:42:14 +02:00
# 25 19 * * * /etc/debmirror/venv/bin/python3 /etc/debmirror/mainDocker.py
*/3 * * * * /etc/debmirror/venv/bin/python3 /etc/debmirror/mainDocker.py
# git push
2025-05-11 16:42:14 +02:00
# 30 19 * * * /bin/sh /etc/debmirror/gitPush.sh
*/1 * * * * /bin/sh /etc/debmirror/gitPush.sh