Send koji cronjob mails to releng-cron list
This commit is contained in:
parent
26e33b2d00
commit
3eed6b01f9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Run garbage collector nightly
|
||||
SCRIPT=/usr/sbin/koji-gc
|
||||
MAILTO=sysadmin-releng-members@fedoraproject.org
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
0 8 * * * apache $SCRIPT --action=delete
|
||||
0 10 * * * apache $SCRIPT --action=prune
|
||||
0 9 * * * apache $SCRIPT --action=trash
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Run prune-signed-copies nightly
|
||||
MAILTO=sysadmin-releng-members@fedoraproject.org
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
SCRIPT=/usr/bin/koji
|
||||
0 8 * * * apache $SCRIPT --noauth prune-signed-copies --verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue