mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
* Rename to koji-prune-signed-copies to make it clear it's not removing signatures * Quote the script and args gor lock-wrapper so it runs and doesn't error out. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
4 lines
254 B
Plaintext
4 lines
254 B
Plaintext
# Run prune-signed-copies nightly
|
|
MAILTO=releng-cron@lists.fedoraproject.org
|
|
0 8 * * * apache /usr/local/bin/lock-wrapper koji-prune-signed "/usr/bin/koji --noauth prune-signed-copies --verbose --protect-tag-file=/etc/prune-signed-copies-protected-tags"
|