claude-his-agent: bump to v0.1.9 (closes marfrit/claude-his-agent#1 #2 #3)
build and publish packages / distcc-avahi-aarch64 (push) Successful in 50s
build and publish packages / lmcp-any (push) Successful in 10s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 11s
build and publish packages / ffmpeg-v4l2-request-aarch64 (push) Successful in 18m59s
build and publish packages / claude-his-debian (push) Successful in 7s
build and publish packages / distcc-avahi-aarch64 (push) Successful in 50s
build and publish packages / lmcp-any (push) Successful in 10s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 11s
build and publish packages / ffmpeg-v4l2-request-aarch64 (push) Successful in 18m59s
build and publish packages / claude-his-debian (push) Successful in 7s
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Source of truth: git.reauktion.de/marfrit/claude-his-agent
|
# Source of truth: git.reauktion.de/marfrit/claude-his-agent
|
||||||
|
|
||||||
pkgname=claude-his-agent
|
pkgname=claude-his-agent
|
||||||
pkgver=0.1.8
|
pkgver=0.1.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Home Infrastructure Specialist subagent + skill for Claude Code (mfritsche home infra)"
|
pkgdesc="Home Infrastructure Specialist subagent + skill for Claude Code (mfritsche home infra)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -11,7 +11,7 @@ url="https://git.reauktion.de/marfrit/claude-his-agent"
|
|||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('bash')
|
depends=('bash')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://git.reauktion.de/marfrit/claude-his-agent/archive/v${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://git.reauktion.de/marfrit/claude-his-agent/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('d25dca1346085acccc32abd9e8064a712c80c99c79102c2acacf27ed4c238f65')
|
sha256sums=('a3bdf9a77f982ab8e0af6aefe1d243923b4cc4067bed70ed552161b8ca161642')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|||||||
Vendored
+2
-2
@@ -3,9 +3,9 @@
|
|||||||
# Mirrors the lmcp/build-deb.sh pattern.
|
# Mirrors the lmcp/build-deb.sh pattern.
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
PKGVER=0.1.8
|
PKGVER=0.1.9
|
||||||
PKGREL=1
|
PKGREL=1
|
||||||
HIS_TARBALL_SHA256=d25dca1346085acccc32abd9e8064a712c80c99c79102c2acacf27ed4c238f65
|
HIS_TARBALL_SHA256=a3bdf9a77f982ab8e0af6aefe1d243923b4cc4067bed70ed552161b8ca161642
|
||||||
HERE=$(dirname "$(readlink -f "$0")")
|
HERE=$(dirname "$(readlink -f "$0")")
|
||||||
|
|
||||||
# Reproducible build: pin mtimes + ar member timestamps to a fixed epoch
|
# Reproducible build: pin mtimes + ar member timestamps to a fixed epoch
|
||||||
|
|||||||
+14
@@ -1,3 +1,17 @@
|
|||||||
|
claude-his-agent (0.1.9-1) bookworm trixie; urgency=medium
|
||||||
|
|
||||||
|
* Runbook updates closing claude-his-agent #1 #2 #3:
|
||||||
|
- distcc table drops CT108/aarch64crosscompiler (retired);
|
||||||
|
example simplifies to tesla.lxd + +zeroconf for dcc1.
|
||||||
|
- Add 'Data nightly-shutdown override' subsection with the
|
||||||
|
/opt/herding/var/data-busy.lock recipe and mandatory
|
||||||
|
'date -d @$busy_until -Iseconds' self-check (issue #1).
|
||||||
|
- Add 'fahrenheit / pihole-FTL gotchas' subsection covering
|
||||||
|
OpenRC orphan-on-restart workaround (issue #3) and the
|
||||||
|
civetweb optional-bind silent-failure config fix (issue #2).
|
||||||
|
|
||||||
|
-- Markus Fritsche <mfritsche@reauktion.de> Wed, 29 Apr 2026 08:02:38 +0000
|
||||||
|
|
||||||
claude-his-agent (0.1.8-1) bookworm trixie; urgency=medium
|
claude-his-agent (0.1.8-1) bookworm trixie; urgency=medium
|
||||||
|
|
||||||
* Runbook: document /opt/herding/etc/{gitea,dokuwiki}.creds env-file
|
* Runbook: document /opt/herding/etc/{gitea,dokuwiki}.creds env-file
|
||||||
|
|||||||
Reference in New Issue
Block a user