Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-25 | Disable busywaits in releases | Mark Felder | |
2024-05-23 | pleroma_ctl: Use realpath(1) instead of readlink(1) | Haelwenn (lanodan) Monnier | |
From realpath(1) in POSIX 202x Draft 4.1: > If file does not name a symbolic link, readlink shall write a diagnostic > message to standard error and exit with non-zero status. Which also doesn't includes `-f`, in preference of `realpath`. | |||
2023-06-13 | Add no_new_privs to OpenRC service files | Haelwenn (lanodan) Monnier | |
2019-11-22 | OTP releases: only set name and distribution type if not set already | rinpatch | |
Fixes not being able to run two OTP releases on one machine because of the name conflict. | |||
2019-10-24 | pleroma_ctl: fix crashes due to different shift(1) behavior on dash | rinpatch | |
2019-10-19 | pleroma_ctl: Fix attempting to use RPC for config generation | rinpatch | |
2019-10-14 | Prepare pleroma_ctl for moving master to stable and relax the error | rinpatch | |
message | |||
2019-10-11 | pleroma_ctl: Make it possible to specify branches/flavours when updating | rinpatch | |
2019-07-02 | [#1048] Fixed version parsing in pleroma_ctl. Closes #1036. | Ivan Tashkinov | |
2019-06-24 | Use supervise-daemon(8) for the alpine service | rinpatch | |
2019-06-22 | Add an OpenRC service for OTP releases | rinpatch | |
2019-06-22 | Use uname -m instead of arch for more portability | rinpatch | |
2019-06-22 | Add a systemd service for OTP releases | rinpatch | |
2019-06-20 | Disable rpc for instance gen | rinpatch | |
2019-06-20 | Apply suggestion to rel/files/bin/pleroma_ctl | rinpatch | |
2019-06-19 | pleroma_ctl: Rename arch to flavour because it also includes the libc | rinpatch | |
2019-06-19 | pleroma_ctl: add an update command | rinpatch | |
Closes #988 and #1004 | |||
2019-06-19 | Refactor pleroma_ctl copying to a generic function for copying files into ↵ | rinpatch | |
the release dir | |||
2019-06-18 | pleroma_ctl: Run mix tasks using rpc instead of eval | rinpatch | |
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-13 | pleroma_ctl: fix == instead of = and double quote the path to prevent globing | rinpatch | |
2019-06-10 | Update pleroma_ctl | lain | |
2019-06-09 | specify that a version is needed for rollback | rinpatch | |
2019-06-09 | Add migrate/rollback to release tasks | rinpatch | |
2019-06-08 | Make mix tasks work in a release | rinpatch | |
2019-06-08 | Basic release skeleton | rinpatch | |