Move x86 merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
29221be892
commit
0f125915c6
3 changed files with 10 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
subarch: i686
|
subarch: i686
|
||||||
target: stage1
|
target: stage1
|
||||||
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
||||||
rel_type: default
|
rel_type: mergedusr
|
||||||
profile: default/linux/x86/17.0/systemd/merged-usr
|
profile: default/linux/x86/17.0/systemd/merged-usr
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: default/stage3-i686-systemd-mergedusr-latest
|
source_subpath: mergedusr/stage3-i686-systemd-mergedusr-latest
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
||||||
update_seed: no
|
update_seed: no
|
||||||
update_seed_command: --update --deep --newuse @world
|
update_seed_command: --update --deep --newuse @world
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
subarch: i686
|
subarch: i686
|
||||||
target: stage3
|
target: stage3
|
||||||
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
version_stamp: systemd-mergedusr-@TIMESTAMP@
|
||||||
rel_type: default
|
rel_type: mergedusr
|
||||||
profile: default/linux/x86/17.0/systemd/merged-usr
|
profile: default/linux/x86/17.0/systemd/merged-usr
|
||||||
snapshot: @TIMESTAMP@
|
snapshot: @TIMESTAMP@
|
||||||
source_subpath: default/stage1-i686-systemd-mergedusr-@TIMESTAMP@
|
source_subpath: mergedusr/stage1-i686-systemd-mergedusr-@TIMESTAMP@
|
||||||
compression_mode: pixz
|
compression_mode: pixz
|
||||||
portage_confdir: @REPO_DIR@/releases/portage/stages
|
portage_confdir: @REPO_DIR@/releases/portage/stages
|
||||||
portage_prefix: releng
|
portage_prefix: releng
|
||||||
|
|
|
@ -39,7 +39,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
||||||
|
|
||||||
update_symlinks() {
|
update_symlinks() {
|
||||||
# Symlink the latest stages3 to build from
|
# Symlink the latest stages3 to build from
|
||||||
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl} ; do
|
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl,mergedusr} ; do
|
||||||
mkdir -p "${d}"
|
mkdir -p "${d}"
|
||||||
pushd "${d}" >/dev/null || exit
|
pushd "${d}" >/dev/null || exit
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
@ -80,6 +80,11 @@ post_build() {
|
||||||
i686/stage3-systemd.spec)
|
i686/stage3-systemd.spec)
|
||||||
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
|
upload stage3-i686-systemd-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
popd >/dev/null || exit
|
||||||
|
|
||||||
|
pushd ${BUILD_SRCDIR_BASE}/builds/mergedusr >/dev/null || exit
|
||||||
|
case ${spec} in
|
||||||
i686/stage3-systemd-mu.spec)
|
i686/stage3-systemd-mu.spec)
|
||||||
upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue