summaryrefslogtreecommitdiffstats
path: root/source-builder/sb (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-04sb: Add sb-rtems-pkg to update the RTEMS package hashes and checksumsChris Johns3-1/+303
2023-12-07sb: Set the uid and gid on POSIX systemsChris Johns1-1/+5
2023-12-07sb: Allow _ in downloaded file namesChris Johns1-2/+2
2023-11-30sb: No hash on a package is an errorChris Johns1-3/+1
2023-11-22sb: Fix Python 3.12 safeConfigParser and invalid escape sequencesChris Johns2-3/+3
2023-11-17sb/linux.py: More reliably recognize distributionMichael South1-30/+59
2023-05-16sb/option: Add the arch to the macros from the --rtems-bsp optionChris Johns1-0/+1
2023-05-16sb: Fix the library handling in rtems-build-depChris Johns1-7/+10
2023-05-16sb/path: Handle unicode filenames in a source pathChris Johns1-6/+20
2023-03-096/gdb: fix building on FreeBSD 13.1Chris Johns1-7/+9
2023-01-23RSB: Mitigate too short error reportsFrank Kühndel1-1/+3
2022-10-01sb/set-bulder: Fix installing builds when a single buildsetChris Johns1-8/+7
2022-10-01sb/execute: Fix incremental decoder with --dry-runChris Johns1-2/+5
2022-09-30sb/version: Set top from external packageChris Johns1-1/+9
2022-09-30sb/execute: Use a decoder that maintains state aross blocksChris Johns1-1/+3
2022-09-29sb/set-builder: Fix staging and tar file generation with a single config buildChris Johns1-16/+6
2022-09-16sb/setbuilder: Install the build when stagging or configured to installChris Johns1-3/+6
2022-09-14sb/setbuilder: Do not install if --no-install option is usedChris Johns1-1/+2
2022-09-09sb/setbuilder: Correctly create build set tar filesChris Johns2-24/+39
2022-09-09sb/build.py: Output build scripts to traceChris Johns1-5/+17
2022-09-09sb/config: Correctly handle multiple config pathsChris Johns1-27/+25
2022-09-09sb/setbuilder: Support line continuationChris Johns1-1/+13
2022-09-09sb/rtems-kernel-config-check: Support multiple BSPs and add a test optionChris Johns1-20/+22
2022-09-09sb/rtems-kernel-config-check: Reformat using yapfChris Johns1-52/+30
2022-08-17sb/get-sources: Fix getting sources with archsChris Johns2-35/+123
2022-05-22source-builder/sb/options.py: Change arc to arch in helpJoel Sherrill1-1/+1
2022-05-16source-builder: Handle utf8 in pathKinsey Moore1-7/+7
2022-05-05sb/setbuilder: Control buildsets using the --with-* command line optionChris Johns1-7/+15
2022-04-26sb: %if checks are numeric if the left and right values are numbersChris Johns1-34/+35
2022-01-24sb/linux.py: Simplify "distro" determinationSebastian Huber1-7/+3
2021-11-09rtems-kernel: Implement kernel recipe using wafRyan Long1-0/+147
2021-07-17setbuilder minor list-host optionRobin Mueller1-1/+13
2021-05-26sb: Merge mailer changes from rtems-toolsAlex White3-33/+189
2021-03-11sb/config.py: Fix operator reconstructionRicardo Cárdenes1-3/+3
2021-03-10sb/config.py: Fix relational operatorVijay Kumar Banerjee1-1/+1
2020-09-26pkgconfig.py: Removed use of "unicode" keyword for python3 compatibilityStephen Clark1-6/+17
2020-08-28sb: Fix the imports on Python2Chris Johns10-21/+31
2020-08-25sb: Use shebang env pythonChris Johns38-624/+166
2020-08-12sb/track: Only output unreferenced configs with the optionChris Johns1-33/+30
2020-08-10sb/bootstrap: Remove the sb-bootstrap commandChris Johns2-302/+0
2020-08-10sb/builder: Remove sb-builder commandChris Johns1-29/+0
2020-08-10sb/track: Add a command to track build sets.Chris Johns6-596/+1029
2020-06-30sb/options: A Canadian Cross is a different host, build and targetChris Johns1-6/+5
2020-06-30Change version to RTEMS 6Sebastian Huber1-1/+1
2020-05-08sb: Disable any trace dataChris Johns1-2/+2
2020-05-08sb: Add git clean to the supported git commands.Chris Johns2-0/+17
2020-04-28sb/linux.py: Workaround for Python >= 3.8Anders Montonen1-7/+11
2020-04-28sb: Fix Python literal comparison warningsAnders Montonen2-30/+30
2020-04-04sb/reports: add sanitize parameter enabled for --mailGedare Bloom2-21/+35
2020-04-01sb/reports.py: Remove spurious error checkGedare Bloom1-2/+0