fix: split redox.patch into 90MB chunks for GitHub push limit

redox.patch is 556MB, exceeding GitHub's 100MB file size limit.
Split into 7 chunks of ~90MB each under local/patches/base/redox-patch-chunks/.
Reassembly script: local/patches/base/reassemble-redox-patch.sh.
Added redox.patch to .gitignore to prevent future push failures.
This commit is contained in:
2026-05-03 08:25:24 +01:00
parent aca2f2913d
commit 7726a3da36
9 changed files with 19560296 additions and 0 deletions
+4
View File
@@ -11,6 +11,9 @@
/web
/cookbook.toml
# Nested recipe debris from prior build-system layouts (4.2GB+ of duplicates)
recipes/recipes/
# Fetched source trees in mainline recipes (not our code in local/)
# Matches recipes/<category>/<name>/source/ but NOT local/recipes/*/source/
recipes/**/source
@@ -90,3 +93,4 @@ local/recipes/kde/kwin/**
!local/recipes/kde/kwin/README.md
Packages/*.pkgar
local/cache/pkgar/
local/patches/base/redox.patch