copr-be: drop prune weekly job

We run it on a daily basis, from cron job provided by copr-backend.rpm.
This commit is contained in:
Pavel Raiskup 2020-02-20 21:58:09 +01:00 committed by Pierre-Yves Chibon
parent 857945e051
commit e45cc6e31b
2 changed files with 0 additions and 6 deletions

View file

@ -1,3 +0,0 @@
#!/usr/bin/sh
runuser -c "PYTHONUNBUFFERED=1 python /usr/bin/copr_prune_results.py &> /dev/null" - copr

View file

@ -140,9 +140,6 @@
tags:
- config
- name: provisional copr-backend cron.weekly job
copy: src="cron.weekly/copr-backend" dest="/etc/cron.weekly/copr-backend" owner=root group=root mode=0644
- name: install custom lighttpd template for directory listings
template: src="lighttpd/dir-generator.php.j2" dest="/var/lib/copr/public_html/dir-generator.php" owner=copr group=copr mode=0755