aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-09-20 01:57:56 +0200
committeryalh76 <yalh@yahoo.com>2022-09-20 01:57:56 +0200
commitcf676c3854816994ba10d09a555e8b79a668fdd9 (patch)
treea010802fe619fabe58a6504b09a6c29a14110768
parentff82206caa65a4e7142fe14a55853c96578d187e (diff)
parent4cbbfa233899cde7402229cb63eaf7b80714b8d2 (diff)
downloadmastodon_ynh-cf676c3854816994ba10d09a555e8b79a668fdd9.tar.gz
mastodon_ynh-cf676c3854816994ba10d09a555e8b79a668fdd9.tar.bz2
mastodon_ynh-cf676c3854816994ba10d09a555e8b79a668fdd9.zip
Merge branch 'testing' into fix
-rw-r--r--.github/workflows/updater.sh2
-rw-r--r--README.md1
-rw-r--r--README_fr.md3
-rw-r--r--conf/app.src1
4 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh
index 4e30c38..1499a0f 100644
--- a/.github/workflows/updater.sh
+++ b/.github/workflows/updater.sh
@@ -31,6 +31,7 @@ fi
echo "Current version: $current_version"
echo "Latest release from upstream: $version"
echo "VERSION=$version" >> $GITHUB_ENV
+echo "REPO=$repo" >> $GITHUB_ENV
# For the time being, let's assume the script will fail
echo "PROCEED=false" >> $GITHUB_ENV
@@ -81,6 +82,7 @@ SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=$extension
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
+SOURCE_EXTRACT=true
EOT
echo "... conf/$src.src updated"
diff --git a/README.md b/README.md
index 5c262aa..429840b 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Mastodon is a free, open-source microblogging social network. It is a decentrali
**Shipped version:** 3.5.3~ynh3
+
**Demo:** https://joinmastodon.org/
## Screenshots
diff --git a/README_fr.md b/README_fr.md
index f54a37c..1a86f38 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales.
-**Version incluse :** 3.5.3~ynh3
+**Version incluse :** 3.5.3~ynh3
+
**Démo :** https://joinmastodon.org/
diff --git a/conf/app.src b/conf/app.src
index 9d400b8..b957ecb 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -4,3 +4,4 @@ SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=
+SOURCE_EXTRACT=true