From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1301705-garchives=archives.gentoo.org@lists.gentoo.org>
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 9944513933E
	for <garchives@archives.gentoo.org>; Mon, 12 Jul 2021 21:17:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ED443E0BAC;
	Mon, 12 Jul 2021 21:17:16 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 BA041E0BAC
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Jul 2021 21:17:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 D05F0342CB3
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Jul 2021 21:17:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B14581
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Jul 2021 21:17:14 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
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" <dilfridge@gentoo.org>
Message-ID: <1626124616.4d0fcd831a752422a33dd9ec61a8537f7317f4c7.dilfridge@gentoo>
Subject: [gentoo-commits] proj/releng:master commit in: tools/
X-VCS-Repository: proj/releng
X-VCS-Files: tools/catalyst-auto-x86-demeter.conf
X-VCS-Directories: tools/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: 4d0fcd831a752422a33dd9ec61a8537f7317f4c7
X-VCS-Branch: master
Date: Mon, 12 Jul 2021 21:17:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 48824d45-a5a6-431b-8787-9f102cefa947
X-Archives-Hash: 8dfb90ff9e6399c86cde4e74ff5b4588

commit:     4d0fcd831a752422a33dd9ec61a8537f7317f4c7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 21:16:56 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 21:16:56 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=4d0fcd83

x86: fix installcd filename

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-x86-demeter.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf
index dd26bd1c..185564ca 100644
--- a/tools/catalyst-auto-x86-demeter.conf
+++ b/tools/catalyst-auto-x86-demeter.conf
@@ -66,7 +66,7 @@ post_build() {
 		upload stage3-i486-openrc-${TIMESTAMP}.tar.xz*
 		;;
 	i486/installcd-stage2-minimal-openrc.spec)
-		upload install-x86-minimal-openrc-${TIMESTAMP}.iso*
+		upload install-x86-minimal-${TIMESTAMP}.iso*
 		;;
 	i686/stage3-openrc.spec)
 		upload stage3-i686-openrc-${TIMESTAMP}.tar.xz*