Age | Commit message (Collapse) | Author |
|
This is used during CI to verify that some manual pages are up to date
with the output of the corresponding program's --help option. UE does
not exist on x86_64 yet, so we cannot run `UE --help`. Remove it from
this list for now.
|
|
|
|
|
|
On some systems, just specifying "2> error_file" will create the file,
even if nothing is logged to it.
|
|
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.
|
|
These are no longer autogenerated.
|
|
These now have customizations that CI doesn't like.
|
|
Differentiate GUI applications in man pages with icons.
This is the revert of the revert commit, now that the icon processing
was fixed in 89c0f84a280778a877b89d1b5f3facf5020095fb.
Revert: dae298e9df23a2f2be7f1b5a5c4726096c310a58
Original: 74238d0abaac7c36c49e33e863c65eb6b199d9f3
Co-authored-by: electrikmilk <brandonjordan124@gmail.com>
|
|
|