build: show package set file size after completion

This commit is contained in:
Franco Fichtner 2018-11-02 07:18:06 +01:00
parent a836b4683e
commit 578adffefe
1 changed files with 2 additions and 0 deletions

View File

@ -865,6 +865,8 @@ bundle_packages()
echo "done"
generate_signature ${SETSDIR}/packages-${REPO_RELEASE}.tar
(cd ${SETSDIR}; ls -lah packages-*)
}
setup_packages()