fix: drop the PKGBUILD's install of the removed _config_old templates #144

Merged
mysticalsoap merged 1 commit from fix/pkgbuild-config-old into trunk 2026-08-24 12:19:43 -04:00
Owner

Problem

Building the package fails at install: cannot stat 'resources/*_config_old'#137 removed the legacy templates and updated setup.py, but missed the PKGBUILD's hand-installed resource list.

Fix

Drop the resources/*_config_old line. The resources/*_config glob still matches the four live templates (and ssl_config).

Verification

Swept packaging/ for any other config_old reference — none. Hit live during #138's build-and-install test.

🤖 Generated with Claude Code

## Problem Building the package fails at `install: cannot stat 'resources/*_config_old'` — #137 removed the legacy templates and updated setup.py, but missed the PKGBUILD's hand-installed resource list. ## Fix Drop the `resources/*_config_old` line. The `resources/*_config` glob still matches the four live templates (and ssl_config). ## Verification Swept packaging/ for any other `config_old` reference — none. Hit live during #138's build-and-install test. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
fix: drop the PKGBUILD's install of the removed _config_old templates
All checks were successful
ci / test (pull_request) Successful in 30s
ci / test (push) Successful in 27s
74f9676946
The legacy templates went in #54's cleanup; setup.py was updated but
the PKGBUILD's hand-installed resource list wasn't, so the glob matches
nothing and package() dies at install.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mysticalsoap deleted branch fix/pkgbuild-config-old 2026-08-24 12:19:43 -04:00
Sign in to join this conversation.
No description provided.