amd64: move musl-hardened specs into their own dir

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-07-10 19:59:03 +02:00
parent a8fc005f92
commit bbf4201a94
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
4 changed files with 3 additions and 2 deletions

View file

@ -43,7 +43,8 @@ SET_nomultilib_openrc_SPECS="nomultilib/stage1-openrc.spec nomultilib/stage2-ope
SET_nomultilib_systemd_SPECS="nomultilib/stage1-systemd.spec nomultilib/stage2-systemd.spec nomultilib/stage3-systemd.spec"
SET_musl_SPECS="musl/stage1.spec musl/stage2.spec musl/stage3.spec"
SET_musl_hardened_SPECS="musl/stage1-hardened.spec musl/stage2-hardened.spec musl/stage3-hardened.spec"
SET_musl_hardened_SPECS="musl-hardened/stage1.spec musl-hardened/stage2.spec musl-hardened/stage3.spec"
SET_x32_openrc_SPECS="x32/stage1-openrc.spec x32/stage2-openrc.spec x32/stage3-openrc.spec"
@ -128,7 +129,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit
case ${spec} in
musl/stage3-hardened.spec)
musl-hardened/stage3.spec)
upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*
;;
esac