jenkins-bot has submitted this change and it was merged. Change subject: Ensure there is no race when cleaning up the gammalatex output directory. ......................................................................
Ensure there is no race when cleaning up the gammalatex output directory. When running on NFS -- or apparently on some tmpfs as well -- we can start trying to clean up the output directory before the new file is actually present in the directory. That leads to EEXIST. Fix submitted upstream in https://github.com/gammasoft/latex/pull/6 ; in the mean time use a git hash in the `package.json`. Change-Id: I828ee5794db2b9282ffd184833c81efbbbd26938 --- M package.json 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Mwalker: Looks good to me, approved jenkins-bot: Verified diff --git a/package.json b/package.json index 4c44ba7..64913b8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "domino": "~1.0.17", "easyimage": "~0.1.3", "es6-shim": "~0.13.0", - "gammalatex": "~0.0.7", + "gammalatex": "cscott/gammalatex#race-be-gone", "icu-bidi": "~0.1.2", "node-syslog": "~1.1.7", "prfun": "~1.0.0", -- To view, visit https://gerrit.wikimedia.org/r/150882 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I828ee5794db2b9282ffd184833c81efbbbd26938 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Collection/OfflineContentGenerator/latex_renderer Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
