copr: dist-git: disable copr-dist-git pruner for now

Per logs sent to us by crond, I suppose there's some bug.
This commit is contained in:
Pavel Raiskup 2020-02-27 13:33:14 +01:00 committed by Pierre-Yves Chibon
parent d7799c576a
commit b9bcba056a

View file

@ -1,5 +1,7 @@
#!/usr/bin/bash
# temporaily disabled, waiting for review
exit 0
(
flock -n 9 || exit 1
# ... commands executed under lock ...