From c66ea8a33042f5d64ae20a1ac59cff16c7725bf9 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Sun, 4 Jan 2026 23:43:15 +0000 Subject: [PATCH] fix(pm/wiki): remove CategoryWatch Change-Id: srlptlyppwkukkrtoyoknmvspwmsonnk CategoryWatch looks like it's going to work when you load it, but at runtime there is an error which prevents category reindexes. To workaround this, we can remove the extension entirely... --- npins/sources.json | 12 ------------ packetmix/systems/teal/wiki.nix | 1 - 2 files changed, 13 deletions(-) diff --git a/npins/sources.json b/npins/sources.json index 5a681539..08a55909 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -54,18 +54,6 @@ "url": null, "hash": "sha256-yFOyqK6Mu71x451BEw1FSWpamLl6JbTJ+NwNPM8YJ30=" }, - "CategoryWatch": { - "type": "Git", - "repository": { - "type": "Git", - "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryWatch" - }, - "branch": "master", - "submodules": false, - "revision": "3e7a18857227ab8e71a8ce6486b0b0b9be47ef76", - "url": null, - "hash": "sha256-UcKZ/MCYjIJkT+eZhaP7fdne6Pkg2QP+F6f2TVyCeU0=" - }, "CirrusSearch": { "type": "Git", "repository": { diff --git a/packetmix/systems/teal/wiki.nix b/packetmix/systems/teal/wiki.nix index 5056cd87..22b98840 100644 --- a/packetmix/systems/teal/wiki.nix +++ b/packetmix/systems/teal/wiki.nix @@ -42,7 +42,6 @@ AutoCreateCategoryPages = project.inputs.AutoCreateCategoryPages.src; Cargo = project.inputs.Cargo.src; # queries and soforth CategoryTree = null; - CategoryWatch = project.inputs.CategoryWatch.src; CheckUser = null; Cite = null; CiteThisPage = null; -- 2.43.0