Commit Graph

9 Commits

Author SHA1 Message Date
github-actions[bot] c08933c8cc apt: publish 3.2.4-1 to dist(s): v3 2026-08-01 23:28:56 +00:00
github-actions[bot] 8614008080 apt: publish 3.2.3-1 to dist(s): v3 2026-06-27 14:53:32 +00:00
github-actions[bot] a78d0717dd apt: publish 3.2.2-1 to dist(s): v3 2026-06-23 18:02:19 +00:00
github-actions[bot] b01303d4b7 apt: publish 3.2.1-1 to dist(s): v3 2026-06-22 12:27:18 +00:00
github-actions[bot] f4a0918157 apt: publish 3.2.0-1 to dist(s): v3 2026-06-20 18:01:21 +00:00
github-actions[bot] ea3f6d5a43 apt: publish 3.1.0-1 to dist(s): v3 2026-06-07 19:57:55 +00:00
Kevin Adams a1fb2bbd94 fix: restore Filename: prefix in all Packages files
sed was replacing 'Filename: /tmp/path/' with '' (empty), stripping the
'Filename: ' label and leaving a bare path apt cannot parse. Result: apt
could see packages in the index but couldn't download them.

Corrected sed: s|Filename: /path/|Filename: | — keeps the label, strips
only the absolute temp-dir prefix.

Regenerated: dists/v3, dists/main, dists/v2 Packages + Release + InRelease.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 08:53:25 -04:00
Kevin Adams 10e50fcf44 apt: add amd64/arm64 arch support to v3 dist
Adds empty binary-amd64 and binary-arm64 Packages files and updates
Release Architectures to "all amd64 arm64". Silences the apt warning
"doesn't support architecture 'amd64'" on PVE hosts without duplicating
package entries (all packages remain Architecture: all).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 14:27:39 -04:00
Kevin Adams 5da238e0ee apt: seed v3 dist with 3.0.0-1 packages and real GPG public key
- Replace placeholder public.gpg.key with generated signing key
- Add truenas-proxmox 3.0.0-1 and freenas-proxmox 3.0.0-1 to pool/v3
- Generate dists/v3 Packages.gz, Release, and signed InRelease

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 12:20:14 -04:00