claude-his-agent: bump to v0.1.7 (Gitea bug-filing convention)
build and publish packages / distcc-avahi-aarch64 (push) Successful in 42s
build and publish packages / lmcp-any (push) Successful in 7s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 6s
build and publish packages / distcc-avahi-aarch64 (push) Successful in 42s
build and publish packages / lmcp-any (push) Successful in 7s
build and publish packages / lmcp-debian (push) Successful in 5s
build and publish packages / claude-his-any (push) Successful in 7s
build and publish packages / claude-his-debian (push) Successful in 6s
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
|
# Source of truth: git.reauktion.de/marfrit/claude-his-agent
|
||||||
|
|
||||||
pkgname=claude-his-agent
|
pkgname=claude-his-agent
|
||||||
pkgver=0.1.6
|
pkgver=0.1.7
|
||||||
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=('93a8e596612c36ff35ef11c31a6e9bf996f99a2c3b69317894cc3d1e0a52afea')
|
sha256sums=('8cadbd0ac86b227306eff031764030eda24cb46314772bfb3aed68003489ce03')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${pkgname}"
|
cd "${pkgname}"
|
||||||
|
|||||||
Vendored
+3
-3
@@ -3,14 +3,14 @@
|
|||||||
# Mirrors the lmcp/build-deb.sh pattern.
|
# Mirrors the lmcp/build-deb.sh pattern.
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
PKGVER=0.1.6
|
PKGVER=0.1.7
|
||||||
PKGREL=1
|
PKGREL=1
|
||||||
HIS_TARBALL_SHA256=93a8e596612c36ff35ef11c31a6e9bf996f99a2c3b69317894cc3d1e0a52afea
|
HIS_TARBALL_SHA256=8cadbd0ac86b227306eff031764030eda24cb46314772bfb3aed68003489ce03
|
||||||
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
|
||||||
# tied to this release (v0.1.0, 2026-04-17 11:30 UTC).
|
# tied to this release (v0.1.0, 2026-04-17 11:30 UTC).
|
||||||
export SOURCE_DATE_EPOCH=1776542456
|
export SOURCE_DATE_EPOCH=1776677569
|
||||||
|
|
||||||
work=$(mktemp -d)
|
work=$(mktemp -d)
|
||||||
trap "rm -rf $work" EXIT
|
trap "rm -rf $work" EXIT
|
||||||
|
|||||||
+7
@@ -1,3 +1,10 @@
|
|||||||
|
claude-his-agent (0.1.7-1) bookworm trixie; urgency=medium
|
||||||
|
|
||||||
|
* Runbook: filing bugs convention — Gitea per-component issues, not
|
||||||
|
DokuWiki. Added to agent + skill quickref.
|
||||||
|
|
||||||
|
-- Markus Fritsche <mfritsche@reauktion.de> Mon, 20 Apr 2026 09:32:49 +0000
|
||||||
|
|
||||||
claude-his-agent (0.1.6-1) bookworm trixie; urgency=medium
|
claude-his-agent (0.1.6-1) bookworm trixie; urgency=medium
|
||||||
|
|
||||||
* Add client-side distcc pump-mode recipe to the runbook: wrap
|
* Add client-side distcc pump-mode recipe to the runbook: wrap
|
||||||
|
|||||||
Reference in New Issue
Block a user