mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/setbuilder: Print patches in the size section of the email report.
This commit is contained in:
parent
13f4c37999
commit
c5d84ce84f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user