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:
parent
7d6322ae08
commit
f2cda017dc
@ -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`"
|
||||
|
Loading…
Reference in New Issue
Block a user