1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Merge pull request #68 from ndarilek/testing

Upgrade to 2022.02.
This commit is contained in:
Éric Gaspar 2022-03-08 18:13:41 +01:00 committed by GitHub
commit b6a1fdcab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"en": "Social Communication Server",
"fr": "Serveur de Communication Social"
},
"version": "2021.09~ynh1",
"version": "2022.02~ynh1",
"url": "http://friendi.ca",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -6,8 +6,8 @@
# commit hashes
# 2021.09
version_commit="1adbdfb8d1d0a476fb416ffaf3012a7a0f13deb1"
addons_version_commit="b164910032a620bd637574bd4b42423ff8c067bb"
version_commit="72c4ed95f16e82239924099254a3d8fc9638cd07"
addons_version_commit="dd6bf79e194ed5bdf0a40ee3c5ad76cceb24d31d"
# dependencies used by the app
YNH_PHP_VERSION="7.3"

View file

@ -90,7 +90,7 @@ popd
cp -f "$final_path/.htaccess-dist" "$final_path/.htaccess"
# 2 - Clone addons repo
git clone --quiet https://github.com/friendica/friendica-addons.git -b stable "$final_path/addon"
git clone --quiet https://github.com/friendica/friendica-addons.git -b develop "$final_path/addon"
# Reset addons branch to the level of update we needed
pushd "$final_path/addon"
git reset --hard --quiet $addons_version_commit