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

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

View file

@ -96,6 +96,9 @@ post_build() {
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;
esac
popd >/dev/null

View file

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

View file

@ -57,6 +57,9 @@ post_build() {
hppa2.0/stage3.spec)
upload stage3-hppa2.0-*${TIMESTAMP}*.bz2*
;;
*)
echo "Finished ${spec}"
;;
esac
popd >/dev/null

View file

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

View file

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

View file

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

View file

@ -97,6 +97,9 @@ post_build() {
armv7a/stage3-hardfloat-systemd.spec)
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
;;
*)
echo "Finished ${spec}"
;;
esac
popd >/dev/null

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

View file

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

View file

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

View file

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