docs: document Gitea as canonical git host

This commit is contained in:
2026-05-09 01:37:52 +01:00
parent bea8595fd4
commit ab6d312dd5
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -51,6 +51,12 @@ cd RedBear-OS
./scripts/run.sh --build --config redbear-mini ./scripts/run.sh --build --config redbear-mini
``` ```
### Repository Hosting
The canonical Red Bear OS Git server is **Gitea** at
`https://gitea.redbearos.org/vasilito/RedBear-OS.git`. GitHub is not a Red Bear OS source of
truth and must not be used for pushes, issues, releases, or project coordination.
### Public Scripts ### Public Scripts
| Script | Purpose | | Script | Purpose |
+5
View File
@@ -13,6 +13,11 @@ current/canonical versus historical/reference split obvious.
> `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` (v4.0) for current state. > `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` (v4.0) for current state.
> **Git hosting policy:** Red Bear OS uses Gitea as its only canonical Git server:
> `https://gitea.redbearos.org/vasilito/RedBear-OS.git`. Do not use GitHub for Red Bear OS
> pushes, issues, releases, or project coordination. Historical/upstream references may still point
> to their original hosts when documenting third-party projects.
> **Red Bear note:** newer subsystem plans can also live under `local/docs/` when they are Red Bear- > **Red Bear note:** newer subsystem plans can also live under `local/docs/` when they are Red Bear-
> specific rather than general Redox architecture material. In particular, see > specific rather than general Redox architecture material. In particular, see
> `local/docs/WIFI-IMPLEMENTATION-PLAN.md` for the current Wi-Fi direction, > `local/docs/WIFI-IMPLEMENTATION-PLAN.md` for the current Wi-Fi direction,