Add a message for the amphora image size

This patch adds an output from the diskimage-create.sh script that
shows the generated image size.
This is handy for seeing the impact of a patch on the generated
amphora image size.

Change-Id: Id18783acefc5ba9acb1789a2fd3d52df603f292a
This commit is contained in:
Michael Johnson 2020-08-18 10:07:10 -07:00
parent 7d6322ae08
commit f2cda017dc

View File

@ -502,3 +502,4 @@ if [ -z "$DIB_REPOREF_amphora_agent" ]; then
else
echo "Successfully built the amphora using the $DIB_REPOREF_amphora_agent amphora-agent."
fi
echo "Amphora image size: `stat -c "%n %s" $AMP_OUTPUTFILENAME`"