summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/setbuilder.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Back port the RTEMS 5 and 6 RSB engine.Chris Johns2020-10-061-86/+254
* sb: RSB backport changes to support mailing list posting of builds.Chris Johns2018-02-051-34/+104
* sb: fix the if logic to handle directives in if statements.Chris Johns2016-03-191-0/+5
* sb: Support --dry-run --with-download for 3rd party RTEMS BSP packages.Chris Johns2016-03-171-0/+2
* sb: Do not expand the package name in a bset file.Chris Johns2016-03-161-1/+1
* sb: Fix typo on the urlparse name in download.pyChris Johns2016-03-101-1/+0
* qemu: Add a package name to create a tarball.Chris Johns2016-03-071-1/+1
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-12/+15
* Wrap the tar command in double quotes for Windows cmd.exe.Chris Johns2016-02-251-2/+2
* 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-211-23/+33
* sb: Always generate an XML report.Chris Johns2015-05-221-21/+22
* sb: Fix reporting and installing the reports when building.Chris Johns2015-05-211-16/+29
* Fix the check to see if the path is writable.Chris Johns2015-01-261-1/+1
* Detect a Cxc build from the options and automatically disabled installing.Chris Johns2015-01-181-2/+4
* sb: Add a dry run footer to ereports.Chris Johns2014-08-141-1/+0
* Add checksum support for downloaded files.Chris Johns2014-07-291-3/+5
* sb: Improve the error handling for setbuilder errors.Chris Johns2014-06-151-6/+21
* sb: Move error report generation to the build phase.Chris Johns2014-05-151-13/+0
* sb: Implement %source and %patch to manage source and patches.Chris Johns2014-05-131-3/+5
* sb: Generate an error report on an error.Chris Johns2014-05-081-6/+20
* Add the host to the build set tar file name if no target.Chris Johns2013-11-101-1/+6
* sb: Do no install with a Cxc build.Chris Johns2013-09-051-2/+5
* sb: Do not create a build set tar file on error.Chris Johns2013-09-041-1/+3
* sb: Output the new info message.Chris Johns2013-09-031-4/+7
* sb: Fix the copy tree.Chris Johns2013-08-151-14/+1
* SB: Fix internal build and mailing. Output errors to the log.Chris Johns2013-07-211-7/+9
* Automtically build the Autotools to bootstrap RTEMS.Chris Johns2013-07-161-27/+40
* Add better error messages.Chris Johns2013-05-141-3/+5
* Show a trace message on copy when with --dry-run.Chris Johns2013-05-131-16/+18
* Improve the email reporter.Chris Johns2013-05-011-13/+21
* Add tail support to the log. Email the log tail in a failure.Chris Johns2013-05-011-26/+44
* Add mail support to mail reports.Chris Johns2013-04-301-21/+30
* Report from the setbuilder's build config.Chris Johns2013-04-291-19/+59
* Refactor the logging support.Chris Johns2013-04-211-33/+15
* PR 2117 - Only check the prefix is writable if installing and not a dry run.Chris Johns2013-04-151-0/+4
* PR 2115 - Check prefix path write access before starting to build.Chris Johns2013-04-151-2/+1
* PR 2115 - Fixed the exception on no 'what'.Chris Johns2013-04-151-1/+1
* Bug fix the list name.Chris Johns2013-04-141-1/+1
* Refactor defaults, macros and options.Chris Johns2013-04-091-51/+48
* Remove the deep copy and use a shallow copy so it worked on Python 2.6.Chris Johns2013-04-061-2/+2
* Fix the version module's name.Chris Johns2013-04-051-1/+1
* Support a common verion number for all commands.Chris Johns2013-04-051-6/+2
* PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns2013-04-031-8/+9
* Add Canadian Cross support.Chris Johns2013-04-011-44/+56
* Install reports under "share" directorySebastian Huber2013-03-231-1/+1
* Generate a better error message. Use the package name in the installing message.Chris Johns2013-03-151-2/+2
* Use the new opts define and add an undefine.Chris Johns2013-03-121-4/+8
* Improve the parsing in build set files.Chris Johns2013-03-111-10/+7
* Define as a macro as the remaining fields of the split.Chris Johns2013-03-081-1/+3