summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/setbuilder.py (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-10Add the host to the build set tar file name if no target.Chris Johns1-1/+6
2013-09-05sb: Do no install with a Cxc build.Chris Johns1-2/+5
2013-09-04sb: Do not create a build set tar file on error.Chris Johns1-1/+3
2013-09-03sb: Output the new info message.Chris Johns1-4/+7
2013-08-15sb: Fix the copy tree.Chris Johns1-14/+1
2013-07-21SB: Fix internal build and mailing. Output errors to the log.Chris Johns1-7/+9
2013-07-16Automtically build the Autotools to bootstrap RTEMS.Chris Johns1-27/+40
2013-05-14Add better error messages.Chris Johns1-3/+5
2013-05-13Show a trace message on copy when with --dry-run.Chris Johns1-16/+18
2013-05-01Improve the email reporter.Chris Johns1-13/+21
2013-05-01Add tail support to the log. Email the log tail in a failure.Chris Johns1-26/+44
2013-04-30Add mail support to mail reports.Chris Johns1-21/+30
2013-04-29Report from the setbuilder's build config.Chris Johns1-19/+59
2013-04-21Refactor the logging support.Chris Johns1-33/+15
2013-04-15PR 2117 - Only check the prefix is writable if installing and not a dry run.Chris Johns1-0/+4
2013-04-15PR 2115 - Check prefix path write access before starting to build.Chris Johns1-2/+1
2013-04-15PR 2115 - Fixed the exception on no 'what'.Chris Johns1-1/+1
2013-04-14Bug fix the list name.Chris Johns1-1/+1
2013-04-09Refactor defaults, macros and options.Chris Johns1-51/+48
2013-04-06Remove the deep copy and use a shallow copy so it worked on Python 2.6.Chris Johns1-2/+2
2013-04-05Fix the version module's name.Chris Johns1-1/+1
2013-04-05Support a common verion number for all commands.Chris Johns1-6/+2
2013-04-03PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns1-8/+9
2013-04-01Add Canadian Cross support.Chris Johns1-44/+56
2013-03-23Install reports under "share" directorySebastian Huber1-1/+1
2013-03-15Generate a better error message. Use the package name in the installing message.Chris Johns1-2/+2
2013-03-12Use the new opts define and add an undefine.Chris Johns1-4/+8
2013-03-11Improve the parsing in build set files.Chris Johns1-10/+7
2013-03-08Define as a macro as the remaining fields of the split.Chris Johns1-1/+3
2013-03-07Add a deps option to print the dependent config files.Chris Johns1-9/+22
2013-03-06Provide better control of sharing the defaults.Chris Johns1-5/+13
2013-03-06Do not copy on a dry run.Chris Johns1-1/+2
2013-03-05Clean path when building autoconf and automake.Chris Johns1-0/+1
2013-03-04Build set reports are the package name and not the config name.Chris Johns1-4/+5
2013-03-04Move find_configs to build and fix. Install reports to 'rtems-source-builder'.Chris Johns1-14/+4
2013-03-04Clean up build set configuration reporting.Chris Johns1-18/+20
2013-03-04Catch any importing errors.Chris Johns1-6/+14
2013-03-04Create a report for each configuration file installed.Chris Johns1-0/+31
2013-02-28Make the bset/cfg lister a function.Chris Johns1-13/+17
2013-02-24Check the dry-opt option before doing the install.Chris Johns1-2/+3
2013-02-23Rename Source Builder to RTEMS Source Builder.Chris Johns1-2/+2
2013-02-22Create tar directory when making build set tar files.Chris Johns1-4/+4
2013-02-21Support directly installing.Chris Johns1-28/+45
2013-02-21Build sets can optional keep going on failure to support tool build testing.Chris Johns1-20/+27
2013-02-20Output the time a build set takes.Chris Johns1-1/+13
2013-02-20Fix the path handling of nesting build sets.Chris Johns1-1/+1
2013-02-19Print the installed path as relative.Chris Johns1-1/+1
2013-02-19Build Sets can reference other build sets.Chris Johns1-21/+44
2013-02-17Clean _tmproot. Move config listing to the setbuilder module.Chris Johns1-5/+12
2013-02-11Default a define with no value to 1.Chris Johns1-1/+4