commit: 54ad8e2ec8fd03a58ca7b4f4308e13da3151fc6a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 19:44:11 2026 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 19:44:11 2026 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=54ad8e2e
Cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-hppa.conf | 82 ----------------------------------------
tools/catalyst-auto-ia64.conf | 52 -------------------------
tools/catalyst-auto-sparc64.conf | 69 ---------------------------------
3 files changed, 203 deletions(-)
diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
deleted file mode 100644
index 42d73618..00000000
--- a/tools/catalyst-auto-hppa.conf
+++ /dev/null
@@ -1,82 +0,0 @@
-# This is the config file for the catalyst-auto script. It should be pretty
-# self-explanatory.
-
-UPLOAD_USER=hppa
-UPLOAD_KEY=/root/.ssh/id_ed25519
-SPECS_DIR=${REPO_DIR}/releases/specs/hppa
-
-SETS="
- hppa11_openrc_23
- hppa11_systemd_23
- hppa20_openrc_23
- hppa20_systemd_23
-"
-
-SET_hppa11_openrc_23_SPECS="hppa1.1/stage1-openrc-23.spec
hppa1.1/stage3-openrc-23.spec"
-SET_hppa11_openrc_23_OPTIONAL_SPECS="installcd-stage1.spec
installcd-stage2-minimal.spec netboot-hppa32.spec"
-
-SET_hppa11_systemd_23_SPECS="hppa1.1/stage1-systemd-23.spec
hppa1.1/stage3-systemd-23.spec"
-
-SET_hppa20_openrc_23_SPECS="hppa2.0/stage1-openrc-23.spec
hppa2.0/stage3-openrc-23.spec"
-SET_hppa20_openrc_23_OPTIONAL_SPECS="netboot-hppa64.spec"
-
-SET_hppa20_systemd_23_SPECS="hppa2.0/stage1-systemd-23.spec
hppa2.0/stage3-systemd-23.spec"
-
-
-KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa
-
-EMAIL_SUBJECT_PREPEND="[hppa-auto]"
-
-TMP_PATH=/var/tmp/catalyst/tmp
-
-update_symlinks() {
- # Symlink the latest stages3 to build from
- local d f t
- for d in "${BUILD_SRCDIR_BASE}/builds"/* ; do
- mkdir -p "${d}"
- pushd "${d}" >/dev/null
- for t in hppa1.1 hppa2.0; do
- for f in $(ls stage3-${t}-*xz | grep -v latest |
give_latest_from_dates) ; do
- local of=$(echo "${f}" | convert_filename)
- ln -sf "${f}" "${of}"
- done
- done
- popd >/dev/null
- done
-}
-
-post_build() {
- local set=$1 spec=$2
-
- pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null
- case ${spec} in
- hppa1.1/stage3-openrc-23.spec)
- upload stage3-hppa1.1-openrc-${TIMESTAMP}.tar.xz*
- ;;
- hppa1.1/stage3-systemd-23.spec)
- upload stage3-hppa1.1-systemd-${TIMESTAMP}.tar.xz*
- upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-hppa1.1" hppa/23.0/hppa1.1
- ;;
- hppa2.0/stage3-openrc-23.spec)
- upload stage3-hppa2.0-openrc-${TIMESTAMP}.tar.xz*
- ;;
- hppa2.0/stage3-systemd-23.spec)
- upload stage3-hppa2.0-systemd-${TIMESTAMP}.tar.xz*
- upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-hppa2.0" hppa/23.0/hppa2.0
- ;;
- netboot-hppa32.spec)
- ls -l netboot-hppa1.1-${TIMESTAMP}/
- mv -v netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif
netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
- upload
netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
- ;;
- netboot-hppa64.spec)
- ls -l netboot-hppa2.0-${TIMESTAMP}/
- mv -v netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif
netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
- upload
netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
- ;;
- installcd-stage2-minimal.spec)
- upload install-hppa-minimal-*${TIMESTAMP}*.iso*
- ;;
- esac
- popd >/dev/null
-}
diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
deleted file mode 100644
index c9f1290a..00000000
--- a/tools/catalyst-auto-ia64.conf
+++ /dev/null
@@ -1,52 +0,0 @@
-# This is the config file for the catalyst-auto script. It should be pretty
-# self-explanatory.
-
-UPLOAD_USER=ia64
-UPLOAD_KEY=/root/.ssh/id_rsa
-SPECS_DIR=${REPO_DIR}/releases/specs/ia64
-
-SETS="
- openrc_23
- systemd_23
-"
-
-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"
-
-
-KCONFIG_DIR=${REPO_DIR}/releases/kconfig/ia64
-
-update_symlinks() {
- # Symlink the latest stages3 to build from
- local d f
- for d in "${BUILD_SRCDIR_BASE}/builds"/* ; do
- mkdir -p "${d}"
- pushd "${d}" >/dev/null
- for f in $(ls stage3*xz | grep -v latest |
give_latest_from_dates) ; do
- local of=$(echo "${f}" | convert_filename)
- ln -sf "${f}" "${of}"
- done
- popd >/dev/null
- done
-}
-
-post_build() {
- local set=$1 spec=$2
-
- pushd "${BUILD_SRCDIR_BASE}" >/dev/null
- case ${spec} in
- installcd-stage2*)
- upload builds/23.0-default/*${TIMESTAMP}*.iso*
- ;;
- stage3-openrc-23.spec)
- upload
builds/23.0-default/stage3-ia64-openrc-${TIMESTAMP}.tar.xz*
- ;;
- stage3-systemd-23.spec)
- upload
builds/23.0-default/stage3-ia64-systemd-${TIMESTAMP}.tar.xz*
- upsync_binpackages packages/23.0-default/stage3-ia64
ia64/23.0/ia64
- ;;
- esac
- popd >/dev/null
-}
diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
deleted file mode 100644
index bb93275a..00000000
--- a/tools/catalyst-auto-sparc64.conf
+++ /dev/null
@@ -1,69 +0,0 @@
-# This is the config file for the catalyst-auto script. It should be pretty
-# self-explanatory.
-
-UPLOAD_USER=sparc
-UPLOAD_KEY=/root/.ssh/id_ed25519
-SPECS_DIR=${REPO_DIR}/releases/specs/sparc
-
-SETS="
- openrc_32_23
- systemd_32_23
- openrc_64_23
- systemd_64_23
-"
-
-SET_openrc_32_23_SPECS="sparc/stage1-openrc-23.spec
sparc/stage3-openrc-23.spec"
-SET_systemd_32_23_SPECS="sparc/stage1-systemd-23.spec
sparc/stage3-systemd-23.spec"
-
-SET_openrc_64_23_SPECS="sparc64/stage1-openrc-23.spec
sparc64/stage3-openrc-23.spec"
-SET_openrc_64_23_OPTIONAL_SPECS="sparc64/installcd-stage1.spec
sparc64/installcd-stage2-minimal.spec"
-SET_systemd_64_23_SPECS="sparc64/stage1-systemd-23.spec
sparc64/stage3-systemd-23.spec"
-
-
-KCONFIG_DIR=${REPO_DIR}/releases/kconfig/sparc
-
-EMAIL_SUBJECT_PREPEND="[sparc-auto]"
-
-update_symlinks() {
- # Symlink the latest stages3 to build from
- local d f
- for d in "${BUILD_SRCDIR_BASE}/builds"/* ; do
- mkdir -p "${d}"
- pushd "${d}" >/dev/null
- for f in $(ls stage3-sparc-*xz | grep -v latest |
give_latest_from_dates) ; do
- local of=$(echo "${f}" | convert_filename)
- ln -sf "${f}" "${of}"
- done
- for f in $(ls stage3-sparc64-*xz | grep -v latest |
give_latest_from_dates) ; do
- local of=$(echo "${f}" | convert_filename)
- ln -sf "${f}" "${of}"
- done
- popd >/dev/null
- done
-}
-
-post_build() {
- local set=$1 spec=$2
-
- pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null
- case ${spec} in
- sparc/stage3-openrc-23.spec)
- upload stage3-sparc-openrc-${TIMESTAMP}*.xz*
- ;;
- sparc/stage3-systemd-23.spec)
- upload stage3-sparc-systemd-${TIMESTAMP}*.xz*
- upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-sparc" sparc/23.0/32
- ;;
- sparc64/stage3-openrc-23.spec)
- upload stage3-sparc64-openrc-${TIMESTAMP}*.xz*
- ;;
- sparc64/stage3-systemd-23.spec)
- upload stage3-sparc64-systemd-${TIMESTAMP}*.xz*
- upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-sparc64" sparc/23.0/64
- ;;
- sparc64/installcd-stage2-minimal.spec)
- upload *${TIMESTAMP}*.iso*
- ;;
- esac
- popd >/dev/null
-}