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