da5085e0d2
fix: switch reqwest TLS backend from rustls to native-tls
...
reqwest 0.13 defaults to rustls -> aws-lc-rs which requires cmake/nasm
in minimal build environments. Switch owlry-plugin-weather to native-tls
(system OpenSSL). Also add scripts/aur-local-test for clean chroot
testing and .gitignore for build artifact exclusion.
2026-04-05 18:06:56 +02:00
7ffbd46358
fix: use git add -A in aur-publish-pkg
2026-03-28 11:21:03 +01:00
627cbcbf91
fix: aur-stage glob handling for packages without .install files
2026-03-28 10:51:53 +01:00
9e221b2328
chore: overhaul justfile for deployment pipeline
...
Key additions:
- bump-crate now updates Cargo.lock and commits (fixes --locked builds)
- bump-all updates lock file and commits
- tag-crate creates per-plugin tags ({crate}-v{version})
- Full AUR recipes: aur-update-pkg, aur-publish-pkg, aur-stage, aur-commit
- aur-stage handles embedded .git dirs in AUR subdirectories
- release-plugin does full pipeline: bump → push → tag → AUR → publish
- aur-status shows all plugin package versions
2026-03-28 10:31:44 +01:00
4dc0c8ee75
refactor: keep lua and rune runtimes in core repo (they are infrastructure, not plugins)
2026-03-26 13:17:35 +01:00
07a02b20e7
feat: scaffold owlry-plugins workspace
2026-03-26 13:11:18 +01:00