summaryrefslogtreecommitdiffstats
path: root/source-builder
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-10-21 13:14:20 +1100
committerChris Johns <chrisj@rtems.org>2018-10-21 13:14:20 +1100
commitc5d84ce84f0317518a91bd990c1b94dcd852f6a5 (patch)
tree0510af786c580cefe56cfcd7c913503697cc82ef /source-builder
parentsb: Add support to search for a suitable version of python. (diff)
downloadrtems-source-builder-c5d84ce84f0317518a91bd990c1b94dcd852f6a5.tar.bz2
sb/setbuilder: Print patches in the size section of the email report.
Diffstat (limited to 'source-builder')
-rw-r--r--source-builder/sb/setbuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/setbuilder.py b/source-builder/sb/setbuilder.py
index c50ba20..d805b39 100644
--- a/source-builder/sb/setbuilder.py
+++ b/source-builder/sb/setbuilder.py
@@ -531,7 +531,7 @@ class buildset:
body += 'Total size: ' + build_total_size_human + os.linesep
body += 'Installed : ' + build_installed_size_human + os.linesep
body += 'Sources: ' + build_sources_size_human + os.linesep
- body += 'Sources: ' + build_patches_size_human + os.linesep
+ body += 'Patches: ' + build_patches_size_human + os.linesep
else:
body += 'No packages built'
body += os.linesep