hppa: fix upload filenames
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
08ef8f768b
commit
de23c091f2
1 changed files with 6 additions and 6 deletions
|
@ -60,16 +60,16 @@ post_build() {
|
||||||
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
|
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
|
||||||
;;
|
;;
|
||||||
hppa1.1/stage3-openrc.spec)
|
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)
|
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)
|
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)
|
hppa2.0/stage3-systemd.spec)
|
||||||
upload stage3-hppa2.0-systemd-${TIMESTAMP}.xz*
|
upload stage3-hppa2.0-systemd-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
@ -77,10 +77,10 @@ post_build() {
|
||||||
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
|
||||||
case ${spec} in
|
case ${spec} in
|
||||||
hppa1.1/stage3-systemd-mu.spec)
|
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)
|
hppa2.0/stage3-systemd-mu.spec)
|
||||||
upload stage3-hppa2.0-systemd-mergedusr-${TIMESTAMP}.xz*
|
upload stage3-hppa2.0-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue