[openssl-commits] Passed: openssl/openssl#1236 (master - bd5192b)
Travis CI
builds at travis-ci.org
Wed Jan 20 23:20:25 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #1236
Status: Passed
Duration: 1 hour, 9 minutes, and 5 seconds
Commit: bd5192b (master)
Author: Richard Levitte
Message: Refactor config - split read_config into read_config and resolve_config
Split the read_config function into read_config that ONLY reads the
configuration files but doesn't try to resolve any of the
inheritances, and resolve_config which resolves the inheritance chain
of a given target. Move them to the bottom of Configure, with the
rest of the helpers.
Have a new small hash table, %target, which will hold the values for
the target the user requested. This also means that all access to the
current target data can be reduced from '$table{$target}->{key}' to a
mere '$target{key}'.
While we're at it, the old string formatted configurations are getting
obsolete, so they may as well get deprecated entirely.
Reviewed-by: Rich Salz <rsalz at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/bb56561adbb6...bd5192b1013b
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/103701994
--
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/20160120/04c5dbf9/attachment.html>
More information about the openssl-commits
mailing list