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:
parent
d7799c576a
commit
b9bcba056a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue