Switch hppa boot media to 23.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
e86116180e
commit
ece1c61bb0
5 changed files with 178 additions and 178 deletions
|
@ -15,16 +15,16 @@ SETS="
|
|||
"
|
||||
|
||||
SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
|
||||
SET_hppa11_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec netboot-hppa32.spec"
|
||||
|
||||
SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
|
||||
SET_hppa20_openrc_OPTIONAL_SPECS="netboot-hppa64.spec"
|
||||
|
||||
SET_hppa11_openrc_23_SPECS="hppa1.1/stage1-openrc-23.spec hppa1.1/stage3-openrc-23.spec"
|
||||
SET_hppa11_openrc_23_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec netboot-hppa32.spec"
|
||||
|
||||
SET_hppa11_systemd_23_SPECS="hppa1.1/stage1-systemd-23.spec hppa1.1/stage3-systemd-23.spec"
|
||||
|
||||
SET_hppa20_openrc_23_SPECS="hppa2.0/stage1-openrc-23.spec hppa2.0/stage3-openrc-23.spec"
|
||||
SET_hppa20_openrc_23_OPTIONAL_SPECS="netboot-hppa64.spec"
|
||||
|
||||
SET_hppa20_systemd_23_SPECS="hppa2.0/stage1-systemd-23.spec hppa2.0/stage3-systemd-23.spec"
|
||||
|
||||
|
@ -56,19 +56,6 @@ post_build() {
|
|||
|
||||
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
|
||||
case ${spec} in
|
||||
netboot-hppa32.spec)
|
||||
ls -l netboot-hppa1.1-${TIMESTAMP}/
|
||||
mv -v netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
upload netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
;;
|
||||
netboot-hppa64.spec)
|
||||
ls -l netboot-hppa2.0-${TIMESTAMP}/
|
||||
mv -v netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
upload netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
;;
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
|
||||
;;
|
||||
hppa1.1/stage3-openrc.spec)
|
||||
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-hppa1.1" hppa/17.0/hppa1.1
|
||||
;;
|
||||
|
@ -94,6 +81,19 @@ post_build() {
|
|||
upload stage3-hppa2.0-systemd-${TIMESTAMP}.tar.xz*
|
||||
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-hppa2.0" hppa/23.0/hppa2.0
|
||||
;;
|
||||
netboot-hppa32.spec)
|
||||
ls -l netboot-hppa1.1-${TIMESTAMP}/
|
||||
mv -v netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
upload netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
|
||||
;;
|
||||
netboot-hppa64.spec)
|
||||
ls -l netboot-hppa2.0-${TIMESTAMP}/
|
||||
mv -v netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
upload netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
|
||||
;;
|
||||
installcd-stage2-minimal.spec)
|
||||
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue