diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/catalyst-auto-ppc64le.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 75356aa0..aba6051a 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -19,7 +19,6 @@ SETS=" " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" -SET_openrc_OPTIONAL_SPECS=" installcd-stage1.spec installcd-stage2-minimal.spec" SET_openrc_power9le_SPECS="stage1-openrc-power9le.spec stage3-openrc-power9le.spec stage3d-openrc-power9le.spec" @@ -29,6 +28,7 @@ SET_musl_hardened_power9le_SPECS="stage1-musl-hardened-openrc-power9le.spec stag SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec" +SET_openrc_23_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec" @@ -68,7 +68,7 @@ post_build() { case ${spec} in installcd-stage2-minimal.spec) - upload default/*${TIMESTAMP}*.iso* + upload 23.0-default/*${TIMESTAMP}*.iso* ;; stage3-openrc.spec) upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-ppc64le" ppc/17.0/ppc64le |