commit:     22169c223ae5111883655e89ea3bc96707303a53
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 20:44:55 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 20:44:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=22169c22

Add loong 23.0 stage builds and upload binpackages

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-loong.conf | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/tools/catalyst-auto-qemu-loong.conf 
b/tools/catalyst-auto-qemu-loong.conf
index b88a0891..06d36d59 100644
--- a/tools/catalyst-auto-qemu-loong.conf
+++ b/tools/catalyst-auto-qemu-loong.conf
@@ -13,18 +13,22 @@ EMAIL_SUBJECT_PREPEND="[loong-qemu-auto]"
 SETS="
        openrc
        systemd_mu
+       openrc23
+       systemd23
 "
 
 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"
+SET_openrc23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec"
 
 SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec"
+SET_systemd23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec"
 
 SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
 
 update_symlinks() {
        # Symlink the latest stages3 to build from
        local d f
-       for d in "${BUILD_SRCDIR_BASE}/builds/default" 
"${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
+       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
@@ -57,4 +61,12 @@ post_build() {
                        ;;
        esac
        popd >/dev/null
+
+       pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null
+       case ${spec} in
+               stage3-systemd-23.spec)
+                       upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-loong" loong/23.0/loong
+                       ;;
+       esac
+       popd >/dev/null
 }

Reply via email to