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 EA08913933E for ; Wed, 14 Jul 2021 20:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50757E0959; Wed, 14 Jul 2021 20:43:36 +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 3343FE0959 for ; Wed, 14 Jul 2021 20:43:36 +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 F228733BE3E for ; Wed, 14 Jul 2021 20:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FF9325 for ; Wed, 14 Jul 2021 20:43:33 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1626295385.a3a1becbc6a82bdfe8a7110f50ce8d042acd2155.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64le.conf X-VCS-Directories: tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a3a1becbc6a82bdfe8a7110f50ce8d042acd2155 X-VCS-Branch: master Date: Wed, 14 Jul 2021 20:43:33 +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: 16ff934c-3c48-4c9e-8835-78c1c8368299 X-Archives-Hash: 2bdcb7d3057127548f7bd17e44a41ce1 commit: a3a1becbc6a82bdfe8a7110f50ce8d042acd2155 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 14 20:43:05 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jul 14 20:43:05 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a3a1becb tools/catalyst-auto-ppc64le.conf: re-shuffle spec order Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc64le.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 5a5ff353..1adc4968 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -6,8 +6,8 @@ UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le SPECS="stage1-openrc.spec stage3-openrc.spec" -SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec" -OPTIONAL_SPECS="stage1-systemd.spec stage3-systemd.spec" +OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec" +OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec" OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec" OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec" OPTIONAL_SPECS+=" musl-hardened-stage1.spec musl-hardened-stage3.spec"