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 996B91382C5 for ; Tue, 26 May 2020 11:50:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82CA6E0907; Tue, 26 May 2020 11:50:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 58C4EE0907 for ; Tue, 26 May 2020 11:50: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 66C0A34EE81 for ; Tue, 26 May 2020 11:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 672F326 for ; Tue, 26 May 2020 11:50:04 +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: <1590493556.5bfe6e81dc07220eed4eed01a1698381ab23c674.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 5bfe6e81dc07220eed4eed01a1698381ab23c674 X-VCS-Branch: master Date: Tue, 26 May 2020 11:50:04 +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: 0f931026-643d-48cf-93cc-c444da54e5df X-Archives-Hash: 8ef44acaed673de56b043228c033cb18 commit: 5bfe6e81dc07220eed4eed01a1698381ab23c674 Author: Ben Kohler gentoo org> AuthorDate: Tue May 26 11:45:56 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue May 26 11:45:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5bfe6e81 catalyst-auto-x86.conf: add missing -systemd suffix on upload call Signed-off-by: Ben Kohler gentoo.org> tools/catalyst-auto-x86.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index ad3f29ab..c6f4a694 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -90,7 +90,7 @@ post_build() { upload stage3-i686-${TIMESTAMP}.tar.xz* ;; i686/stage3-systemd.spec) - upload stage3-i686-${TIMESTAMP}.tar.xz* + upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* ;; esac popd >/dev/null || exit