copr: oops, forgot to add the cron.daily/copr-backend file
This commit is contained in:
parent
c642d777e2
commit
459bdc5248
1 changed files with 7 additions and 0 deletions
7
roles/copr/backend/files/cron.daily/copr-backend
Normal file
7
roles/copr/backend/files/cron.daily/copr-backend
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr_prune_results.py &> /dev/null" - copr
|
||||
runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr_prune_srpms.py &> /dev/null" - copr
|
||||
|
||||
# Optional - Counting downloaded RPMs through Amazon CDN
|
||||
runuser -c "PYTHONUNBUFFERED=1 python3 /usr/bin/copr-aws-s3-hitcounter --verbose &> /dev/null" - copr
|
Loading…
Add table
Add a link
Reference in a new issue