tools/catalyst-auto-ppc64le.conf: build/upload power9le musl
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
parent
a7e5dbba80
commit
e7e7883dcb
1 changed files with 6 additions and 2 deletions
|
@ -11,7 +11,8 @@ OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
|
||||||
OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
|
OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
|
||||||
OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
|
OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
|
||||||
OPTIONAL_SPECS+=" stage1-systemd-mergedusr-power9le.spec stage3-systemd-mergedusr-power9le.spec"
|
OPTIONAL_SPECS+=" stage1-systemd-mergedusr-power9le.spec stage3-systemd-mergedusr-power9le.spec"
|
||||||
OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec"
|
OPTIONAL_SPECS+=" stage1-musl-hardened-openrc-power9le.spec stage3-musl-hardened-openrc-power9le.spec"
|
||||||
|
OPTIONAL_SPECS+=" stage1-musl-hardened-openrc-power9le.spec stage3-musl-hardened-openrc-power9le.spec"
|
||||||
|
|
||||||
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
||||||
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
||||||
|
@ -23,7 +24,7 @@ EMAIL_SUBJECT_PREPEND="[ppc64le-auto]"
|
||||||
update_symlinks() {
|
update_symlinks() {
|
||||||
# Symlink the latest stages3 to build from
|
# Symlink the latest stages3 to build from
|
||||||
local d f t
|
local d f t
|
||||||
for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened} ; do
|
for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened,power9le-musl-hardened} ; do
|
||||||
pushd "${d}" >/dev/null
|
pushd "${d}" >/dev/null
|
||||||
for t in ppc64le power9le; do
|
for t in ppc64le power9le; do
|
||||||
for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do
|
for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do
|
||||||
|
@ -62,6 +63,9 @@ post_build() {
|
||||||
stage3-musl-hardened-openrc.spec)
|
stage3-musl-hardened-openrc.spec)
|
||||||
upload musl-hardened/stage3-ppc64le-musl-hardened-openrc-${TIMESTAMP}*.xz*
|
upload musl-hardened/stage3-ppc64le-musl-hardened-openrc-${TIMESTAMP}*.xz*
|
||||||
;;
|
;;
|
||||||
|
stage3-musl-hardened-openrc-power9le.spec)
|
||||||
|
upload power9le-musl-hardened/stage3-power9le-musl-hardened-openrc-${TIMESTAMP}*.xz*
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Finished ${spec}"
|
echo "Finished ${spec}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue