Revert $GIT_SSL_CAINFO removal

Users have an older git in their user environment and it doesn't work without it. We should keep it around for a while.
This commit is contained in:
wmertens 2014-12-01 23:07:50 +01:00
parent e8c4ef278c
commit 3cecef15d7

View File

@ -16,6 +16,8 @@ with lib;
{ SSL_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
# FIXME: unneeded - remove eventually.
OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-bundle.crt";
# FIXME: unneeded - remove eventually.
GIT_SSL_CAINFO = "/etc/ssl/certs/ca-bundle.crt";
};
};