Commit Graph
13 Commits
Author SHA1 Message Date
Greg Hellings 06046469b0 nixfmt updates 2025-08-21 18:04:33 -05:00
Greg Hellings 5b515fff77 Update hash for go deps 2025-01-15 14:41:33 -06:00
Greg Hellings 0c5cdb35b3 Remove the progress bar and fix the downloader
The progress bar *might* be causing problems during the upload. So we
remove it and allow the progress to be mysterious to the user

Return a non-zero error code if there is a failure

Make the cache directory first...
2024-12-24 01:22:53 -06:00
Greg Hellings f99c35b2d5 Convert the cache to golang
In the interest of performance, convert the fetcher and uploader to
golang and use the minio library, rather than repeated calls to the
server with the command line
2024-12-24 00:23:26 -06:00
Greg Hellings 1b8a742563 Streamline generating continue file
Fixes #29
2024-11-18 22:26:17 -06:00
Greg Hellings e7d1b0f7bd Apply nixfmt to the whole tree 2024-11-18 21:22:32 -06:00
Greg Hellings b646127875 Do better with URL folders 2024-07-12 21:15:01 -05:00
Greg Hellings 7b77d12a8b Make pushing optional 2024-06-28 09:55:11 -05:00
Greg Hellings 1629effd51 Tell cURL to follow redirects 2024-06-26 23:13:13 -05:00
Greg Hellings ff31288530 Create director before using 2024-06-26 22:09:54 -05:00
Greg Hellings 107922f3d0 Suppress Shellcheck errors 2024-06-26 22:04:16 -05:00
Greg Hellings edffd23802 Have cache actually check cache
Cache has not been hitting the actual cache bits, so now we will tell it
to reach out to the cache server locally and check for the ISO to be
present in the bucket before we run the curl at all
2024-06-26 21:50:10 -05:00
Greg Hellings bc1f23a47b Better cache file naming 2024-06-26 20:57:47 -05:00