Commit Graph

2 Commits

Author SHA1 Message Date
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 f9443640f6 apt: seed main and v2 dists with freenas-proxmox 2.4.0-1
Adds pool/v2/freenas-proxmox_2.4.0-1_all.deb and generates
dists/main/ and dists/v2/ with Packages.gz, Release, and signed
InRelease. Both dists are identical — main exists for backward
compatibility with existing Cloudsmith users, v2 is the explicit pin.

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