chore(config): point the updater at the now-public AeroFetch repo #13
Reference in New Issue
Block a user
Delete Branch "chore/consolidate-update-source"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consolidates the update infrastructure back to a single repo now that
debont80/AeroFetchis public.Change:
UPDATE_REPOretargets fromAeroFetch-releasesback toAeroFetch. The separate releases-only repo existed only to keep the updater tokenless while the source repo was private; with the source repo public, it can serve its own releases anonymously and the split is retired. The.gitignorenote for the retired.update-tokenfile is refreshed to match.Ops already done (this session):
debont80/AeroFetchflipped to public.gitleaksover all 150 commits found no leaks; the baked-token era never committed a literal secret.aerofetch-updater) was deleted and its token verified revoked (401).Verified: anonymous read of
AeroFetch/releases/latestreturns 200 (tokenless updater works); a revoked token returns 401 (legacy token-bearing ≤0.6.1 clients are cleanly deprecated, per the public-only migration).After merge: cut 0.7.2 (ships this retarget), publish it to the public
AeroFetchrepo, verify tokenlessreleases/latest, thenAeroFetch-releasescan be deleted.DoD green: typecheck, lint, 416 tests.