v0.2: Upstream rebase strategy + first rebase #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
We forked from upstream
datarhei/corecommit0de97f4("Add linux/arm/v8 build") on 2026-04-17. Upstream has shipped at least v16.16.0 since (per CHANGELOG.md). No documented merge cadence; the diff gets uglier every week we wait.Scope
docs/REBASE.md: cadence, conflict-handling rules, divergence boundaries (when do we accept upstream change vs reject because it conflicts with WebRTC subsystem)v0.1.0-dragonfork(already done) andpre-rebase-v0.1mainmake release,make test, latency CI gate, manual TrueNAS deploy smokev0.1.1-dragonforkif no behavioural changes, elsev0.2.0-dragonfork-rebaseas the new floorWhy now
The longer we wait the more upstream commits to walk, and the harder the conflict resolution. Doing this before the metrics + UI work means those land cleanly on a fresh upstream baseline instead of compounding divergence.
Open questions for design
vendor/; do we accept blanket or audit?Needs a short design doc.