guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

120/376: download-from-binary-cache.pl: Respect $SSL_CERT_FILE


From: Ludovic Courtès
Subject: 120/376: download-from-binary-cache.pl: Respect $SSL_CERT_FILE
Date: Wed, 28 Jan 2015 22:04:27 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 393a9b92b1036bdef4076f4fbfaf6fa60c19e6cb
Author: Eelco Dolstra <address@hidden>
Date:   Thu Aug 7 22:41:15 2014 +0200

    download-from-binary-cache.pl: Respect $SSL_CERT_FILE
---
 scripts/download-from-binary-cache.pl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/download-from-binary-cache.pl.in 
b/scripts/download-from-binary-cache.pl.in
index 8b49a25..a3af75f 100644
--- a/scripts/download-from-binary-cache.pl.in
+++ b/scripts/download-from-binary-cache.pl.in
@@ -38,7 +38,7 @@ my $activeRequests = 0;
 my $curlIdCount = 1;
 my %requests;
 my %scheduled;
-my $caBundle = $ENV{"CURL_CA_BUNDLE"} // $ENV{"OPENSSL_X509_CERT_FILE"};
+my $caBundle = $ENV{"SSL_CERT_FILE"} // $ENV{"CURL_CA_BUNDLE"} // 
$ENV{"OPENSSL_X509_CERT_FILE"};
 
 my $userName = getpwuid($<) || $ENV{"USER"} or die "cannot figure out user 
name";
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]