aboutsummaryrefslogtreecommitdiff
path: root/rel
AgeCommit message (Collapse)Author
2019-10-14Merge branch 'master-to-stable' into 'develop'rinpatch
Preparations for renaming `master` to `stable` See merge request pleroma/pleroma!1840
2019-07-30[#1048] Fixed version parsing in pleroma_ctl. Closes #1036.Ivan Tashkinov
2019-06-24Use supervise-daemon(8) for the alpine servicerinpatch
2019-06-22Add an OpenRC service for OTP releasesrinpatch
2019-06-22Use uname -m instead of arch for more portabilityrinpatch
2019-06-22Add a systemd service for OTP releasesrinpatch
2019-06-20Disable rpc for instance genrinpatch
2019-06-20Apply suggestion to rel/files/bin/pleroma_ctlrinpatch
2019-06-19pleroma_ctl: Rename arch to flavour because it also includes the libcrinpatch
2019-06-19pleroma_ctl: add an update commandrinpatch
Closes #988 and #1004
2019-06-19Refactor pleroma_ctl copying to a generic function for copying files into ↵rinpatch
the release dir
2019-06-18pleroma_ctl: Run mix tasks using rpc instead of evalrinpatch
This patch changes pleroma_ctl to call into a running instance instead of spinning up a new one for mix task execution. This significantly decreases the time needed for mix task execution (on my machine for `pleroma_ctl user set rin --no-admin` the difference is 0.2s vs 4.2s) and allows mix tasks to affect the instance context, for example, this allows to clear the cache after user deletion
2019-06-13pleroma_ctl: fix == instead of = and double quote the path to prevent globingrinpatch
2019-06-10Update pleroma_ctllain
2019-06-09specify that a version is needed for rollbackrinpatch
2019-06-09Add migrate/rollback to release tasksrinpatch
2019-06-08Make mix tasks work in a releaserinpatch
2019-06-08Basic release skeletonrinpatch