From 702ba81114527800d84f9ec22d91ea98d509022c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 14 Aug 2025 11:00:16 +0200 Subject: [PATCH] Update to 2025-08-14 11:00 --- roles/gitea/defaults/main.yml | 4 ++-- roles/pbs/files/remove_nag.patch | 31 ++++++++++++++++++------------- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/roles/gitea/defaults/main.yml b/roles/gitea/defaults/main.yml index d10ee47..a4a494b 100644 --- a/roles/gitea/defaults/main.yml +++ b/roles/gitea/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to install -gitea_version: '1.24.4' +gitea_version: '1.24.5' # URL to the binary gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64 # sha256 of the binary -gitea_bin_sha256: eee1fa3fdc70f7834a82a07cb9f2a6624e3df7d40fc5dd535db25a2e8bef0ea5 +gitea_bin_sha256: 59029c97fe491b93c19705ba313f6b2397a8fe70cb2bd6fc021925f3cfb8e03d # Handle updates. If set to false, ansible will only install # Gitea and then won't touch an existing installation gitea_manage_upgrade: True diff --git a/roles/pbs/files/remove_nag.patch b/roles/pbs/files/remove_nag.patch index 5991bea..e35ce68 100644 --- a/roles/pbs/files/remove_nag.patch +++ b/roles/pbs/files/remove_nag.patch @@ -1,13 +1,18 @@ ---- /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig 2021-05-27 00:16:17.230337938 +0200 -+++ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js 2021-05-27 00:20:00.203317519 +0200 -@@ -468,8 +468,8 @@ - }, - success: function(response, opts) { - let res = response.result; -- if (res === null || res === undefined || !res || res -- .data.status.toLowerCase() !== 'active') { -+ if (false) { // res === null || res === undefined || !res || res -+ //.data.status.toLowerCase() !== 'active') { - Ext.Msg.show({ - title: gettext('No valid subscription'), - icon: Ext.Msg.WARNING, +diff --git a/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig b/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js +index ebf9c64..dab16a4 100644 +--- a/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js.orig ++++ b/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js +@@ -608,12 +608,7 @@ Ext.define('Proxmox.Utils', { + }, + success: function (response, opts) { + let res = response.result; +- if ( +- res === null || +- res === undefined || +- !res || +- res.data.status.toLowerCase() !== 'active' +- ) { ++ if (false) { + Ext.Msg.show({ + title: gettext('No valid subscription'), + icon: Ext.Msg.WARNING,