summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/reports.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb: Fix the imports on Python2Chris Johns2020-08-281-6/+3
* sb: Use shebang env pythonChris Johns2020-08-251-11/+11
* sb/reports: add sanitize parameter enabled for --mailGedare Bloom2020-04-041-19/+33
* sb/reports.py: Remove spurious error checkGedare Bloom2020-04-011-2/+0
* sb: Align the version processing with rtems-tools.Chris Johns2019-11-181-2/+2
* sb: Add platform reporting for better host reviewing in posted email reports.Chris Johns2017-10-311-0/+12
* sb: Add a call to get the post processed report output.Chris Johns2017-10-271-0/+3
* doc: Remove in source documentation and the asciidoc packageChris Johns2017-08-071-88/+180
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-18/+20
* sb. Add VERSION support for releasing the RSB.Chris Johns2015-12-031-37/+87
* sb: Fix reporting and installing the reports when building.Chris Johns2015-05-211-24/+41
* sb: Move content to formatter classesSebastian Huber2014-12-111-212/+154
* sb: Add HTML generation to formatter classSebastian Huber2014-12-111-40/+28
* sb: Move build set to formatter classesSebastian Huber2014-12-111-101/+191
* sb: Move git status to formatter classesSebastian Huber2014-12-111-63/+96
* sb: Add XML formatterSebastian Huber2014-12-111-1/+29
* sb: Move introduction to formatter classesSebastian Huber2014-12-111-60/+93
* sb: Introduce formatter classesSebastian Huber2014-12-111-12/+44
* sb: Complete support for INI file reporting.Chris Johns2014-08-121-79/+179
* sb: Add INI format output to the reports.Chris Johns2014-08-091-37/+157
* sb: Output the new info message.Chris Johns2013-09-031-0/+1
* Fix the open calls to use a host path.Chris Johns2013-05-011-1/+1
* Report from the setbuilder's build config.Chris Johns2013-04-291-36/+33
* Fix the report command. Only output if an outname is given.Chris Johns2013-04-281-13/+16
* Refactor the logging support.Chris Johns2013-04-211-9/+2
* Refactor defaults, macros and options.Chris Johns2013-04-091-24/+22
* Remove the deep copy and use a shallow copy so it worked on Python 2.6.Chris Johns2013-04-061-2/+2
* Support a common verion number for all commands.Chris Johns2013-04-051-6/+2
* Fix the second config call to pass defaults and opts.Chris Johns2013-03-131-1/+1
* Use separate defaults and opts for each build set.Chris Johns2013-03-131-5/+8
* Clean up the error message.Chris Johns2013-03-111-1/+1
* Add more report detail.Chris Johns2013-03-041-14/+57
* Move find_configs to build and fix. Install reports to 'rtems-source-builder'.Chris Johns2013-03-041-1/+1
* Clean up build set configuration reporting.Chris Johns2013-03-041-24/+23
* Add html as a format and now asciidoc gives you the asciidoc text.Chris Johns2013-03-031-4/+7
* Fix the asciidoc import. Add the missing config files.Chris Johns2013-03-031-3/+9
* Add support for GIT.Chris Johns2013-03-031-64/+193
* Add a reporting tool.Chris Johns2013-02-281-0/+240