From a3a1becbc6a82bdfe8a7110f50ce8d042acd2155 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 14 Jul 2021 13:43:05 -0700 Subject: [PATCH] tools/catalyst-auto-ppc64le.conf: re-shuffle spec order Signed-off-by: Georgy Yakovlev --- 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"