ia64: fix filenames

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-11-28 14:31:23 +01:00
parent b04e67a1cf
commit 331a4e5ccf
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A

View file

@ -43,10 +43,10 @@ post_build() {
upload *${TIMESTAMP}*.iso*
;;
stage3-openrc.spec)
upload stage3-ia64-openrc-${TIMESTAMP}.xz*
upload stage3-ia64-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-systemd.spec)
upload stage3-ia64-systemd-${TIMESTAMP}.xz*
upload stage3-ia64-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null
@ -54,7 +54,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-systemd-mu.spec)
upload stage3-ia64-systemd-mergedusr-${TIMESTAMP}.xz*
upload stage3-ia64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null