hppa: fix upload filenames

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-12-08 17:27:58 +01:00
parent 08ef8f768b
commit de23c091f2
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -60,16 +60,16 @@ post_build() {
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
;;
hppa1.1/stage3-openrc.spec)
upload stage3-hppa1.1-openrc-${TIMESTAMP}.xz*
upload stage3-hppa1.1-openrc-${TIMESTAMP}.tar.xz*
;;
hppa1.1/stage3-systemd.spec)
upload stage3-hppa1.1-systemd-${TIMESTAMP}.xz*
upload stage3-hppa1.1-systemd-${TIMESTAMP}.tar.xz*
;;
hppa2.0/stage3-openrc.spec)
upload stage3-hppa2.0-openrc-${TIMESTAMP}.xz*
upload stage3-hppa2.0-openrc-${TIMESTAMP}.tar.xz*
;;
hppa2.0/stage3-systemd.spec)
upload stage3-hppa2.0-systemd-${TIMESTAMP}.xz*
upload stage3-hppa2.0-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null
@ -77,10 +77,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
case ${spec} in
hppa1.1/stage3-systemd-mu.spec)
upload stage3-hppa1.1-systemd-mergedusr-${TIMESTAMP}.xz*
upload stage3-hppa1.1-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
hppa2.0/stage3-systemd-mu.spec)
upload stage3-hppa2.0-systemd-mergedusr-${TIMESTAMP}.xz*
upload stage3-hppa2.0-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null