Add mips n32 systemd builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
b6835b294b
commit
7d99421e08
5 changed files with 79 additions and 31 deletions
|
@ -6,9 +6,23 @@ UPLOAD_KEY=/root/.ssh/id_rsa
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
|
||||
EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
|
||||
|
||||
SETS_BE="mips2_o32_openrc mips2_o32_systemd mips3n32openrc mips3multilibopenrc mips3n64openrc"
|
||||
SETS_BE="
|
||||
mips2_o32_openrc
|
||||
mips2_o32_systemd
|
||||
mips3_n32_openrc
|
||||
mips3_n32_systemd
|
||||
mips3multilibopenrc mips3n64openrc
|
||||
"
|
||||
|
||||
SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mipsel3_o32_openrc mipsel3_o32_systemd mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu"
|
||||
SETS_LE="
|
||||
mipsel2_o32_openrc
|
||||
mipsel2_o32_systemd
|
||||
mipsel3_o32_openrc
|
||||
mipsel3_o32_systemd
|
||||
mipsel3_n32_openrc
|
||||
mipsel3_n32_systemd
|
||||
mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu
|
||||
"
|
||||
|
||||
# SETS="${SETS_BE} ${SETS_LE}"
|
||||
|
||||
|
@ -21,8 +35,11 @@ SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o3
|
|||
SET_mipsel3_o32_openrc_SPECS="stage1-mipsel3-o32-openrc.spec stage3-mipsel3-o32-openrc.spec"
|
||||
SET_mipsel3_o32_systemd_SPECS="stage1-mipsel3-o32-systemd.spec stage3-mipsel3-o32-systemd.spec"
|
||||
|
||||
SET_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
|
||||
SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
|
||||
SET_mips3_n32_openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
|
||||
SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-systemd.spec"
|
||||
|
||||
SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
|
||||
SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
|
||||
|
||||
SET_mips3multilibopenrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
|
||||
SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
|
||||
|
@ -68,12 +85,6 @@ post_build() {
|
|||
stage3-mipsel2-o32-systemd.spec)
|
||||
upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips32-o32-openrc.spec)
|
||||
upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips32el-o32-openrc.spec)
|
||||
upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mipsel3-o32-openrc.spec)
|
||||
upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
|
@ -83,12 +94,18 @@ post_build() {
|
|||
stage3-mips3-n32-openrc.spec)
|
||||
upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips3-n32-systemd.spec)
|
||||
upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips3-multilib-openrc.spec)
|
||||
upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mipsel3-n32-openrc.spec)
|
||||
upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mipsel3-n32-systemd.spec)
|
||||
upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mipsel3-multilib-openrc.spec)
|
||||
upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
|
@ -101,27 +118,6 @@ post_build() {
|
|||
stage3-mipsel3-n64-systemd.spec)
|
||||
upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64-n32-openrc.spec)
|
||||
upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64-multilib-openrc.spec)
|
||||
upload stage3-mips64_multilib-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64el-n32-openrc.spec)
|
||||
upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64el-multilib-openrc.spec)
|
||||
upload stage3-mips64el_multilib-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64-n64-openrc.spec)
|
||||
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64el-n64-openrc.spec)
|
||||
upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
stage3-mips64el-n64-systemd.spec)
|
||||
upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue