Add s390* systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
a137292167
commit
970421b764
6 changed files with 56 additions and 2 deletions
|
@ -6,13 +6,15 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390
|
||||
SUBARCH=s390
|
||||
|
||||
SETS="openrc systemd"
|
||||
SETS="openrc systemd systemd_mu"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
SET_openrc_OPTIONAL_SPECS="netboot/netboot.spec"
|
||||
|
||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
|
||||
|
||||
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/s390
|
||||
|
||||
update_symlinks() {
|
||||
|
@ -45,6 +47,9 @@ post_build() {
|
|||
stage3-systemd.spec)
|
||||
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
;;
|
||||
|
|
|
@ -6,13 +6,15 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390x
|
||||
SUBARCH=s390x
|
||||
|
||||
SETS="openrc systemd"
|
||||
SETS="openrc systemd systemd_mu"
|
||||
|
||||
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
|
||||
SET_openrc_OPTIONAL_SPECS="netboot/netboot.spec"
|
||||
|
||||
SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
|
||||
|
||||
SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/s390
|
||||
|
||||
update_symlinks() {
|
||||
|
@ -45,6 +47,9 @@ post_build() {
|
|||
stage3-systemd.spec)
|
||||
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-systemd-mu.spec)
|
||||
upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue