aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-02-27 19:46:48 +0100
committeryalh76 <yalh@yahoo.com>2022-02-27 19:46:48 +0100
commitd742694609d648a68236d2f5785c4ccea8b460a7 (patch)
treefba89e4d53b64c587486a6d27657f4438248066e
parentab638806758756ead67c96cf6deca470b16e7c56 (diff)
downloadmastodon_ynh-d742694609d648a68236d2f5785c4ccea8b460a7.tar.gz
mastodon_ynh-d742694609d648a68236d2f5785c4ccea8b460a7.tar.bz2
mastodon_ynh-d742694609d648a68236d2f5785c4ccea8b460a7.zip
Update updater.sh
-rw-r--r--.github/workflows/updater.sh5
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
#=================================================