guix-commits
[Top][All Lists]
Advanced

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

330/376: Doh


From: Ludovic Courtès
Subject: 330/376: Doh
Date: Wed, 28 Jan 2015 22:05:58 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit af555d76949c6193df232eb0d90e04c323b459ca
Author: Eelco Dolstra <address@hidden>
Date:   Tue Dec 9 20:43:12 2014 +0100

    Doh
---
 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 0e640ee..6285a05 100644
--- a/scripts/download-from-binary-cache.pl.in
+++ b/scripts/download-from-binary-cache.pl.in
@@ -52,7 +52,7 @@ sub isTrue {
     return $x eq "true" || $x eq "1";
 }
 
-my $requireSignedBinaryCaches = 
isTrue($Nix::Config::config{"signed-binary-caches"} // "0");
+my $requireSignedBinaryCaches = ($Nix::Config::config{"signed-binary-caches"} 
// "0") ne "0";
 
 my $curlConnectTimeout = int(
     $Nix::Config::config{"untrusted-connect-timeout"} //



reply via email to

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