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