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,8 +1,10 @@
#!/usr/bin/bash
# temporaily disabled, waiting for review
exit 0
(
flock -n 9 || exit 1
# ... commands executed under lock ...
runuser -c 'prune-dist-git.py --repos /var/lib/dist-git/git/ --lookasidepkgs /var/lib/dist-git/cache/lookaside/pkgs/ --copr-config ~/.config/copr --always-yes' - copr-dist-git
) 9>/var/lock/copr-dist-git-cron-daily
) 9>/var/lock/copr-dist-git-cron-daily