From d488c2256110ec75d1eab377962717c98ce29fa7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 14 Feb 2024 05:42:04 +0100 Subject: [PATCH] we don't need that, it's handled by GitlabAPI --- tools/autoupdate_app_sources/autoupdate_app_sources.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/autoupdate_app_sources/autoupdate_app_sources.py b/tools/autoupdate_app_sources/autoupdate_app_sources.py index 9a265e4..7a086e7 100644 --- a/tools/autoupdate_app_sources/autoupdate_app_sources.py +++ b/tools/autoupdate_app_sources/autoupdate_app_sources.py @@ -335,9 +335,6 @@ class AppAutoUpdater: # if empty (so only the base asset), take the tarball_url latest_assets = latest_release["tarball_url"] if strategy == "_release": - # gitlab's API is different for that - latest_release_html_url = latest_release["_links"]["self"] - else: latest_release_html_url = latest_release["html_url"] if asset == "tarball": latest_tarball = (