pleroma/test/mix/tasks/pleroma
rinpatch cc45c69fff Remove release_env
While taking a final look at instance.gen before releasing I noticed
that the release_env task outputs messages in broken english. Upon
further inspection it seems to have even more severe issues which, in
my opinion, warrant it's at least temporary removal:
- We do not explain what it actually does, anywhere. Neither the task
 docs nor instance.gen, nor installation instructions.
- It does not respect FHS on OTP releases (uses /opt/pleroma/config even
 though we store the config in /etc/pleroma/config.exs).
- It doesn't work on OTP releases, which is the main reason it exists.
Neither systemd nor openrc service files for OTP include it.
- It is not mentioned in install guides other than the ones for Debian
and OTP releases.
2020-11-08 11:56:09 +03:00
..
ecto mix tasks consistency 2020-10-13 16:33:24 +03:00
app_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
config_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
count_statuses_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
database_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
digest_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
ecto_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
email_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
emoji_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
frontend_test.exs fixes after rebase 2020-10-13 16:44:02 +03:00
instance_test.exs Remove release_env 2020-11-08 11:56:09 +03:00
refresh_counter_cache_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
relay_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
robots_txt_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
uploads_test.exs mix tasks consistency 2020-10-13 16:33:24 +03:00
user_test.exs Credo 2020-10-13 12:49:43 -05:00