commit: 7bb97cc0d690eddf0766b5870b93a4871f444bae Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Feb 15 13:11:30 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Feb 15 13:13:24 2026 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=7bb97cc0
Also upload new test sparc iso Closes: https://github.com/gentoo/releng/pull/48 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> tools/catalyst-auto-qemu-sparc64.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-qemu-sparc64.conf b/tools/catalyst-auto-qemu-sparc64.conf index b5befb75..1833ca5e 100644 --- a/tools/catalyst-auto-qemu-sparc64.conf +++ b/tools/catalyst-auto-qemu-sparc64.conf @@ -61,7 +61,10 @@ post_build() { upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-sparc64" sparc/23.0/64 ;; sparc64/installcd-stage2-minimal.spec) - upload *${TIMESTAMP}*.iso* + upload install-sparc64-minimal-${TIMESTAMP}.iso* + ;; + sparc64/installcd-stage2-minimal-dist.spec) + upload install-sparc64-minimal-dist-${TIMESTAMP}.iso* ;; esac popd >/dev/null
