summaryrefslogtreecommitdiff
path: root/Meta/export-argsparser-manpages.sh
AgeCommit message (Collapse)Author
2022-10-31CI: Ensure the manpage generation step shuts down the VM on failureTimothy 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-03Meta: Make x86-64 target the defaultLiav 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-14Everywhere: Get rid of the fbdev kernel boot argument remaindersLiav A
2021-11-01Meta: Check auto-generated manpages for completeness on CIBen Wiederhake
2021-11-01Meta: Add script to generate and export manpagesBen Wiederhake