[openssl-commits] Still Failing: openssl/openssl#4569 (master - 13c03c8)

Travis CI builds at travis-ci.org
Fri Jun 17 17:02:00 UTC 2016


Build Update for openssl/openssl
-------------------------------------

Build: #4569
Status: Still Failing

Duration: 28 minutes and 56 seconds
Commit: 13c03c8 (master)
Author: Matt Caswell
Message: Change default directory for storing the .rnd file on Windows

Previously we would try %RANDFILE%, then %HOME% and finally "C:".
Unfortunately this often ends up being "C:" which the user may not
have write permission for.

Now we try %RANDFILE% first, and then the same set of environment vars
as GetTempFile() uses, i.e. %TMP%, then %TEMP%, %USERPROFILE% and
%SYSTEMROOT%. If all else fails we fall back to %HOME% and only then "C:".

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/4813ad2d245c...13c03c8d6da3

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/138407264

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20160617/0788bcec/attachment-0001.html>


More information about the openssl-commits mailing list