loong: Fix upload filenames
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
1eec8595f3
commit
1b9b7d82f6
1 changed files with 3 additions and 3 deletions
|
@ -42,10 +42,10 @@ post_build() {
|
||||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||||
case ${spec} in
|
case ${spec} in
|
||||||
stage3-openrc.spec)
|
stage3-openrc.spec)
|
||||||
upload stage3-loong-openrc-${TIMESTAMP}.xz*
|
upload stage3-loong-openrc-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
stage3-systemd.spec)
|
stage3-systemd.spec)
|
||||||
upload stage3-loong-systemd-${TIMESTAMP}.xz*
|
upload stage3-loong-systemd-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
@ -53,7 +53,7 @@ post_build() {
|
||||||
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
||||||
case ${spec} in
|
case ${spec} in
|
||||||
stage3-systemd-mu.spec)
|
stage3-systemd-mu.spec)
|
||||||
upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.xz*
|
upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue