commit: 872caf0ddbc3c96d9ee5c65f8fd0fc6dc89fe434
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 21:38:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 21:38:42 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=872caf0d
armv7a musl: fix upload filename
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-arm.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 40569d87..e2ab9a9a 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -111,8 +111,8 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
case ${spec} in
- armv7a/musl/stage3-hardfloat.spec)
- upload stage3-armv7a_hardfp_musl-${TIMESTAMP}*.xz*
+ armv7a-musl/stage3-hardfloat.spec)
+ upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz*
;;
esac