tools: Log non-uploaded stages when they finish

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-01-31 18:06:09 -05:00
parent 22d3877eb4
commit a309ae36ac
No known key found for this signature in database
GPG key ID: 9C825A6605D40BBE
12 changed files with 36 additions and 0 deletions

View file

@ -41,6 +41,9 @@ post_build() {
stage3.spec)
upload stage3-${SUBARCH}-*${TIMESTAMP}*.tar.xz*
;;
*)
echo "Finished ${spec}"
;;
esac
popd >/dev/null