Files
nixpkgs/pkgs/applications/version-management
Michael Weiss 337380ea1d gitRepo: Fix an error due to missing TLS certificates
This was a problem when run inside a sandbox, e.g. via
"fetchRepoProject". The error message from repo seems unrelated:

fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle
fatal: error no host given

But the exception is actually thrown due to missing certificates
(/etc/ssl/certs). It should be possible to provide another location via
environment variables (e.g. SSL_CERT_FILE, REQUESTS_CA_BUNDLE or
CURL_CA_BUNDLE) but apparently that doesn't actually work for some
reason (would have to study our Python packaging).

Now "fetchRepoProject" works without the "--no-clone-bundle" option.
2017-09-16 22:13:56 +02:00
..
2017-08-28 00:54:37 +02:00
2017-07-22 18:15:45 +09:00
2016-11-24 22:28:02 +01:00
2016-12-30 20:27:27 +01:00
2017-07-06 23:08:47 +02:00
2017-08-28 10:42:31 +02:00
2017-08-29 12:16:19 +01:00
2017-09-03 15:50:52 +02:00
2016-11-24 22:28:02 +01:00
2017-07-22 17:29:35 -04:00
2017-09-03 15:50:52 +02:00
2017-09-03 15:50:52 +02:00
2017-09-03 15:50:52 +02:00
2016-10-17 15:14:28 +02:00
2016-07-17 22:41:34 +08:00
2016-12-20 23:56:29 +01:00
2017-06-13 16:55:50 +02:00
2017-03-06 16:12:49 +01:00
2017-03-12 20:55:24 +00:00
2017-08-27 02:28:30 +02:00
2017-03-19 15:55:19 +01:00
2016-09-28 08:52:17 -04:00
2017-04-02 22:36:02 -04:00
2017-09-04 22:48:43 -04:00
2016-11-24 22:28:03 +01:00
2017-07-17 22:44:44 +02:00