jobs/clonecheck.sh: Revert the cp'ing back to a simple mv
[girocco/mytab.git] / jobs / README
blob4fd13fd4a3889e3b8e5f07e57f44fdd92cf70486
1 This is a home of all the cronjobs that are being ran periodically
2 to handle various tasks related to mirroring. The *check scripts
3 belong to crontab and usually run the main scripts iteratively
4 per-repository.
6 * clonecheck.sh, updatecheck.sh: You DO NOT NEED these if you have
7   mirroring turned off.
8 * fixupcheck.sh: You DO NOT NEED these if you have pushing turned off
9   OR use different permission control than Group. Otherwise, you need
10   to copy fixup* over to ~root and run them from root's crontab. (They
11   are completely self-contained so that you can easily review them.)