mirror of
https://github.com/macports/macports-webapp.git
synced 2026-07-13 03:18:42 -07:00
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
SHELL=/bin/bash
|
|
BASH_ENV=/code/cron.env
|
|
|
|
0 * * * * root python3 /code/app/manage.py fetch-build-history >> /var/log/buildhistorycron.log
|
|
|
|
0 */3 * * * root python3 /code/app/manage.py update-portinfo >> /var/log/updatecron.log
|