mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
upgrade to 1.1.0
This commit is contained in:
parent
4e01598ae8
commit
4bd4c73a5a
6 changed files with 13 additions and 12 deletions
|
@ -25,7 +25,7 @@ For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post
|
||||||
- Tootdon (Android + iOS)
|
- Tootdon (Android + iOS)
|
||||||
- Tootle (iOS)
|
- Tootle (iOS)
|
||||||
|
|
||||||
**Shipped version:** 1.0.91
|
**Shipped version:** 1.1.1
|
||||||
|
|
||||||
## Important points to read before installing
|
## Important points to read before installing
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/67457/artifacts/download
|
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/69896/artifacts/download
|
||||||
SOURCE_SUM=d03710cc5ffa64e0e648bf303f91cdf70b354be1bc09311d17692b3eeb2adc53
|
SOURCE_SUM=4350d3e22525c1d3a31180bbcfee69c38832b883e121eae5781f3b863c11725b
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v1.0.91.zip
|
SOURCE_FILENAME=pleroma-v1.1.1-arm.zip
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/67459/artifacts/download
|
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/69898/artifacts/download
|
||||||
SOURCE_SUM=717d4e493f0ebd247cd98f9ee9ec62e687a1bf487afd0f2054ba9ed97179c770
|
SOURCE_SUM=705ef794a52e4d341c0395d5747d41203a80731f785572c9cca3bd7ac3dffcb0
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v1.0.91.zip
|
SOURCE_FILENAME=pleroma-v1.1.1-arm64.zip
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/67455/artifacts/download
|
SOURCE_URL=https://git.pleroma.social/pleroma/pleroma/-/jobs/69894/artifacts/download
|
||||||
SOURCE_SUM=6608472d98f0db6fba9cbb8ed1760bf4f81ff29940cf16f4c93ff831b091205c
|
SOURCE_SUM=e4e46ddd6b627afe4ebf38625c24ea25f8f29afeffd85efcca1f48a38ec60241
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=pleroma-v1.0.91.zip
|
SOURCE_FILENAME=pleroma-v1.1.1-x86-64.zip
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon",
|
"en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon",
|
||||||
"fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon"
|
"fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon"
|
||||||
},
|
},
|
||||||
"version": "1.0.91~ynh1",
|
"version": "1.1.1~ynh1",
|
||||||
"url": "https://git.pleroma.social/pleroma/pleroma",
|
"url": "https://git.pleroma.social/pleroma/pleroma",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
|
|
|
@ -222,7 +222,8 @@ ynh_add_systemd_config
|
||||||
chown -R "$app":"$app" "$final_path"
|
chown -R "$app":"$app" "$final_path"
|
||||||
|
|
||||||
pushd $final_path/$app
|
pushd $final_path/$app
|
||||||
ynh_replace_string --match_string="static_dir" --replace_string="static" --target_file="$final_path/$app/releases/1.0.91-2-gac113f67-maint-1-1/releases.exs"
|
#ynh_replace_string --match_string="static_dir" --replace_string="static" --target_file="$final_path/$app/releases/1.1.1/releases.exs"
|
||||||
|
ynh_replace_string --match_string="shift" --replace_string="" --target_file="$final_path/$app/releases/1.1.1/releases.exs"
|
||||||
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl instance gen --force \
|
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl instance gen --force \
|
||||||
--output $config \
|
--output $config \
|
||||||
--output-psql /tmp/setup_db.psql \
|
--output-psql /tmp/setup_db.psql \
|
||||||
|
|
Loading…
Add table
Reference in a new issue