summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/build.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-06sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns1-110/+216
2017-06-14sb: Backport from master the '--rsb-file=' option.Chris Johns1-6/+45
2016-03-14sb: Fix the --without-error-report parsing of the label.Chris Johns1-2/+2
2016-03-14sb: Fix build's --with-error-report handling.Chris Johns1-1/+2
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-15/+15
2016-02-24Fix sb-build to reference the opts correctly.Chris Johns1-1/+2
2015-12-10Support released downloading of the RTEMS Tools and RTEMS Kernel.Chris Johns1-2/+4
2015-12-03sb. Add VERSION support for releasing the RSB.Chris Johns1-1/+1
2015-07-21Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns1-17/+57
2015-02-07Windows native build fixes.Chris Johns1-1/+0
2014-10-31sb: Convert the '-' to '_' in symlinks for git repos.Chris Johns1-1/+2
2014-08-14sb: Add a dry run footer to ereports.Chris Johns1-3/+5
2014-08-12sb: Fix sources related bugs.Chris Johns1-2/+2
2014-07-29Add checksum support for downloaded files.Chris Johns1-2/+7
2014-07-25sb: Remove duplicates from the config file list.Chris Johns1-1/+1
2014-06-15sb: Tighten the canadian cross compile detection.Chris Johns1-10/+22
2014-06-01sb: Fix the source option string for getopts.Chris Johns1-1/+1
2014-05-15sb: Move error report generation to the build phase.Chris Johns1-34/+39
2014-05-14sb: Fix the formatting string.Chris Johns1-1/+1
2014-05-13sb: Implement %source and %patch to manage source and patches.Chris Johns1-106/+126
2014-05-08sb: Generate an error report on an error.Chris Johns1-10/+24
2013-07-16Automtically build the Autotools to bootstrap RTEMS.Chris Johns1-35/+48
2013-05-15Support Canadian cross builds on FreeBSD (and other hosts).Chris Johns1-2/+1
2013-05-13Fix support for Windows (MinGW) native builds using MSYS.Chris Johns1-0/+19
2013-04-22Fixes for CVS to work. Add RTEMS build for sparc/sis.Chris Johns1-1/+1
2013-04-21Refactor the logging support.Chris Johns1-43/+23
2013-04-16Add download git support.Chris Johns1-116/+10
2013-04-15Add --no-download to disable the downloader.Chris Johns1-1/+3
2013-04-13Add support for snapshot testing.Chris Johns1-2/+0
2013-04-13Hack in sources and print the macros when tracing.Chris Johns1-1/+8
2013-04-09Refactor defaults, macros and options.Chris Johns1-9/+13
2013-04-05Support a common verion number for all commands.Chris Johns1-13/+16
2013-04-03PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns1-5/+2
2013-04-01Add Canadian Cross support.Chris Johns1-9/+41
2013-03-15Generate a better error message. Use the package name in the installing message.Chris Johns1-0/+2
2013-03-10Store downloaded patches in %{_patchdir}.Chris Johns1-1/+1
2013-03-04Provide the main package as a function.Chris Johns1-3/+6
2013-03-04Move find_configs to build and fix. Install reports to 'rtems-source-builder'.Chris Johns1-0/+12
2013-03-02If %setup -c then always create and change into the directory.Chris Johns1-1/+1
2013-03-01Fix %setup now the scripts have been cleaned up.Chris Johns1-5/+3
2013-02-28Fix the %setup error messages.Chris Johns1-2/+4
2013-02-27Fix host paths on Windows.Chris Johns1-2/+3
2013-02-23Rename Source Builder to RTEMS Source Builder.Chris Johns1-1/+1
2013-02-22Create tar directory when making build set tar files.Chris Johns1-27/+4
2013-02-21Support directly installing.Chris Johns1-20/+30
2013-02-21Make the shell cmd path relative on error.Chris Johns1-1/+1
2013-02-21Make sources directory if it does not exist.Chris Johns1-3/+2
2013-02-20Use a relative path for the download notice message.Chris Johns1-1/+1
2013-02-19Build Sets can reference other build sets.Chris Johns1-14/+9
2013-02-17Clean _tmproot. Move config listing to the setbuilder module.Chris Johns1-8/+17