tools: Log non-uploaded stages when they finish
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
22d3877eb4
commit
a309ae36ac
12 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue