hppa1.1: go xz and simplify

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2022-04-23 01:34:17 +02:00
parent 0df6caec22
commit 6a556d1e16
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
5 changed files with 11 additions and 7 deletions

View file

@ -27,7 +27,7 @@ update_symlinks() {
for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
pushd "${d}" >/dev/null
for t in hppa1.1 hppa2.0; do
for f in $(ls stage3-${t}-*bz2 | grep -v latest | give_latest_from_dates) ; do
for f in $(ls stage3-${t}-*bz2 stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do
local of=$(echo "${f}" | convert_filename)
ln -sf "${f}" "${of}"
done
@ -54,10 +54,10 @@ post_build() {
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
;;
hppa1.1/stage3-openrc.spec)
upload stage3-hppa1.1-openrc-*${TIMESTAMP}*.bz2*
upload stage3-hppa1.1-openrc-*${TIMESTAMP}*.xz*
;;
hppa1.1/stage3-systemd.spec)
upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.bz2*
upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.xz*
;;
hppa2.0/stage3-openrc.spec)
upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2*