Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-31 | CI: Ensure the manpage generation step shuts down the VM on failure | Timothy Flynn | |
Currently, if the script fails, it simply runs "exit 1". This exits the script, but keeps the VM running, so CI hangs until it times out. Instead of exiting, write a failure status to an error log and shutdown. CI can then read that error log and fail the run if needed. | |||
2022-10-03 | Meta: Make x86-64 target the default | Liav A | |
This is a preparation to check if our users find noticeable bugs in the x86-64 target, before we can decide if we want to remove the i686 target for good. | |||
2022-08-14 | Everywhere: Get rid of the fbdev kernel boot argument remainders | Liav A | |
2021-11-01 | Meta: Check auto-generated manpages for completeness on CI | Ben Wiederhake | |
2021-11-01 | Meta: Add script to generate and export manpages | Ben Wiederhake | |