hppa1.1: go xz and simplify
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
0df6caec22
commit
6a556d1e16
5 changed files with 11 additions and 7 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue