summaryrefslogtreecommitdiffstats
path: root/source-builder/sb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* sb/execute: Port fixes from rtems-toolsChris Johns2020-03-301-10/+23
* sb: Use multiprocessing.cpu_count()Sebastian Huber2020-03-051-16/+2
* sb/options: Let --source-only-download download releasesChris Johns2020-03-042-3/+2
* sb/pkgconfig: Fix python2 issue with caching changesChris Johns2020-03-041-1/+2
* sb/python-wrapper: Add python2.7 to aid testingChris Johns2020-03-041-1/+1
* sb/pkgconfig: Cache pkgconfig based on a file name not nameChris Johns2020-03-031-7/+9
* sb/config: Add paths checks to %{path ...}Chris Johns2020-03-031-11/+37
* sb/config: Expanded nested shell commandsChris Johns2020-03-031-2/+7
* windows: Use GNU tar to unpack sourceChris Johns2020-02-121-1/+1
* freebsd: Fix GDB building on some 12 and higher versionsChris Johns2020-01-211-1/+3
* sb/getsources: Fix the repo_mail reference.Chris Johns2019-12-051-1/+1
* sb/getsources: Macro right hand values need to be strings.Chris Johns2019-12-051-2/+2
* sb: VERSION may not contain a release path or hashesChris Johns2019-12-051-2/+2
* Be more resilient against $PATH errorsSebastian Huber2019-12-021-13/+17
* sb/setbuilder: Output the mail send failure message on errorChris Johns2019-11-191-1/+5
* sb: Align the version processing with rtems-tools.Chris Johns2019-11-189-79/+207
* sb: Add support for a comma separated release path list.Chris Johns2019-11-182-19/+22
* sb/getsource: Load the local host overridesChris Johns2019-10-281-0/+47
* sb/getsource: Add RTEMS BSP defaults to fetch packages sources.Chris Johns2019-10-271-2/+13
* sb/getsource: Set the correct macro name for getting source.Chris Johns2019-10-271-1/+1
* sb/get-source: Add a macro to indicate the get-source command is running.Chris Johns2019-10-271-0/+1
* sb/config: Add support for line continuation.Chris Johns2019-10-271-2/+14
* sb/options: Split options on the first '=' only.Chris Johns2019-10-261-2/+2
* sb/windows: Add the optional cmake command.Chris Johns2019-10-251-0/+1
* sb/build: Add -E to '%source setup' to handle tar dependency errors.Chris Johns2019-10-251-1/+25
* sb: Detect duplicate adds of patches.Chris Johns2019-09-191-1/+7
* 5/llvm: Add LLVM as a package for RTEMS.Chris Johns2019-09-166-72/+112
* sb/setbuilder: Add a trace to help installing.Chris Johns2019-09-161-0/+1
* sb/check-command: Add a check command wrapperChris Johns2019-09-161-0/+26
* sb/config: Escape double quotes on Windows for shell macrosChris Johns2019-09-061-2/+5
* freebsd: SVN is optional.Chris Johns2019-09-061-1/+1
* sb/setbuilder: Check is mail is valid.Chris Johns2019-08-291-1/+1
* sb: Send only one mail when building a BSPChris Johns2019-08-271-46/+68
* sb/download: Add support for a base64 hash stringChris Johns2019-08-271-2/+8
* Add support for MX LinuxHimanshu402019-08-241-1/+1