summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/log.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-06sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns1-4/+13
- Build GDb first as we do for RTEMS 5 and later - Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC Closes #4111
2018-01-18sb: Disable a log file for the check command.Chris Johns1-0/+1
Fix a minor issue in the log module.
2016-03-10sb: Add a download option --with-release-url/--without-release-url.Chris Johns1-1/+1
The default without the option is to prepend the release URL to the URL list to download from the RTEMS FTP site first if the RSB is released. This option can force the RTEMS FTP to be tried first when not a release, or you can supply a different URL to download from or you can request no RTEMS URL is tried first. Eg: --with-release-url --with-release-url=file://opt/local/cache --without-release-url Move the RTEMS release URL to the default.mc file. Change the URL to the RTEMS FTP server and do not use the https method of access. The option's with_arg call was cleaned up to make sense. Remove the log's raw output of an extra space. Some download error message formating was cleaned up. Closes #2636.
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-22/+24
Fix Windows support to allow MSYS2 Python to be used. Updates #2619.
2015-02-18Fixes to get a better update on MSYS2.Chris Johns1-0/+2
2015-02-07Windows native build fixes.Chris Johns1-0/+1
The testing of building on Windows is done using MSYS2.
2014-07-29Add checksum support for downloaded files.Chris Johns1-1/+1
File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
2014-07-29sb: Add visual feedback for http type downloads.Chris Johns1-0/+4
2014-05-08sb: Generate an error report on an error.Chris Johns1-1/+8
Generate an error report users can send to the mailing list with error details.
2013-05-01Add tail support to the log. Email the log tail in a failure.Chris Johns1-3/+35
2013-04-21Refactor the logging support.Chris Johns1-4/+55
2012-11-06Move into the source-builder tree.Chris Johns1-0/+0
2012-10-31Change name to Source Builder from Tool Builder.Chris Johns1-0/+0