From cdec995183fb3b8e2186e0c47395f4fdc2d980da Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 10 Mar 2026 16:58:26 -0600 Subject: [PATCH] ref(node): remove node-official/node-unofficial split packages The node package already merges both sources via unofficial_url in releases.conf. The split packages were a workaround that produced cache files not present in the live Node.js cache. --- COMPARISON.md | 4 +--- node-official/releases.conf | 2 -- node-unofficial/releases.conf | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 node-official/releases.conf delete mode 100644 node-unofficial/releases.conf diff --git a/COMPARISON.md b/COMPARISON.md index cf8dce5..43e7bba 100644 --- a/COMPARISON.md +++ b/COMPARISON.md @@ -114,9 +114,7 @@ Status: `[x]` reviewed, `[-]` known acceptable, `[ ]` needs work - [-] pg-essentials — meta-package - [-] zig.vim — gittag source, 0 raw data -### Live Missing — Go-Only (16) -- [-] node-official — Go split, not in live cache -- [-] node-unofficial — Go split, not in live cache +### Live Missing — Go-Only (14) - [-] pg — Go alias, live uses postgres - [-] ripgrep — Go alias, live uses rg - [-] rust.vim — symlink to vim-rust diff --git a/node-official/releases.conf b/node-official/releases.conf deleted file mode 100644 index 2a6681f..0000000 --- a/node-official/releases.conf +++ /dev/null @@ -1,2 +0,0 @@ -source = nodedist -url = https://nodejs.org/download/release diff --git a/node-unofficial/releases.conf b/node-unofficial/releases.conf deleted file mode 100644 index 86d04de..0000000 --- a/node-unofficial/releases.conf +++ /dev/null @@ -1,2 +0,0 @@ -source = nodedist -url = https://unofficial-builds.nodejs.org/download/release