summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/build.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Fix the imports on Python2Chris Johns2020-08-281-2/+1
* sb: Use shebang env pythonChris Johns2020-08-251-11/+11
* sb/track: Add a command to track build sets.Chris Johns2020-08-101-2/+13
* sb: Align the version processing with rtems-tools.Chris Johns2019-11-181-1/+1
* sb/build: Add -E to '%source setup' to handle tar dependency errors.Chris Johns2019-10-251-1/+25
* 5/llvm: Add LLVM as a package for RTEMS.Chris Johns2019-09-161-41/+58
* rtems: Add kernel, libbsd and BSP building as packages.Chris Johns2019-07-211-6/+15
* windows: Remove BuildRoot from all configs, add a short tmp path.Chris Johns2018-11-051-18/+14
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-0/+8
* sb: Monitor the build disk usage. Report the usage, total and various sizesChris Johns2018-09-281-40/+85
* sb: Move the option check for reporting errors to the error reporter.Chris Johns2017-10-121-5/+2
* sb: Add --rsb-file options to %source and %patch to set a file name.Chris Johns2016-04-151-6/+45
* sb: Fix the --without-error-report parsing of the label.Chris Johns2016-03-141-2/+2
* sb: Fix build's --with-error-report handling.Chris Johns2016-03-141-1/+2
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-15/+15
* Fix sb-build to reference the opts correctly.Chris Johns2016-02-241-1/+2
* Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns2015-12-111-2/+4
* sb. Add VERSION support for releasing the RSB.Chris Johns2015-12-031-1/+1
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-201-17/+57
* Windows native build fixes.Chris Johns2015-02-071-1/+0
* sb: Convert the '-' to '_' in symlinks for git repos.Chris Johns2014-10-311-1/+2
* sb: Add a dry run footer to ereports.Chris Johns2014-08-141-3/+5
* sb: Fix sources related bugs.Chris Johns2014-08-121-2/+2
* Add checksum support for downloaded files.Chris Johns2014-07-291-2/+7
* sb: Remove duplicates from the config file list.Chris Johns2014-07-251-1/+1
* sb: Tighten the canadian cross compile detection.Chris Johns2014-06-151-10/+22
* sb: Fix the source option string for getopts.Chris Johns2014-06-011-1/+1
* sb: Move error report generation to the build phase.Chris Johns2014-05-151-34/+39
* sb: Fix the formatting string.Chris Johns2014-05-141-1/+1
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-106/+126
* sb: Generate an error report on an error.Chris Johns2014-05-081-10/+24
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-35/+48
* Support Canadian cross builds on FreeBSD (and other hosts).Chris Johns2013-05-151-2/+1
* Fix support for Windows (MinGW) native builds using MSYS.Chris Johns2013-05-131-0/+19
* Fixes for CVS to work. Add RTEMS build for sparc/sis.Chris Johns2013-04-221-1/+1
* Refactor the logging support.Chris Johns2013-04-211-43/+23
* Add download git support.Chris Johns2013-04-161-116/+10
* Add --no-download to disable the downloader.Chris Johns2013-04-151-1/+3
* Add support for snapshot testing.Chris Johns2013-04-131-2/+0
* Hack in sources and print the macros when tracing.Chris Johns2013-04-131-1/+8
* Refactor defaults, macros and options.Chris Johns2013-04-091-9/+13
* Support a common verion number for all commands.Chris Johns2013-04-051-13/+16
* PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns2013-04-031-5/+2
* Add Canadian Cross support.Chris Johns2013-04-011-9/+41
* Generate a better error message. Use the package name in the installing message.Chris Johns2013-03-151-0/+2
* Store downloaded patches in %{_patchdir}.Chris Johns2013-03-101-1/+1
* Provide the main package as a function.Chris Johns2013-03-041-3/+6
* Move find_configs to build and fix. Install reports to 'rtems-source-builder'.Chris Johns2013-03-041-0/+12
* If %setup -c then always create and change into the directory.Chris Johns2013-03-021-1/+1
* Fix %setup now the scripts have been cleaned up.Chris Johns2013-03-011-5/+3