claude-his-agent: bump to v0.1.5 (+zeroconf in DISTCC_HOSTS)
build and publish packages / distcc-avahi-aarch64 (push) Successful in 38s
build and publish packages / lmcp-any (push) Successful in 8s
build and publish packages / lmcp-debian (push) Successful in 4s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 7s
build and publish packages / distcc-avahi-aarch64 (push) Successful in 38s
build and publish packages / lmcp-any (push) Successful in 8s
build and publish packages / lmcp-debian (push) Successful in 4s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 7s
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Source of truth: git.reauktion.de/marfrit/claude-his-agent
|
||||
|
||||
pkgname=claude-his-agent
|
||||
pkgver=0.1.4
|
||||
pkgver=0.1.5
|
||||
pkgrel=1
|
||||
pkgdesc="Home Infrastructure Specialist subagent + skill for Claude Code (mfritsche home infra)"
|
||||
arch=('any')
|
||||
@@ -11,7 +11,7 @@ url="https://git.reauktion.de/marfrit/claude-his-agent"
|
||||
license=('custom')
|
||||
depends=('bash')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://git.reauktion.de/marfrit/claude-his-agent/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('27d3be3de09b58d971c5a14b1eea3811bca2d0e6ab236b5041e9b3c8550d9f3d')
|
||||
sha256sums=('e7c0d4351f5b34dd27364eae7632ce4b94dd50408b56343869aa79652544089a')
|
||||
|
||||
package() {
|
||||
cd "${pkgname}"
|
||||
|
||||
Vendored
+3
-3
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user