]> git.openstreetmap.org Git - chef.git/commitdiff
wiki: use tmp fork of OsmWikibase
authorGrant Slater <github@firefishy.com>
Thu, 26 Jan 2023 11:02:34 +0000 (11:02 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 26 Jan 2023 11:02:34 +0000 (11:02 +0000)
cookbooks/wiki/recipes/default.rb

index 58836b54fd182e58f96048101b139b5695456a9a..fb1aaf5cd703c371dc1b1e18061dca70fab8beec 100644 (file)
@@ -82,8 +82,9 @@ end
 
 mediawiki_extension "OsmWikibase" do
   site "wiki.openstreetmap.org"
-  repository "https://github.com/nyurik/OsmWikibase.git"
-  reference "master"
+  # FIXME: switch back to upstream once https://github.com/nyurik/OsmWikibase/issues/1 is fixed
+  repository "https://github.com/Firefishy/OsmWikibase.git"
+  reference "blind-hack-normalizePageName"
 end
 
 mediawiki_extension "Echo" do