From 05d60a97fda00bfa7fa940bba31297caba4623e3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Jul 2025 07:42:14 +0200 Subject: [PATCH] github_fulltag correct name --- addons_updater/README.md | 2 +- addons_updater/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- addons_updater/template.json | 2 +- jellyseerr/updater.json | 2 +- unpackerr/updater.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/addons_updater/README.md b/addons_updater/README.md index 66c74202b..6fe659805 100644 --- a/addons_updater/README.md +++ b/addons_updater/README.md @@ -49,7 +49,7 @@ Here is [an example](https://github.com/alexbelgium/hassio-addons/blob/master/ar You can add the following tags in the file : -- fulltag: true is for example "v3.0.1-ls67" false is "3.0.1" +- github_fulltag: true is for example "v3.0.1-ls67" false is "3.0.1" - github_beta: true/false ; should it look only for releases or prereleases ok - github_havingasset : true if there is a requirement that a release has binaries and not just source - github_tagfilter: filter a text in the release name diff --git a/addons_updater/rootfs/etc/cont-init.d/99-run.sh b/addons_updater/rootfs/etc/cont-init.d/99-run.sh index 547272157..9909e4df8 100755 --- a/addons_updater/rootfs/etc/cont-init.d/99-run.sh +++ b/addons_updater/rootfs/etc/cont-init.d/99-run.sh @@ -173,10 +173,10 @@ for f in */; do #Prepare tag flag if [ "${FULLTAG}" = true ]; then - LOGINFO="... $SLUG : fulltag is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi + LOGINFO="... $SLUG : github_fulltag is on" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi ARGUMENTS="$ARGUMENTS --format tag" else - LOGINFO="... $SLUG : fulltag is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi + LOGINFO="... $SLUG : github_fulltag is off" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi fi #Prepare tag flag diff --git a/addons_updater/template.json b/addons_updater/template.json index a4bb732b4..282acee35 100644 --- a/addons_updater/template.json +++ b/addons_updater/template.json @@ -1,7 +1,7 @@ { "dockerhub_by_date": "", "dockerhub_list_size": "", - "fulltag": false, + "github_fulltag": false, "github_beta": false, "github_exclude": "", "github_havingasset": false, diff --git a/jellyseerr/updater.json b/jellyseerr/updater.json index fae0c8ab6..d6f79d356 100644 --- a/jellyseerr/updater.json +++ b/jellyseerr/updater.json @@ -1,5 +1,5 @@ { - "fulltag": true, + "github_fulltag": true, "github_exclude": "preview", "last_update": "21-06-2025", "repository": "alexbelgium/hassio-addons", diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 79a539352..395bd190a 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,6 +1,6 @@ { "dockerhub_by_date": true, - "fulltag": true, + "github_fulltag": true, "last_update": "03-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr",