-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release scripts: fix download_with_sha256() (#5650)
This function failed to freshly download the .sha256 checksum files since we switched the `curl` flags to include `-C` for continuing downloads. A simple fix would be to just always delete local copies of those files and thus force a fresh download. This goes one step further and uses the `requests` package to fetch the checksum directly into a string, bypassing the file system.
- Loading branch information
Showing
1 changed file
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters