mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge pull request #54 from oufmilo/ci-auto-update-0.7.1
This commit is contained in:
commit
2cc6d64ed8
3 changed files with 7 additions and 8 deletions
|
@ -16,7 +16,8 @@ demo = "https://joinbookwyrm.com/fr/"
|
|||
admindoc = "https://docs.joinbookwyrm.com/"
|
||||
code = "https://github.com/bookwyrm-social/bookwyrm"
|
||||
cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm"
|
||||
fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"]
|
||||
fund = "https://patreon.com/bookwyrm"
|
||||
fund = "https://opencollective.com/bookwyrm"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
|
@ -50,9 +51,9 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/597378bb78c868a5c68667e07155b5df00b31c1d.tar.gz"
|
||||
sha256 = "a3a0a340fa1a9f716c4debb1ec242b2a7c275f30be4612fb245cd42f44868e5f"
|
||||
in_subdir = true
|
||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.7.1.tar.gz"
|
||||
sha256 = "a5a1422bf26728b6d73c267f57946717c6d26513e48dc25687ab633a673ebf4e"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.sources.fonts]
|
||||
|
|
|
@ -80,8 +80,6 @@ ynh_script_progression --message="Upgrading database..." --weight=1
|
|||
pushd $install_dir
|
||||
$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" populate_streams
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" makemigrations --merge --noinput
|
||||
$install_dir/venv/bin/python3 "$install_dir/manage.py" migrate
|
||||
popd
|
||||
|
||||
|
|
|
@ -19,4 +19,4 @@ test_format = 1.0
|
|||
|
||||
test_upgrade_from.7600f04.name = "0.5.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