This worked for me:
--- - 2023-06-25 07:14:36.641047783 +0400
+++ makefile 2023-06-25 06:52:52.458396110 +0400
@@ -102,7 +102,7 @@
lint:
$(LUACHECK) -q $$(HGPLAIN= hg files -I '**.lua') prosody prosodyctl
@echo $$(sed -n '/^\tlocal exclude_files/,/^}/p;' .luacheckrc | sed '1d;$d' | wc -l) files ignored
- shellcheck configure
+ shellcheck - < configure
test:
$(BUSTED) --lua=$(RUNWITH)
Pinned Comments
linkmauve commented on 2021-12-01 18:09 (UTC)
I just updated this package to use
lua
instead oflua52
, it’s been working fine on my server for a few months but please report any new issue you encounter following this change.Ppjet6 commented on 2019-11-21 00:00 (UTC) (edited on 2019-11-21 00:01 (UTC) by Ppjet6)
I have changed (
9f6cd2251c12
)the unit file to use the one recommended by upstream. This change needs a configuration change (also added a warning inpost_{install,upgrade}
),daemonize = false
needs to be set. It used to be sed'd totrue
by this package.