pleroma/lib/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.ex creating trusted app from adminFE & mix task 2020-03-23 10:44:47 +03:00
benchmark.ex passing adapter options directly without adapter key 2020-09-07 19:59:17 +03:00
config.ex Deny ConfigDB migration when deprecated settings found 2020-09-17 09:32:50 -05:00
count_statuses.ex Add missing Copyright headers 2020-10-12 12:00:50 -05:00
database.ex RepoStreamer.chunk_stream -> Repo.chunk_stream 2020-09-16 09:47:18 +03:00
digest.ex Add missing Copyright headers 2020-10-12 12:00:50 -05:00
docs.ex Add missing Copyright headers 2020-10-12 12:00:50 -05:00
ecto.ex mix tasks consistency 2020-10-13 16:33:24 +03:00
email.ex Add missing Copyright headers 2020-10-12 12:00:50 -05:00
emoji.ex use Pleroma.HTTP in emoji packs tasks 2020-09-10 11:23:39 +03:00
frontend.ex passing adapter options directly without adapter key 2020-09-07 19:59:17 +03:00
instance.ex Remove release_env 2020-11-08 11:56:09 +03:00
notification_settings.ex Add missing Copyright headers 2020-10-12 12:00:50 -05:00
refresh_counter_cache.ex Use index on refresh_counter_cache 2020-05-09 13:13:26 +03:00
relay.ex added force option to the unfollow operation 2020-09-28 09:16:42 +03:00
robots_txt.ex mix tasks consistency 2020-10-13 16:33:24 +03:00
uploads.ex Update Copyrights 2020-03-03 16:44:49 -06:00
user.ex Change user.locked field to user.is_locked 2020-10-13 09:31:13 -05:00