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:
parent
366759da22
commit
2d1b607186
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
# we need to optimize this
|
||||
exit 0
|
||||
|
||||
(
|
||||
flock -n 9 || exit 1
|
||||
# ... commands executed under lock ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue