Skip to content
Snippets Groups Projects
Commit 8bd9f68f authored by Gershom Bazerman's avatar Gershom Bazerman
Browse files

don't auto-download in hash validation phase

parent fd09059d
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ verifyFetchedTarball verbosity repoCtxt repo pkgid =
in handleError $ do
exists <- doesFileExist file
if not exists
then return False
then return True -- if the file does not exist, it vacuously passes validation, since it will be downloaded as necessary with what we will then check is a valid hash.
else case repo of
-- a secure repo has hashes we can compare against to confirm this is the correct file.
RepoSecure{} ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment