claude-his-agent: bump to v0.1.4 (ship repo-inventory scripts)
build and publish packages / distcc-avahi-aarch64 (push) Failing after 12s
build and publish packages / lmcp-debian (push) Has been skipped
build and publish packages / lmcp-any (push) Has been skipped
build and publish packages / claude-his-any (push) Has been skipped
build and publish packages / claude-his-debian (push) Has been skipped
build and publish packages / distcc-avahi-aarch64 (push) Failing after 12s
build and publish packages / lmcp-debian (push) Has been skipped
build and publish packages / lmcp-any (push) Has been skipped
build and publish packages / claude-his-any (push) Has been skipped
build and publish packages / claude-his-debian (push) Has been skipped
Tag v0.1.3 added the scripts + quickref, v0.1.4 fixed doc paths. Package both /usr/bin/repo-inventory.sh and /usr/bin/repo-inventory-nosudo.sh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vendored
+5
-3
@@ -3,14 +3,14 @@
|
||||
# Mirrors the lmcp/build-deb.sh pattern.
|
||||
set -euo pipefail
|
||||
|
||||
PKGVER=0.1.2
|
||||
PKGVER=0.1.4
|
||||
PKGREL=1
|
||||
HIS_TARBALL_SHA256=37ab513e7ab3348e7d4429b8df6b005ce66342e11f23b5f8be68840ac20c0875
|
||||
HIS_TARBALL_SHA256=27d3be3de09b58d971c5a14b1eea3811bca2d0e6ab236b5041e9b3c8550d9f3d
|
||||
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=1776698400
|
||||
export SOURCE_DATE_EPOCH=1776442169
|
||||
|
||||
work=$(mktemp -d)
|
||||
trap "rm -rf $work" EXIT
|
||||
@@ -31,6 +31,8 @@ mkdir -p "$ROOT/DEBIAN" \
|
||||
install -m 644 claude-his-agent/agents/his.md "$ROOT/usr/share/claude-agents/his.md"
|
||||
install -m 644 claude-his-agent/skills/his/SKILL.md "$ROOT/usr/share/claude-skills/his/SKILL.md"
|
||||
install -m 755 claude-his-agent/scripts/claude-his-install "$ROOT/usr/bin/claude-his-install"
|
||||
install -m 755 claude-his-agent/scripts/repo-inventory.sh "$ROOT/usr/bin/repo-inventory.sh"
|
||||
install -m 755 claude-his-agent/scripts/repo-inventory-nosudo.sh "$ROOT/usr/bin/repo-inventory-nosudo.sh"
|
||||
install -m 644 claude-his-agent/README.md "$ROOT/usr/share/doc/claude-his-agent/README.md"
|
||||
install -m 644 "$HERE/debian/copyright" "$ROOT/usr/share/doc/claude-his-agent/copyright"
|
||||
|
||||
|
||||
+8
@@ -1,3 +1,11 @@
|
||||
claude-his-agent (0.1.4-1) bookworm trixie; urgency=medium
|
||||
|
||||
* Ship scripts/repo-inventory.sh and scripts/repo-inventory-nosudo.sh
|
||||
as /usr/bin/repo-inventory.sh and /usr/bin/repo-inventory-nosudo.sh.
|
||||
* Add fleet-inventory quickref to agent + skill runbooks.
|
||||
|
||||
-- Markus Fritsche <mfritsche@reauktion.de> Fri, 17 Apr 2026 15:49:29 +0000
|
||||
|
||||
claude-his-agent (0.1.2-1) trixie; urgency=low
|
||||
|
||||
* v0.1.2 — safety additions to runbook: Kommune 2FA rule, Himbeere/Office
|
||||
|
||||
Reference in New Issue
Block a user