-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
Milestone
Description
Currently if the repository is consistent_snapshot, Updater will prefix the target filename with the hash when constructing the download URL. In the Warehouse case this is not wanted (warehouse target file paths are "consistent", even if the filenames are not).
This is an example of a working URL:
But currently Updater will try to download
If there is no way to figure this out automatically, then there should probably be a way to tell Updater that I Know What I'm Doing, don't prefix filenames.
trishankatdatadog