summaryrefslogtreecommitdiffstats
path: root/source-builder/sb (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Add sb-rtems-pkg to update the RTEMS package hashes and checksumsChris Johns2024-04-043-1/+303
* sb: Set the uid and gid on POSIX systemsChris Johns2023-12-071-1/+5
* sb: Allow _ in downloaded file namesChris Johns2023-12-071-2/+2
* sb: No hash on a package is an errorChris Johns2023-11-301-3/+1
* sb: Fix Python 3.12 safeConfigParser and invalid escape sequencesChris Johns2023-11-222-3/+3
* sb/linux.py: More reliably recognize distributionMichael South2023-11-171-30/+59
* sb/option: Add the arch to the macros from the --rtems-bsp optionChris Johns2023-05-161-0/+1
* sb: Fix the library handling in rtems-build-depChris Johns2023-05-161-7/+10
* sb/path: Handle unicode filenames in a source pathChris Johns2023-05-161-6/+20
* 6/gdb: fix building on FreeBSD 13.1Chris Johns2023-03-091-7/+9
* RSB: Mitigate too short error reportsFrank Kühndel2023-01-231-1/+3
* sb/set-bulder: Fix installing builds when a single buildsetChris Johns2022-10-011-8/+7
* sb/execute: Fix incremental decoder with --dry-runChris Johns2022-10-011-2/+5
* sb/version: Set top from external packageChris Johns2022-09-301-1/+9
* sb/execute: Use a decoder that maintains state aross blocksChris Johns2022-09-301-1/+3
* sb/set-builder: Fix staging and tar file generation with a single config buildChris Johns2022-09-291-16/+6
* sb/setbuilder: Install the build when stagging or configured to installChris Johns2022-09-161-3/+6
* sb/setbuilder: Do not install if --no-install option is usedChris Johns2022-09-141-1/+2
* sb/setbuilder: Correctly create build set tar filesChris Johns2022-09-092-24/+39
* sb/build.py: Output build scripts to traceChris Johns2022-09-091-5/+17
* sb/config: Correctly handle multiple config pathsChris Johns2022-09-091-27/+25
* sb/setbuilder: Support line continuationChris Johns2022-09-091-1/+13
* sb/rtems-kernel-config-check: Support multiple BSPs and add a test optionChris Johns2022-09-091-20/+22
* sb/rtems-kernel-config-check: Reformat using yapfChris Johns2022-09-091-52/+30
* sb/get-sources: Fix getting sources with archsChris Johns2022-08-172-35/+123
* source-builder/sb/options.py: Change arc to arch in helpJoel Sherrill2022-05-221-1/+1
* source-builder: Handle utf8 in pathKinsey Moore2022-05-161-7/+7
* sb/setbuilder: Control buildsets using the --with-* command line optionChris Johns2022-05-051-7/+15
* sb: %if checks are numeric if the left and right values are numbersChris Johns2022-04-261-34/+35
* sb/linux.py: Simplify "distro" determinationSebastian Huber2022-01-241-7/+3
* rtems-kernel: Implement kernel recipe using wafRyan Long2021-11-091-0/+147
* setbuilder minor list-host optionRobin Mueller2021-07-171-1/+13
* sb: Merge mailer changes from rtems-toolsAlex White2021-05-263-33/+189
* sb/config.py: Fix operator reconstructionRicardo Cárdenes2021-03-111-3/+3
* sb/config.py: Fix relational operatorVijay Kumar Banerjee2021-03-101-1/+1
* pkgconfig.py: Removed use of "unicode" keyword for python3 compatibilityStephen Clark2020-09-261-6/+17
* sb: Fix the imports on Python2Chris Johns2020-08-2810-21/+31
* sb: Use shebang env pythonChris Johns2020-08-2538-624/+166
* sb/track: Only output unreferenced configs with the optionChris Johns2020-08-121-33/+30
* sb/bootstrap: Remove the sb-bootstrap commandChris Johns2020-08-102-302/+0
* sb/builder: Remove sb-builder commandChris Johns2020-08-101-29/+0
* sb/track: Add a command to track build sets.Chris Johns2020-08-106-596/+1029
* sb/options: A Canadian Cross is a different host, build and targetChris Johns2020-06-301-6/+5
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
* sb: Disable any trace dataChris Johns2020-05-081-2/+2
* sb: Add git clean to the supported git commands.Chris Johns2020-05-082-0/+17
* sb/linux.py: Workaround for Python >= 3.8Anders Montonen2020-04-281-7/+11
* sb: Fix Python literal comparison warningsAnders Montonen2020-04-282-30/+30
* sb/reports: add sanitize parameter enabled for --mailGedare Bloom2020-04-042-21/+35
* sb/reports.py: Remove spurious error checkGedare Bloom2020-04-011-2/+0