summaryrefslogtreecommitdiff
path: root/rel
AgeCommit message (Collapse)Author
2023-06-13Add no_new_privs to OpenRC service filesno_new_privsHaelwenn (lanodan) Monnier
2019-11-22OTP releases: only set name and distribution type if not set alreadyrinpatch
Fixes not being able to run two OTP releases on one machine because of the name conflict.
2019-10-24pleroma_ctl: fix crashes due to different shift(1) behavior on dashrinpatch
2019-10-19pleroma_ctl: Fix attempting to use RPC for config generationrinpatch
2019-10-14Prepare pleroma_ctl for moving master to stable and relax the errorrinpatch
message
2019-10-11pleroma_ctl: Make it possible to specify branches/flavours when updatingrinpatch
2019-07-02[#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