index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rel
/
files
/
bin
Age
Commit message (
Collapse
)
Author
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`.
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-22
Use uname -m instead of arch for more portability
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