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

@ -51,6 +51,9 @@ post_build() {
stage3*lp64*.spec)
upload stage3-rv64_$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;
esac
popd >/dev/null