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:
@@ -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
2
email-assigned-bugsweb
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/srv/bugs.php.net/scripts/cron/email-assigned
|
||||
2
no-feedback-bugsweb
Executable file
2
no-feedback-bugsweb
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
/srv/bugs.php.net/scripts/cron/no-feedback
|
||||
Reference in New Issue
Block a user