commit: c085d86fb04abcbdd69ee46f78f5f6d6af64070d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 17 21:58:54 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 21:58:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c085d86f
"musl" moves from TIMESTAMP part to subarch part, the return
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-arm.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index 252b15fb..40569d87 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -112,7 +112,7 @@ post_build() {
case ${spec} in
armv7a/musl/stage3-hardfloat.spec)
- upload stage3-armv7a_hardfp-musl-${TIMESTAMP}*.xz*
+ upload stage3-armv7a_hardfp_musl-${TIMESTAMP}*.xz*
;;
esac