From 36c8037e93f95cfd51c13e459126c2192870d9d8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Sep 2021 16:34:55 +0200 Subject: [PATCH 1/6] Update updater.sh --- .github/workflows/updater.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index bc6f842..1fdd34d 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -59,12 +59,9 @@ echo "Handling asset at $asset_url" # Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Leave $src empty to ignore the asset case $asset_url in - *"admin"*) + *"komga-"*".jar"*) src="app" ;; - *"update"*) - src="app-upgrade" - ;; *) src="" ;; From a9f5223ab9202de361dc56cc5dbb9c8b7e8b9c36 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Sep 2021 16:39:52 +0200 Subject: [PATCH 2/6] Update updater.yml --- .github/workflows/updater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 236dc10..07284de 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -20,6 +20,7 @@ jobs: - name: Run the updater script id: run_updater run: | + chmod +x .github/workflows/updater.sh # Setting up Git user git config --global user.name 'yunohost-bot' git config --global user.email 'yunohost-bot@users.noreply.github.com' From 213db57582bae519e37dfee78eb04761983d7850 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Sep 2021 16:45:01 +0200 Subject: [PATCH 3/6] Fix --- .github/workflows/updater.sh | 0 .github/workflows/updater.yml | 1 - 2 files changed, 1 deletion(-) mode change 100644 => 100755 .github/workflows/updater.sh diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh old mode 100644 new mode 100755 diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 07284de..236dc10 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -20,7 +20,6 @@ jobs: - name: Run the updater script id: run_updater run: | - chmod +x .github/workflows/updater.sh # Setting up Git user git config --global user.name 'yunohost-bot' git config --global user.email 'yunohost-bot@users.noreply.github.com' From 93c2290396485911fb99b481060b36c514350d99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Sep 2021 17:03:49 +0200 Subject: [PATCH 4/6] Update updater.yml --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 236dc10..ac9957f 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -24,7 +24,7 @@ jobs: git config --global user.name 'yunohost-bot' git config --global user.email 'yunohost-bot@users.noreply.github.com' # Run the updater script - ./.github/workflows/updater.sh + /bin/bash ./.github/workflows/updater.sh - name: Commit changes id: commit if: ${{ env.PROCEED == 'true' }} From 078629e615354398c91f2430394faf57e979ded9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 15 Sep 2021 17:06:04 +0200 Subject: [PATCH 5/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bb90160..1970d54 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.126.0~ynh2", + "version": "0.126.0~ynh3", "url": "https://komga.org", "upstream": { "license": "MIT", From 7f773af04a52b104d38dab08a58e4423b6101011 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 15 Sep 2021 15:06:12 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfe8070..4667501 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Shipped version:** 0.126.0~ynh2 +**Shipped version:** 0.126.0~ynh3 **Demo:** https://demo.komga.org diff --git a/README_fr.md b/README_fr.md index df61cb2..b7bfed6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Version incluse :** 0.126.0~ynh2 +**Version incluse :** 0.126.0~ynh3 **Démo :** https://demo.komga.org