Commit 85e37db
fix: add Release and Translation files to apt repository
The apt repository hosted on GitHub Pages only contained Packages and
Packages.gz, causing apt-get update to emit noisy "Ign" and "Err 404"
warnings for the missing InRelease, Release, and Translation-en files.
While the install still succeeded (due to [trusted=yes] and Packages
being present), these errors are confusing for users and make it look
like something is broken.
Generate a proper Release file via apt-ftparchive and add an empty
Translation-en to satisfy apt's metadata expectations.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b26123b commit 85e37db
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
| |||
0 commit comments