amd64: make flat upload directory, no subdirs

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-07-08 10:25:45 +02:00
parent c603ac1a75
commit bf734239db
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -50,8 +50,9 @@ update_symlinks() {
post_build() {
local set=$1 spec=$2
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
pushd "${BUILD_SRCDIR_BASE}"/builds/default >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}/x32
case ${spec} in
x32/stage3-openrc.spec)
upload stage3-x32-openrc-${TIMESTAMP}.tar.xz*
@ -60,7 +61,6 @@ post_build() {
popd >/dev/null || exit
pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}/musl
case ${spec} in
musl/stage3.spec)
upload stage3-amd64-musl-${TIMESTAMP}.tar.xz*
@ -69,7 +69,6 @@ post_build() {
popd >/dev/null || exit
pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}/musl
case ${spec} in
musl/stage3-hardened.spec)
upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*