You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a catalog item does not have an Installer or Uninstaller defined, but is defined in a manifest, Gorilla will still attempt to download the installer, even though the URL is nil.
This results in confusing warnings that make it seem like Gorilla is attempting to download the entire repo and then fails to validate the hash of the entire cache directory.
process.Installs(), process.Uninstalls(), and process.Updates() should all verify that hash, location, and type are not nil.
The text was updated successfully, but these errors were encountered:
Currently, if a catalog item does not have an
Installer
orUninstaller
defined, but is defined in a manifest, Gorilla will still attempt to download the installer, even though the URL isnil
.This results in confusing warnings that make it seem like Gorilla is attempting to download the entire repo and then fails to validate the hash of the entire cache directory.
process.Installs()
,process.Uninstalls()
, andprocess.Updates()
should all verify thathash
,location
, andtype
are notnil
.The text was updated successfully, but these errors were encountered: