hppa11: also rename openrc and add systemd
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
b6054111f1
commit
98b8d9474d
6 changed files with 33 additions and 18 deletions
|
@ -5,9 +5,10 @@ UPLOAD_USER=hppa
|
|||
UPLOAD_KEY=/root/.ssh/buildsync.key
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/hppa
|
||||
|
||||
SETS="hppa1_1 hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot"
|
||||
SETS="hppa11_openrc hppa11_systemd hppa20_openrc hppa20_systemd hppa_livecd hppa_netboot"
|
||||
|
||||
SET_hppa1_1_SPECS="hppa1.1/stage1.spec hppa1.1/stage3.spec"
|
||||
SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
|
||||
SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec hppa1.1/stage3-systemd.spec"
|
||||
|
||||
SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
|
||||
SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec"
|
||||
|
@ -52,8 +53,11 @@ post_build() {
|
|||
installcd-stage2-minimal.spec)
|
||||
upload install-hppa-minimal-*${TIMESTAMP}*.iso*
|
||||
;;
|
||||
hppa1.1/stage3.spec)
|
||||
upload stage3-hppa1.1-*${TIMESTAMP}*.bz2*
|
||||
hppa1.1/stage3-openrc.spec)
|
||||
upload stage3-hppa1.1-openrc-*${TIMESTAMP}*.bz2*
|
||||
;;
|
||||
hppa1.1/stage3-systemd.spec)
|
||||
upload stage3-hppa1.1-systemd-*${TIMESTAMP}*.bz2*
|
||||
;;
|
||||
hppa2.0/stage3-openrc.spec)
|
||||
upload stage3-hppa2.0-openrc-*${TIMESTAMP}*.bz2*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue