git-http-backend-verify: suppress git-http-backend errors
[girocco.git] / jobs / README
blobff1ce6b99005813aa6f859aebd315c4cb0dec11e
1 This is a home of all the cronjobs that are being ran periodically
2 to handle various maintenance tasks. The *check scripts belong
3 to crontab and usually run the main scripts iteratively per-repository.
5 * gitwebcache.sh: You should call this from crontab if showing project
6   list takes too long time when it's not cached; you should call this
7   in an interval of about a half of the cache lifetime (by default
8   10min).
9 * jobd/jobd.sh -q --all-once: You should call this to avoid infinitely
10   growing repositories and refresh mirrored projects if you are not
11   running jobd all the time.
12 * updateweb.sh: run every X minute(s), hour(s), day(s) via cron to
13   update the rorcz girocco deployment of the website from ~repo/repo
14   Be sure to update paths and branch names if necessary before using