s390: Add systemd stage builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
3e184dc0f7
commit
f8cae81a43
3 changed files with 28 additions and 1 deletions
|
@ -6,11 +6,13 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390
|
||||
SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
|
||||
|
||||
SETS="openrc"
|
||||
SETS="openrc systemd"
|
||||
|
||||
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"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/s390
|
||||
|
||||
update_symlinks() {
|
||||
|
@ -40,6 +42,9 @@ post_build() {
|
|||
stage3-openrc.spec)
|
||||
upload stage3-${SUBARCH}-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-systemd.spec)
|
||||
upload stage3-${SUBARCH}-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue