Move ppc merged-usr builds to separate build types
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
cd55ba6a33
commit
d9ef6099b4
8 changed files with 17 additions and 17 deletions
|
@ -25,7 +25,7 @@ EMAIL_SUBJECT_PREPEND="[ppc-auto]"
|
|||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
local d f
|
||||
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" ; do
|
||||
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
|
||||
mkdir -p "${d}"
|
||||
pushd "${d}" >/dev/null
|
||||
for f in $(ls stage3-ppc-*xz | grep -v latest | give_latest_from_dates) ; do
|
||||
|
@ -56,7 +56,7 @@ post_build() {
|
|||
upload default/stage3-ppc-systemd-*${TIMESTAMP}*.xz*
|
||||
;;
|
||||
ppc32/stage3-systemd-mu.spec)
|
||||
upload default/stage3-ppc-systemd-mergedusr-*${TIMESTAMP}*.xz*
|
||||
upload mergedusr/stage3-ppc-systemd-mergedusr-*${TIMESTAMP}*.xz*
|
||||
;;
|
||||
ppc32/stage3-musl-hardened-openrc.spec)
|
||||
upload musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz*
|
||||
|
@ -68,7 +68,7 @@ post_build() {
|
|||
upload default/stage3-ppc64-systemd-*${TIMESTAMP}*.xz*
|
||||
;;
|
||||
ppc64/stage3-systemd-mu.spec)
|
||||
upload default/stage3-ppc64-systemd-mergedusr-*${TIMESTAMP}*.xz*
|
||||
upload mergedusr/stage3-ppc64-systemd-mergedusr-*${TIMESTAMP}*.xz*
|
||||
;;
|
||||
ppc64/stage3-musl-hardened-openrc.spec)
|
||||
upload musl-hardened/stage3-ppc64-musl-hardened-openrc-*${TIMESTAMP}*.xz*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue