Dzahn has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/372413 )
Change subject: phabricator: silence stdout of public_task_dump cron
......................................................................
phabricator: silence stdout of public_task_dump cron
Send stdout to /dev/null to avoid cron spam from
public_task_dump script and old code for RT import.
Keep stderr in case something else goes wrong
with the dump, so not 2>&1.
Bug: T127524
Change-Id: I60ff501049d34d415d0415eae15c30412f50cb43
---
M modules/phabricator/manifests/tools.pp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Rush: Looks good to me, but someone else must approve
jenkins-bot: Verified
Dzahn: Looks good to me, approved
diff --git a/modules/phabricator/manifests/tools.pp
b/modules/phabricator/manifests/tools.pp
index 7733d21..8274b67 100644
--- a/modules/phabricator/manifests/tools.pp
+++ b/modules/phabricator/manifests/tools.pp
@@ -39,7 +39,7 @@
mode => '0755',
}
- $dump_script = "${directory}/public_task_dump.py"
+ $dump_script = "${directory}/public_task_dump.py 1>/dev/null"
file { $dump_script:
mode => '0555',
--
To view, visit https://gerrit.wikimedia.org/r/372413
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I60ff501049d34d415d0415eae15c30412f50cb43
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Chasemp <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits