Commits
- Commit:
5ec66d177df1f41cc1df3f2694ab8e8cee3e6619
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscripts: fix command use
Don't pass '-v' to the command buitin.
- Commit:
53f2da6f0b864a3759d9acf760c321079e45dd86
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscript: wrap nproc
Wrap nproc for non-Linux systems so this script can run on, say,
FreeBSD.
- Commit:
769c6a981d7734fe920f59790dcca00819f03356
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
0dd633fe8a85c7540c5d24085f24ac9ea2e456af
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscript: add GH remote
Ensure that the remote GH repo is fetched from.
- Commit:
a8fa2ba8469e013475c403304989843b7fc17ae8
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscripts: reverse cherrypicks
When cherry-picking commits from main, do so in reverse order so they
match more linearly with main.
- Commit:
c82e62cb1867793b98aa1d38e0e5db8c6eae162f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscript: add header detection
Add detection for headers which are included portably, and remove them.
- Commit:
3e9e6ccaa178232c558ab88b92793cc2d16f865d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.