From 045e8ff15aa519a43083b2a533b3a04fe37c3875 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 4 Aug 2024 08:27:58 +0200 Subject: [PATCH] Changing parameter and adjust externals --- external/code.conf | 2 +- external/zoom.conf | 2 +- external/zulu.conf | 2 +- userpatches/gha/chunks/950.single_footer.yaml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/external/code.conf b/external/code.conf index 08cecb5b79..074efafc09 100644 --- a/external/code.conf +++ b/external/code.conf @@ -4,7 +4,7 @@ RELEASE=all TARGET=desktop METHOD=aptly INSTALL=code -GLOB="Name (% code), \$Version (>= 1.91.0)" +GLOB="Name (% code), \$Version (>= 1.91.1)" CHECKSUM=ignore ARCH=armhf:arm64:amd64 REPOSITORY=BS diff --git a/external/zoom.conf b/external/zoom.conf index 1064b8d172..74e435f0ce 100644 --- a/external/zoom.conf +++ b/external/zoom.conf @@ -4,6 +4,6 @@ RELEASE=all TARGET=desktop METHOD=aptly INSTALL=zoom -GLOB="Name (% zoom), \$Version (>= 5.17.5)" +GLOB="Name (% zoom), \$Version (>= 6.1.6)" ARCH=amd64 REPOSITORY=BS diff --git a/external/zulu.conf b/external/zulu.conf index 024c359a2a..32d7db3f0a 100644 --- a/external/zulu.conf +++ b/external/zulu.conf @@ -4,6 +4,6 @@ RELEASE=bookworm TARGET=utils METHOD=aptly INSTALL=zulu17 -GLOB="Name (% zulu17*), \$Version (>= 17.0.11), \$Version (< 18.0)" +GLOB="Name (% zulu17*), \$Version (>= 17.0.12), \$Version (< 18.0)" ARCH=arm64:amd64 REPOSITORY=BS diff --git a/userpatches/gha/chunks/950.single_footer.yaml b/userpatches/gha/chunks/950.single_footer.yaml index 68fc7883bb..3162d48868 100644 --- a/userpatches/gha/chunks/950.single_footer.yaml +++ b/userpatches/gha/chunks/950.single_footer.yaml @@ -51,7 +51,8 @@ jobs: # uses: igorjs/gh-actions-clean-workflow@v6 with: token: "${{ env.GH_TOKEN }}" - days_old: 7 + runs_older_than: 7 # optional + runs_to_keep: 0 # optional # Switch pre-release to release - uses: ncipollo/release-action@v1