summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2016-04-04 23:49:23 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2016-04-05 11:58:03 +0000
commit98728e39bae832990ac97bd1aa2b850328e76581 (patch)
tree82541f51fb32e93727ad7f4a295a03994dfcbdb2
parent6513df0cc4745f04c80c0dc6c3c65e72fad7bff5 (diff)
toolchain-mirror.cron: Don't swallow errors for update_dejagnu_mirror.
We already have code in toolchain-tools script to filter out normal output and let thru only errors, so stop sending them to /dev/null. Change-Id: Ia0a70c5bb088b6657ebad39018d7e00f10ae7e24 TODO: Review other jobs here for similar issues. Reviewed-on: https://review.linaro.org/11198 Reviewed-by: Andy Doan <andy.doan+gerrit@linaro.org> Reviewed-by: Ben Copeland <ben.copeland@linaro.org>
-rw-r--r--per-service/git-servers/roles/mirroring/templates/toolchain-mirror.cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/per-service/git-servers/roles/mirroring/templates/toolchain-mirror.cron b/per-service/git-servers/roles/mirroring/templates/toolchain-mirror.cron
index d0530c35..0dd00976 100644
--- a/per-service/git-servers/roles/mirroring/templates/toolchain-mirror.cron
+++ b/per-service/git-servers/roles/mirroring/templates/toolchain-mirror.cron
@@ -6,6 +6,6 @@ MAILTO=linaro-infrastructure-errors@lists.linaro.org
#Ansible: Update toolchain glibc mirror.
9 1 * * * {{git_user}} {{ tools_checkout_dir }}/linaro-git-tools/toolchain-tools update_glibc_mirror 2>&1 >/dev/null
#Ansible: Update dejagnu mirror.
-*/10 * * * * {{git_user}} {{ tools_checkout_dir }}/linaro-git-tools/toolchain-tools update_dejagnu_mirror 2>&1 >/dev/null
+*/10 * * * * {{git_user}} {{ tools_checkout_dir }}/linaro-git-tools/toolchain-tools update_dejagnu_mirror
#Ansible: Update gcc-mirror mirror.
*/15 * * * * {{git_user}} {{ tools_checkout_dir }}/linaro-git-tools/toolchain-tools new2_gcc