Commit Briefs

Thomas Adam

portable: maintscript: update to portable branch

Now that the former "linux" branch is being retired, change the portable sync script to reference "portable".


Thomas Adam

portable: maintscripts: fix command use

Don't pass '-v' to the command buitin.


Thomas Adam

portable: maintscript: wrap nproc

Wrap nproc for non-Linux systems so this script can run on, say, FreeBSD.


Thomas Adam

portable: maintscript: use env for bash

Set this script's shebang line to use env to look for bash, as bash isn't always guaranteed to be installed to /bin, especally on BSD systems.


Thomas Adam

portable: maintscript: add GH remote

Ensure that the remote GH repo is fetched from.


Thomas Adam

portable: maintscripts: reverse cherrypicks

When cherry-picking commits from main, do so in reverse order so they match more linearly with main.


Thomas Adam

portable: maintscript: add header detection

Add detection for headers which are included portably, and remove them.


Thomas Adam

portable: add maintscripts

This introduces an area for helper scripts when dealing with -portable syncing from upstream, releases, etc. See the README.md file for further information.