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 45B811382C5 for ; Mon, 25 May 2020 11:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D0AE083E; Mon, 25 May 2020 11:10:33 +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 1594EE083E for ; Mon, 25 May 2020 11:10:33 +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 A9C4B34F013 for ; Mon, 25 May 2020 11:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9284A242 for ; Mon, 25 May 2020 11:10:11 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1590404996.c0ebcf37c7448a2e4fda8feb2f03c067ed25401c.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf X-VCS-Directories: tools/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: c0ebcf37c7448a2e4fda8feb2f03c067ed25401c X-VCS-Branch: master Date: Mon, 25 May 2020 11:10:11 +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: e4639fb5-3d5e-407f-b8d5-c9177327375e X-Archives-Hash: 5ece9626b3eb4b33d3745cea4bd6b39d commit: c0ebcf37c7448a2e4fda8feb2f03c067ed25401c Author: Ben Kohler gentoo org> AuthorDate: Mon May 25 11:09:56 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon May 25 11:09:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c0ebcf37 catalyst-auto-amd64.conf: missing amd64- in systemd stage3 filenames Signed-off-by: Ben Kohler gentoo.org> tools/catalyst-auto-amd64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index bbf27ca2..3fa37fea 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -110,7 +110,7 @@ post_build() { upload stage4-amd64-minimal-nomultilib-${TIMESTAMP}.tar.xz* ;; stage3-systemd.spec) - upload stage3-systemd-${TIMESTAMP}.tar.xz* + upload stage3-amd64-systemd-${TIMESTAMP}.tar.xz* ;; stage3-x32.spec) upload stage3-x32-${TIMESTAMP}.tar.xz*