Add update instruction

environments/review-docs-overh-oprtmo/deployments/9189
Georg Krause 2022-01-18 16:17:06 +01:00
rodzic b30d3d400a
commit 2050a9a1c5
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,2 @@
With this update Funkwhale starts using poetry to maintain its dependencies. We therefore recommend
removing the old virtualenv by running `rm -rf /srv/funkwhale/virtualenv`.

Wyświetl plik

@ -47,5 +47,10 @@
name = "Removal"
showcontent = true
[[tool.towncrier.type]]
directory = "update"
name = "Update instructions"
showcontent = true
[tool.black]
exclude = "(.git|.hg|.mypy_cache|.tox|.venv|_build|buck-out|build|dist|migrations|data)"