diff options
| author | yalh76 <yalh@yahoo.com> | 2022-04-13 19:23:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-13 19:23:46 +0200 |
| commit | cfe506676f19f15ccbebb3a5ce392423d8e71af7 (patch) | |
| tree | c042f057dc59e9c63371762964054f76b44003dd /.github/workflows/updater.sh | |
| parent | 1398b224068b0bcc25efff2692279d4c8aca143e (diff) | |
| parent | e63e4d8b18bd4fec8ab359a9e9c38d5c8563e69d (diff) | |
| download | mastodon_ynh-cfe506676f19f15ccbebb3a5ce392423d8e71af7.tar.gz mastodon_ynh-cfe506676f19f15ccbebb3a5ce392423d8e71af7.tar.bz2 mastodon_ynh-cfe506676f19f15ccbebb3a5ce392423d8e71af7.zip | |
Merge pull request #318 from YunoHost-Apps/testing
Upgrade to v3.5.1
Diffstat (limited to '.github/workflows/updater.sh')
| -rw-r--r-- | .github/workflows/updater.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 03f320c..2c00a9d 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -22,7 +22,7 @@ assets="https://github.com/tootsuite/mastodon/archive/refs/tags/$version.tar.gz" # Later down the script, we assume the version has only digits and dots # Sometimes the release name starts with a "v", so let's filter it out. -# You may need more tweaks here if the upstream repository has different naming conventions. +# You may need more tweaks here if the upstream repository has different naming conventions. if [[ ${version:0:1} == "v" || ${version:0:1} == "V" ]]; then version=${version:1} fi @@ -50,7 +50,9 @@ fi # Let's download source tarball asset_url=$assets + echo "Handling asset at $asset_url" + src="app" # Create the temporary directory @@ -82,7 +84,6 @@ SOURCE_FILENAME= EOT echo "... conf/$src.src updated" -# #================================================= # SPECIFIC UPDATE STEPS #================================================= |
