x86: move i686 builds from demeter to pardalote
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
fc700b0e62
commit
949bc0a212
5 changed files with 16 additions and 12 deletions
|
@ -12,11 +12,15 @@ SPECS_DIR=${REPO_DIR}/releases/specs/x86
|
|||
|
||||
SETS="
|
||||
i486_openrc
|
||||
i686_openrc
|
||||
i686_systemd
|
||||
"
|
||||
|
||||
SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage2-openrc.spec i486/stage3-openrc.spec"
|
||||
SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec"
|
||||
|
||||
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage2-openrc.spec i686/stage3-openrc.spec"
|
||||
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
|
||||
|
||||
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/x86
|
||||
|
||||
|
@ -56,6 +60,12 @@ post_build() {
|
|||
i486/installcd-stage2-minimal-openrc.spec)
|
||||
upload install-x86-minimal-openrc-${TIMESTAMP}.iso*
|
||||
;;
|
||||
i686/stage3-openrc.spec)
|
||||
upload stage3-i686-openrc-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
i686/stage3-systemd.spec)
|
||||
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
|
||||
;;
|
||||
esac
|
||||
popd >/dev/null || exit
|
||||
}
|
||||
|
|
|
@ -12,15 +12,9 @@ source /etc/catalyst/release/build.env
|
|||
SPECS_DIR=${REPO_DIR}/releases/specs/x86
|
||||
|
||||
SETS="
|
||||
i686
|
||||
i686_systemd
|
||||
hardened
|
||||
"
|
||||
|
||||
SET_i686_SPECS="i686/stage1.spec i686/stage2.spec i686/stage3.spec"
|
||||
|
||||
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage2-systemd.spec i686/stage3-systemd.spec"
|
||||
|
||||
SET_hardened_SPECS="hardened/stage1.spec hardened/stage2.spec hardened/stage3.spec"
|
||||
SET_hardened_OPTIONAL_SPECS="hardened/admincd-stage1.spec hardened/admincd-stage2.spec"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue