Commit Graph
31 Commits
Author SHA1 Message Date
Greg Hellings 82718cbc4c Add some debugging output 2024-12-24 10:34:15 -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 cc78eea201 Only build Hyper V on releases 2024-12-24 00:49:09 -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 91622a60d7 Add missing semicolon 2024-11-19 07:36:33 +00:00
Greg Hellings 93352bc2e8 Still making Windows more special 2024-11-19 07:34:56 +00:00
Greg Hellings d02dbdbf55 Wrap echo to prevent newlining 2024-11-19 07:28:18 +00:00
Greg Hellings b7d697db83 Windows paths and escaping!! 2024-11-19 07:24:17 +00:00
Greg Hellings 8301af5669 Simplify continuation and go back to echoing. 2024-11-19 07:18:36 +00:00
Greg Hellings 606f6259f8 Remove trailing whitespace 2024-11-19 06:55:39 +00:00
Greg Hellings af64ddf036 Quote the "if" key 2024-11-19 06:54:56 +00:00
Greg Hellings 029b9f8af2 Hopefully this works! Adding release to continue. 2024-11-19 06:53:56 +00:00
Greg Hellings 6f501c74b7 Fix variable typo in continuation 2024-11-19 06:46:43 +00:00
Greg Hellings a3eae3daf5 Fix powershell mismatch 2024-11-19 05:57:21 +00:00
Greg Hellings 1864511341 Pull more of the scripts to their own files
Fixes #19
2024-11-18 23:37:30 -06:00
Greg Hellings 57ac996a38 Fix name of the tags array 2024-11-18 22:42:31 -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 7561d51f26 Guard running of the find command 2024-07-22 10:21:32 -05:00
Greg Hellings 23746f0660 Fix variable syntax 2024-07-13 03:16:34 -05:00
Greg Hellings 4dd414cc09 Use nix to do builds 2024-07-13 03:03:14 -05:00
Greg Hellings 6ae06cee50 Bump versions for plugins 2024-07-13 01:56:23 -05:00
Greg Hellings 41e1f3ae03 Why is it failing now? 2024-07-13 01:46:48 -05:00
Greg Hellings 7c956c9d33 Move validate to a different file 2024-07-13 01:39:48 -05: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