Commit Graph

33 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] c3f0e9d187 apt: publish 3.2.4~beta+eadf692 to testing dist 2026-08-01 22:40:34 +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] 99a82b1cb7 apt: publish 3.2.3~beta+ec6d531 to testing dist 2026-06-27 14:52:18 +00:00
github-actions[bot] 7ff52876f2 apt: publish 3.2.2~beta+aef7439 to testing dist 2026-06-25 03:50:16 +00:00
github-actions[bot] 5bb68f2d8a apt: publish 3.2.2~beta+d29dd10 to testing dist 2026-06-25 02:30:20 +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] 91aee82e72 apt: publish 3.2.2~beta+3e72524 to testing dist 2026-06-23 18:02:08 +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] 583319c9e8 apt: publish 3.2.1~beta+64b430f to testing dist 2026-06-22 12:27:08 +00:00
github-actions[bot] 2525a4a81d apt: publish 3.2.0~beta+c698801 to testing dist 2026-06-21 21:28:00 +00:00
github-actions[bot] 91bead0a00 apt: publish 3.2.0~beta+a604ec0 to testing dist 2026-06-20 18:56:36 +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] 3959b2e2e8 apt: publish 3.2.0~beta+6c313df to testing dist 2026-06-20 18:01:18 +00:00
github-actions[bot] 379926c53d apt: publish 3.1.0~beta+b7acb60 to testing dist 2026-06-20 16:09:41 +00:00
github-actions[bot] 4efbed7f88 apt: publish 3.1.0~beta+1c723a8 to testing dist 2026-06-09 02:32:30 +00:00
github-actions[bot] 9750c0f6e5 apt: publish 3.1.0~beta+da82356 to testing dist 2026-06-09 02:24:44 +00:00
github-actions[bot] e9e9c0d36b apt: publish 3.1.0~beta+d0093f4 to testing dist 2026-06-09 01:55:30 +00:00
github-actions[bot] a466eb784f apt: publish 3.1.0~beta+f0150c2 to testing dist 2026-06-08 16:49:55 +00:00
github-actions[bot] 4f2691a9b8 apt: publish 3.1.0~beta+3bd9f55 to testing dist 2026-06-08 16:32:59 +00:00
github-actions[bot] 34156aa625 apt: publish 3.1.0~beta+db730e3 to testing dist 2026-06-08 16:11:00 +00:00
github-actions[bot] 9c75613d8d apt: publish 3.1.0~beta+15d8463 to testing dist 2026-06-08 15:56:04 +00:00
github-actions[bot] ea3f6d5a43 apt: publish 3.1.0-1 to dist(s): v3 2026-06-07 19:57:55 +00:00
github-actions[bot] 45bafb09d5 apt: publish 3.1.0~beta+0ce11dc to testing dist 2026-06-07 19:05:22 +00:00
github-actions[bot] ff49c88902 apt: publish 3.1.0~beta+80a7889 to testing dist 2026-06-07 18:20:37 +00:00
github-actions[bot] 5c37376084 apt: publish 3.1.0~beta+a473461 to testing dist 2026-06-07 18:16:05 +00:00
github-actions[bot] a3c1bde266 apt: publish 3.1.0~beta+58a648e to testing dist 2026-06-07 15:09:24 +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 a00056d400 apt: seed testing dist skeleton (empty, ready for first beta push)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 08:45:03 -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
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
Kevin Adams b5a58b7eb6 chore: initialize gh-pages apt repo structure
Empty pool/v2, pool/v3, dists/main, dists/v2, dists/v3 scaffolding.
public.gpg.key is a placeholder — replaced by scripts/setup-apt-signing-key.sh.
CI will populate pool/ and regenerate dists/ on each stable release.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 15:59:23 -04:00