Commit Graph
305 Commits
Author SHA1 Message Date
Greg Hellings 29a3ec05d3 Merge branch 'update-distros-june-2024' into 'main'
June 2024 distro updates

Closes #12

See merge request greg/vms!11
2024-07-18 15:04:12 +00:00
Greg Hellings 66814c4282 Add ci build for CI tasks 2024-07-13 03:31:10 -05:00
Greg Hellings b716298d3f Escape dots 2024-07-13 03:22:30 -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 bfae3e9854 Also do it here 2024-07-13 02:45:05 -05:00
Greg Hellings e5b04d9b21 Set plugins executable 2024-07-13 02:43:44 -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 f74011333b No, do not do serial console 2024-07-13 01:33:27 -05:00
Greg Hellings b8029ab985 Make CentOS 7 build after EOL 2024-07-13 01:03:58 -05:00
Greg Hellings 6d29120dc5 Get all the outputs 2024-07-13 00:18:40 -05:00
Greg Hellings dc6a77049c Update Centos 7 URL and Debian to 12.6.0 2024-07-12 21:15:13 -05:00
Greg Hellings b646127875 Do better with URL folders 2024-07-12 21:15:01 -05:00
Greg Hellings caf4f4f505 Init on Windows 2024-07-12 18:57:21 -05:00
Greg Hellings 3794b11400 New Arch requires new command line 2024-06-30 23:08:22 -05:00
Greg Hellings 42fabf124b Init Alpine 3.20 at patch 1 2024-06-30 00:20:12 -05:00
Greg Hellings ad8d0c9bc4 Update Alpine 3.19 to patch 2 2024-06-30 00:20:08 -05:00
Greg Hellings f3c6cfe08d Update Archlinux boot disk 2024-06-30 00:11:35 -05:00
Greg Hellings cea0d3fb18 Add NixOS 24.05 2024-06-30 00:08:38 -05:00
Greg Hellings de5dc1ae7e Add OpenSUSE 15.6 2024-06-30 00:08:29 -05:00
Greg Hellings c0e98b3b11 Move opensuse to DVD 2024-06-29 23:59:16 -05:00
Greg Hellings a1228d376d Be sure to init sources 2024-06-29 23:54:13 -05:00
Greg Hellings 97241ba179 Add Ubuntu 24.04 2024-06-29 23:37:19 -05:00
Greg Hellings e8c212e422 Merge branch 'try-new-image' into 'main'
Use new image by default

Closes #1

See merge request greg/vms!10
2024-06-30 04:21:49 +00:00
Greg Hellings 4f4fac29c7 Add serial output to QEmu
Hopefully this will give a little more information on what is happening
in the builds on QEmu servers. Tell builds to output to ttyS0 and then
capture that and output to the console.
2024-06-29 22:03:55 -05:00
Greg Hellings 5f84855e5e Also be more patient with NixOS 2024-06-29 21:32:18 -05:00
Greg Hellings 297f3fc473 Be more patient for Arch boot 2024-06-29 21:31:19 -05:00
Greg Hellings e91329f46f Fix Fedora 40 as well 2024-06-29 21:20:24 -05:00
Greg Hellings 24e292ca6f Simplify F39 kickstart 2024-06-29 15:48:29 -05:00
Greg Hellings 96da609d24 Try to push tumbleweed builds 2024-06-28 22:37:38 -05:00
Greg Hellings 105240e1b3 Run, don't just build, the generate script 2024-06-28 09:59:05 -05:00
Greg Hellings 9f2175d25f Go back to making serial file 2024-06-28 09:55:15 -05:00
Greg Hellings 7b77d12a8b Make pushing optional 2024-06-28 09:55:11 -05:00
Greg Hellings c34dd1995e Fix Rawhide install 2024-06-28 09:54:17 -05:00
Greg Hellings c24e15d04e Move more commands into nix 2024-06-28 09:54:17 -05:00
Greg Hellings e6804fefc3 Only restore files that don't exist 2024-06-28 09:54:17 -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 810008b1ea Skip restore step
With the new cache setup, there is no need for me to run the cache
restore before doing a download. However, it is now once again necessary
that download begin AFTER the dynamic scripts have already executed
their bits
2024-06-26 21:56:19 -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
Greg Hellings 31f14a5e8f Start downloads right away
There is no need to wait until after validation and linting is done
before beginning the download caching, and it definitely does not need
its own portion of the cycle. Move it to the beginning of the generate
phase, so it gets started up right away.
2024-06-26 16:33:41 -05:00
Greg Hellings eebc19c81c Fix fetch URLs 2024-06-26 16:17:33 -05:00
Greg Hellings 7f3b04da76 Update distros to use nix 2024-06-26 16:03:27 -05:00
Greg Hellings 832c901b9b Move almost everything over to Nix
Eliminate Xonsh usage
Eliminate usage of the supports.yml files for default.nix
Point ISOs directly to MinIO URLs instead
2024-06-26 16:00:57 -05:00
Greg Hellings 2d124c652a Move validate step into Nix script 2024-06-24 23:13:53 -05:00
Greg Hellings f138e5af3e Nixify shellcheck
Add shellcheck command to flake.nix and use it in the Gitlab
2024-06-24 23:04:16 -05:00