claude-his-agent: bump to v0.1.5 (+zeroconf in DISTCC_HOSTS)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 21:37:28 +02:00
parent dc1d053da1
commit 1e884d74c0
3 changed files with 14 additions and 5 deletions
+3 -3
View File
@@ -3,14 +3,14 @@
# Mirrors the lmcp/build-deb.sh pattern.
set -euo pipefail
PKGVER=0.1.4
PKGVER=0.1.5
PKGREL=1
HIS_TARBALL_SHA256=27d3be3de09b58d971c5a14b1eea3811bca2d0e6ab236b5041e9b3c8550d9f3d
HIS_TARBALL_SHA256=e7c0d4351f5b34dd27364eae7632ce4b94dd50408b56343869aa79652544089a
HERE=$(dirname "$(readlink -f "$0")")
# Reproducible build: pin mtimes + ar member timestamps to a fixed epoch
# tied to this release (v0.1.0, 2026-04-17 11:30 UTC).
export SOURCE_DATE_EPOCH=1776442169
export SOURCE_DATE_EPOCH=1776541048
work=$(mktemp -d)
trap "rm -rf $work" EXIT
+9
View File
@@ -1,3 +1,12 @@
claude-his-agent (0.1.5-1) bookworm trixie; urgency=medium
* DISTCC_HOSTS runbook value gains a +zeroconf prefix so distcc also
auto-discovers mDNS-capable workers (e.g. dcc1 on dcw3), while the
hand-wired hosts (tesla, CT108) remain for the zeroconf-broken
container side.
-- Markus Fritsche <mfritsche@reauktion.de> Sat, 18 Apr 2026 19:37:28 +0000
claude-his-agent (0.1.4-1) bookworm trixie; urgency=medium
* Ship scripts/repo-inventory.sh and scripts/repo-inventory-nosudo.sh