forked from marfrit/marfrit-packages
lmcp 0.5.4: ship lmcp.service systemd unit template
This commit is contained in:
Vendored
+3
-2
@@ -7,9 +7,9 @@
|
||||
# package (Architecture: all, depends on lua + lua-socket).
|
||||
set -euo pipefail
|
||||
|
||||
PKGVER=0.5.3
|
||||
PKGVER=0.5.4
|
||||
PKGREL=1
|
||||
LMCP_TARBALL_SHA256=821cb89927ea5f65e2849c526ef98692f1a55032911e7c3115c97d0814ddf08b
|
||||
LMCP_TARBALL_SHA256=af72b8c1d88255456b75d2c53cd5c451a8923417e5498ef31858539397e09caf
|
||||
HERE=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
# Reproducible build: pin all file mtimes + ar member timestamps to a fixed
|
||||
@@ -38,6 +38,7 @@ cp lmcp/server.lua "$ROOT/usr/share/lua/5.4/"
|
||||
cp lmcp/hub.lua "$ROOT/usr/share/lua/5.4/"
|
||||
mkdir -p "$ROOT/usr/share/doc/lmcp/examples"
|
||||
cp lmcp/examples/lmcp-hub.service "$ROOT/usr/share/doc/lmcp/examples/"
|
||||
cp lmcp/examples/lmcp.service "$ROOT/usr/share/doc/lmcp/examples/"
|
||||
cp lmcp/examples/hub-backends.conf.example "$ROOT/usr/share/doc/lmcp/examples/"
|
||||
install -m 755 lmcp/example_server.lua "$ROOT/usr/bin/lmcp-example"
|
||||
cp lmcp/README.md "$ROOT/usr/share/doc/lmcp/"
|
||||
|
||||
Vendored
+9
@@ -1,3 +1,12 @@
|
||||
lmcp (0.5.4-1) bookworm trixie; urgency=medium
|
||||
|
||||
* Ship examples/lmcp.service systemd unit template alongside the
|
||||
existing lmcp-hub.service. Copy-and-edit starting point for
|
||||
per-host lmcp instances — no more hand-writing the unit on each
|
||||
new Arch or Debian host.
|
||||
|
||||
-- Markus Fritsche <mfritsche@reauktion.de> Tue, 21 Apr 2026 16:55:00 +0000
|
||||
|
||||
lmcp (0.5.3-1) bookworm trixie; urgency=medium
|
||||
|
||||
* hub.lua: hard wall-clock cap on ssh fallback via `timeout` —
|
||||
|
||||
Reference in New Issue
Block a user