mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge remote-tracking branch 'origin/ci-auto-update-0.7.1' into ci-auto-update-0.7.1
This commit is contained in:
commit
038cb9b9a4
3 changed files with 5 additions and 8 deletions
|
@ -16,7 +16,6 @@ demo = "https://joinbookwyrm.com/fr/"
|
||||||
admindoc = "https://docs.joinbookwyrm.com/"
|
admindoc = "https://docs.joinbookwyrm.com/"
|
||||||
code = "https://github.com/bookwyrm-social/bookwyrm"
|
code = "https://github.com/bookwyrm-social/bookwyrm"
|
||||||
cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm"
|
cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm"
|
||||||
fund = "https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"
|
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
|
@ -50,9 +49,9 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/597378bb78c868a5c68667e07155b5df00b31c1d.tar.gz"
|
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.1.tar.gz"
|
||||||
sha256 = "a3a0a340fa1a9f716c4debb1ec242b2a7c275f30be4612fb245cd42f44868e5f"
|
sha256 = "a5a1422bf26728b6d73c267f57946717c6d26513e48dc25687ab633a673ebf4e"
|
||||||
in_subdir = true
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.sources.fonts]
|
[resources.sources.fonts]
|
||||||
|
|
|
@ -80,8 +80,6 @@ ynh_script_progression --message="Upgrading database..." --weight=1
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes
|
$install_dir/venv/bin/python3 "$install_dir/manage.py" compile_themes
|
||||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" collectstatic --no-input
|
$install_dir/venv/bin/python3 "$install_dir/manage.py" collectstatic --no-input
|
||||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" populate_streams
|
|
||||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge --noinput
|
|
||||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ test_format = 1.0
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Commits to test upgrade from
|
# Commits to test upgrade from
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
test_upgrade_from.7600f04.name = "0.5.4"
|
test_upgrade_from.7600f04.name = "0.5.4"
|
||||||
test_upgrade_from.d291f0e.name = "0.6.4"
|
test_upgrade_from.d291f0e.name = "0.6.4"
|
||||||
test_upgrade_from.80ce892.name = "0.6.6"
|
test_upgrade_from.749f46f.name = "0.6.6"
|
||||||
|
|
Loading…
Add table
Reference in a new issue