[rtems-source-builder commit] sb/setbuilder: Print patches in the size section of the email report.

Chris Johns chrisj at rtems.org
Sun Oct 21 02:16:27 UTC 2018


Module:    rtems-source-builder
Branch:    master
Commit:    c5d84ce84f0317518a91bd990c1b94dcd852f6a5
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=c5d84ce84f0317518a91bd990c1b94dcd852f6a5

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sun Oct 21 13:14:20 2018 +1100

sb/setbuilder: Print patches in the size section of the email report.

---

 source-builder/sb/setbuilder.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the vc mailing list