aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-01 21:06:18 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-01 21:06:18 +0200
commit217d000b5327fd60b7eed715e73a9b6b6677ed15 (patch)
treef921f9ecc865525c67612dd87c93d671f01aef77 /tools
parentSwitch amd64 bootmedia uploads to 23.0 (diff)
downloadreleng-217d000b5327fd60b7eed715e73a9b6b6677ed15.tar.gz
releng-217d000b5327fd60b7eed715e73a9b6b6677ed15.tar.bz2
releng-217d000b5327fd60b7eed715e73a9b6b6677ed15.zip
Convert alpha iso to 23.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/catalyst-auto-qemu-alpha.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf
index 62a52805..d62670b1 100644
--- a/tools/catalyst-auto-qemu-alpha.conf
+++ b/tools/catalyst-auto-qemu-alpha.conf
@@ -13,9 +13,9 @@ SETS="
"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
-SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_openrc23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec"
+SET_openrc23_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
SET_systemd23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/alpha
@@ -39,9 +39,6 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
- installcd-stage2-minimal.spec)
- upload install-alpha-minimal-${TIMESTAMP}.iso*
- ;;
stage3-openrc.spec)
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-alpha" alpha/17.0/alpha
;;
@@ -57,6 +54,9 @@ post_build() {
upload stage3-alpha-systemd-${TIMESTAMP}.tar.xz*
upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-alpha" alpha/23.0/alpha
;;
+ installcd-stage2-minimal.spec)
+ upload install-alpha-minimal-${TIMESTAMP}.iso*
+ ;;
esac
popd >/dev/null
}