1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

add the bugsweb crons to weekly

This commit is contained in:
kovacs.ferenc
2014-12-30 12:20:37 +01:00
parent 34e037eee1
commit de10eef753
3 changed files with 5 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ export CONTINENT="us"
HOURLY="update-systems backup-bugsweb update-bugsweb"
DAILY="update-time backup-bugsweb prune-backups"
WEEKLY=""
WEEKLY="email-assigned-bugsweb no-feedback-bugsweb"
MONTHLY=""

2
email-assigned-bugsweb Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
/srv/bugs.php.net/scripts/cron/email-assigned

2
no-feedback-bugsweb Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
/srv/bugs.php.net/scripts/cron/no-feedback