YunoHost-Apps / limesurvey_ynh

LimeSurvey package for yunoHost
https://www.limesurvey.org/
GNU Affero General Public License v3.0
6 stars 13 forks source link

Fix autoupdate strategy #89

Closed CodeShakingSheep closed 8 months ago

CodeShakingSheep commented 8 months ago

Problem

Autoupdate doesn't seem to be running since 5 days although new versions have been released in the upstream.

Solution

Changed upstream URL from GitHub API to normal GitHub URL.

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

CodeShakingSheep commented 8 months ago

!testme

yunohost-bot commented 8 months ago

May the CI gods be with you! Test Badge

Salamandar commented 8 months ago

Nah, it's because the version number contains a "+" that the autoupdater doesn't like…

CodeShakingSheep commented 8 months ago

Nah, it's because the version number contains a "+" that the autoupdater doesn't like…

Alright, was just a best guess as I haven't seen GitHub API in any other upstream repository URL.