From c5d84ce84f0317518a91bd990c1b94dcd852f6a5 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 21 Oct 2018 13:14:20 +1100 Subject: [PATCH] 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