From 017087e49a9d174228af839d326e5d8aa451e77d Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Mon, 11 May 2026 10:30:01 +0200 Subject: [PATCH 1/3] [2150] initial build --- .container | 1 + .github/workflows/build.yml | 4 ++++ prepare_source | 8 ++++---- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .container diff --git a/.container b/.container new file mode 100644 index 0000000..f566df5 --- /dev/null +++ b/.container @@ -0,0 +1 @@ +ghcr.io/gardenlinux/repo-debian-snapshot@sha256:0348e829222f0e62c61cb68e630f1766b62e4311303bc35b02cbd5c62a98abef diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e21710..bb7c3e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,11 +4,15 @@ on: - main - rel-1877 - sta-1877 + - rel-2150 + - sta-2150 push: branches: - main - rel-1877 - sta-1877 + - rel-2150 + - sta-2150 workflow_dispatch: schedule: - cron: '0 0 * * *' diff --git a/prepare_source b/prepare_source index c82d907..6eff173 100644 --- a/prepare_source +++ b/prepare_source @@ -1,8 +1,8 @@ # vim: ft=bash # commit sha from https://github.com/cyberus-technology/libvirt/commits/gardenlinux/ -LIBVIRT_COMMIT_SHA="55976a694dd7db37c110ef583e60a2421d188ccf" -version_increment="5" +LIBVIRT_COMMIT_SHA="db2f30fce426ff3f61de01874b2ee8a9aca43a7b" +version_increment="6" git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git @@ -20,6 +20,6 @@ sed "s/SED_MARKER_FOR_COMMIT_SHA/$LIBVIRT_COMMIT_SHA/" Date: Mon, 18 May 2026 14:31:40 +0200 Subject: [PATCH 2/3] use correct repo for 2150 --- .container | 2 +- prepare_source | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.container b/.container index f566df5..c9161b9 100644 --- a/.container +++ b/.container @@ -1 +1 @@ -ghcr.io/gardenlinux/repo-debian-snapshot@sha256:0348e829222f0e62c61cb68e630f1766b62e4311303bc35b02cbd5c62a98abef +ghcr.io/gardenlinux/repo-debian-snapshot@sha256:99f72494ab45d33958a0385054de4742c7022ab07b4c0c2cef6f785f8ebfb378 diff --git a/prepare_source b/prepare_source index 6eff173..079fdf1 100644 --- a/prepare_source +++ b/prepare_source @@ -2,7 +2,7 @@ # commit sha from https://github.com/cyberus-technology/libvirt/commits/gardenlinux/ LIBVIRT_COMMIT_SHA="db2f30fce426ff3f61de01874b2ee8a9aca43a7b" -version_increment="6" +version_increment="7" git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git From 6e01a132e6eb45ab7c0a23bdbb7a828d3296208d Mon Sep 17 00:00:00 2001 From: Tobias Jungel <1773291+toanju@users.noreply.github.com> Date: Thu, 21 May 2026 17:05:13 +0200 Subject: [PATCH 3/3] Upgrade LIBVIRT to tag gardenlinux-release-26-05-19 (6896f4dade77f4b73bab6a04a622ef1e1ddaa869) --- prepare_source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare_source b/prepare_source index 079fdf1..9b52c0e 100644 --- a/prepare_source +++ b/prepare_source @@ -1,8 +1,8 @@ # vim: ft=bash # commit sha from https://github.com/cyberus-technology/libvirt/commits/gardenlinux/ -LIBVIRT_COMMIT_SHA="db2f30fce426ff3f61de01874b2ee8a9aca43a7b" -version_increment="7" +LIBVIRT_COMMIT_SHA="6896f4dade77f4b73bab6a04a622ef1e1ddaa869" +version_increment="8" git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git