From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6F6F1580B1 for ; Mon, 30 Aug 2021 08:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A621E08EB; Mon, 30 Aug 2021 08:55:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C581E08EB for ; Mon, 30 Aug 2021 08:55:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17909341F15 for ; Mon, 30 Aug 2021 08:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 829814A for ; Mon, 30 Aug 2021 08:54:57 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1630313275.ab8e01bb79a23feb952d0d54535de4d8a294c396.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-arm.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ab8e01bb79a23feb952d0d54535de4d8a294c396 X-VCS-Branch: master Date: Mon, 30 Aug 2021 08:54:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b500bb7-0059-4694-9aaf-f32f2eca3bb6 X-Archives-Hash: bf6b4e0dbc0e9f44f678bcf0ceb78327 commit: ab8e01bb79a23feb952d0d54535de4d8a294c396 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 30 08:47:55 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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*