aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-30 10:47:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-30 10:47:55 +0200
commitab8e01bb79a23feb952d0d54535de4d8a294c396 (patch)
treeaa7d2a5082d4e8a6900b5f17dbc2004b053b8b4b
parentMove armv6j from demeter to jiji (diff)
downloadreleng-ab8e01bb.tar.gz
releng-ab8e01bb.tar.bz2
releng-ab8e01bb.zip
Fix upload filenames of armv6
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-arm.conf4
1 files 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*