state packages come from github only
Deploy website to GitHub Pages / deploy (push) Canceled after 21s

This commit is contained in:
Astral
2026-09-01 11:48:40 +02:00
parent 32094c5541
commit 691736a62c
6 changed files with 15 additions and 7 deletions
+8
View File
@@ -30,6 +30,14 @@
<tr><td><strong>KeruOS</strong></td><td>The OS: installer, profile, build pipeline, live init, website.</td><td>The orchestration.</td></tr>
</table>
<h3>Where the repos live</h3>
<div class="code-block">github.com/AstralZX/kama # the manager
github.com/AstralZX/kama-packages # the recipe repository
github.com/AstralZX/KeruOS # the OS itself</div>
<p>Today the repos are <strong>GitHub-only</strong> — that's the single canonical source for package recipes and code. Mirrors on Codeberg and on <code>git.spectoria.dev</code> are planned, but nothing is hosted there yet, and there are no other mirrors. Until that changes, GitHub is the source of truth.</p>
<div class="callout">No package recipes ship on the ISO, in the installer, or anywhere else. The recipe repository on GitHub is how you get packages — clone it or install Keru, which fetches it at build time.</div>
<h3>Why separate</h3>
<ul class="features">
<li><strong>Independent cadence.</strong> The manager changes rarely; recipes change constantly. Mixing them couples an ossified core to churn.</li>