copr-dist-git: disable cgit periodic scanning

That is taking too long, and eats too much io probably (complicates
rsyncing to aws).
This commit is contained in:
Pavel Raiskup 2020-02-22 07:25:01 +01:00 committed by Pierre-Yves Chibon
parent 366759da22
commit 2d1b607186

View file

@ -1,5 +1,8 @@
#!/usr/bin/bash
# we need to optimize this
exit 0
(
flock -n 9 || exit 1
# ... commands executed under lock ...