aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-29 20:50:05 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-11-29 20:50:05 +0100
commit1b9b7d82f62df176fa60734e136ea355af441072 (patch)
tree04f70048849b82446af30857f7580be7e2da2776
parentAdd some debug output for hppa netboot (diff)
downloadreleng-1b9b7d82.tar.gz
releng-1b9b7d82.tar.bz2
releng-1b9b7d82.zip
loong: Fix upload filenames
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-qemu-loong.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/catalyst-auto-qemu-loong.conf b/tools/catalyst-auto-qemu-loong.conf
index 0c2be771..e486e510 100644
--- a/tools/catalyst-auto-qemu-loong.conf
+++ b/tools/catalyst-auto-qemu-loong.conf
@@ -42,10 +42,10 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3-openrc.spec)
- upload stage3-loong-openrc-${TIMESTAMP}.xz*
+ upload stage3-loong-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-systemd.spec)
- upload stage3-loong-systemd-${TIMESTAMP}.xz*
+ upload stage3-loong-systemd-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null
@@ -53,7 +53,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
case ${spec} in
stage3-systemd-mu.spec)
- upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.xz*
+ upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
esac
popd >/dev/null