COPYING: New file with the GPLv2 licence text to clarify the legal situation
[girocco.git] / jobs / README
blob20f72014f373b76e5e501128b7b89553862c0583
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.