commit:     ab8e01bb79a23feb952d0d54535de4d8a294c396
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 08:47:55 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 08:47:55 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=ab8e01bb

Fix upload filenames of armv6

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 a66e8757..9f472845 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -77,13 +77,13 @@ post_build() {
                upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
                ;;
        armv6j/stage3.spec)
-               upload stage3-armv6j-${TIMESTAMP}*.xz*
+               upload stage3-armv6j-openrc-${TIMESTAMP}*.xz*
                ;;
        armv6j/stage3-systemd.spec)
                upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
                ;;
        armv6j/stage3-hardfloat.spec)
-               upload stage3-armv6j_hardfp-${TIMESTAMP}*.xz*
+               upload stage3-armv6j_hardfp-openrc-${TIMESTAMP}*.xz*
                ;;
        armv6j/stage3-hardfloat-systemd.spec)
                upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*

Reply via email to