Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(pm/wiki): remove CategoryWatch

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...

authored by a.starrysky.fyi and committed by tangled.org b8be2d2e 42f6fbe2

Changed files
-13
npins
packetmix
systems
teal
-12
npins/sources.json
··· 54 54 "url": null, 55 55 "hash": "sha256-yFOyqK6Mu71x451BEw1FSWpamLl6JbTJ+NwNPM8YJ30=" 56 56 }, 57 - "CategoryWatch": { 58 - "type": "Git", 59 - "repository": { 60 - "type": "Git", 61 - "url": "https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryWatch" 62 - }, 63 - "branch": "master", 64 - "submodules": false, 65 - "revision": "3e7a18857227ab8e71a8ce6486b0b0b9be47ef76", 66 - "url": null, 67 - "hash": "sha256-UcKZ/MCYjIJkT+eZhaP7fdne6Pkg2QP+F6f2TVyCeU0=" 68 - }, 69 57 "CirrusSearch": { 70 58 "type": "Git", 71 59 "repository": {
-1
packetmix/systems/teal/wiki.nix
··· 42 42 AutoCreateCategoryPages = project.inputs.AutoCreateCategoryPages.src; 43 43 Cargo = project.inputs.Cargo.src; # queries and soforth 44 44 CategoryTree = null; 45 - CategoryWatch = project.inputs.CategoryWatch.src; 46 45 CheckUser = null; 47 46 Cite = null; 48 47 CiteThisPage = null;