jenkins-bot has submitted this change and it was merged.

Change subject: Further recommendations on reducing cronspam
......................................................................


Further recommendations on reducing cronspam

Change-Id: Ia1530c642f6e3538a6ff5fff175d134f572f1d71
---
M maintenance/phantom/README
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Dr0ptp4kt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/phantom/README b/maintenance/phantom/README
index a0fa1dd..87ea76e 100644
--- a/maintenance/phantom/README
+++ b/maintenance/phantom/README
@@ -8,14 +8,14 @@
 PATH=/bin:/usr/bin
 
 # every hour:
-20 * * * * /home/user/job.sh minor
+20 * * * * /home/user/job.sh minor &>/dev/null
 # twice daily:
-45 16 * * * /home/user/job.sh tech
-45 22 * * * /home/user/job.sh tech
+45 16 * * * /home/user/job.sh tech &>/dev/null
+45 22 * * * /home/user/job.sh tech &>/dev/null
 # once weekly on Wednesday:
-05 21 * * 3 /home/user/job.sh major
+05 21 * * 3 /home/user/job.sh major &>/dev/null
 # need to make the following more useful
-50 23 * * * /home/user/diskusage.sh
+50 23 * * * /home/user/diskusage.sh &>/dev/null
 
 Be sure to establish appropriate permissions:
 

-- 
To view, visit https://gerrit.wikimedia.org/r/171885
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia1530c642f6e3538a6ff5fff175d134f572f1d71
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ZeroPortal
Gerrit-Branch: master
Gerrit-Owner: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to