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 50C2E138334 for ; Mon, 17 Sep 2018 03:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE15AE0BB7; Mon, 17 Sep 2018 03:27:14 +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 C9BEAE0BB7 for ; Mon, 17 Sep 2018 03:27:14 +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 6CBF3335CDC for ; Mon, 17 Sep 2018 03:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84F0A3AB for ; Mon, 17 Sep 2018 03:27:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1537154794.c53e24b4b040a54f8fc6eebf628c63e799b8d368.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c53e24b4b040a54f8fc6eebf628c63e799b8d368 X-VCS-Branch: master Date: Mon, 17 Sep 2018 03:27:10 +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-Archives-Salt: 7126a6be-9b73-474f-b46f-b3e9a16e6ba3 X-Archives-Hash: 696212fabb3f8ae95da8aab61c850366 commit: c53e24b4b040a54f8fc6eebf628c63e799b8d368 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 17 03:26:34 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 17 03:26:34 2018 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c53e24b4 catalyst-auto: Fix more s/ppc/ppc32/ tools/catalyst-auto-ppc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index bc4ee17f..f88c5ce0 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -60,10 +60,10 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null case ${spec} in - ppc/installcd-stage2-minimal.spec) + ppc32/installcd-stage2-minimal.spec) upload *${TIMESTAMP}*.iso* ;; - ppc/stage3.spec) + ppc32/stage3.spec) upload stage3-ppc-*${TIMESTAMP}*.xz* ;; ppc64/stage3.spec)