From: Ævar Arnfjörð Bjarmason Date: Wed, 16 Sep 2020 10:29:05 +0000 (+0200) Subject: remote-mediawiki doc: link to MediaWiki's current version X-Git-Tag: v2.29.0-rc0~31^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=872977b10d503d54e8496df398361167b1824bf0;p=thirdparty%2Fgit.git remote-mediawiki doc: link to MediaWiki's current version Amend a comment in the test.config file to point to the latest upstream version, which makes it easier for the user to tweak this. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/contrib/mw-to-git/t/test.config b/contrib/mw-to-git/t/test.config index 5ba0684162..b6fb0b3993 100644 --- a/contrib/mw-to-git/t/test.config +++ b/contrib/mw-to-git/t/test.config @@ -31,6 +31,9 @@ WEB_WWW=$WEB/www # The variables below are used by the script to install a wiki. # You should not modify these unless you are modifying the script itself. # tested versions: 1.19.X -> 1.21.1 +# +# See https://www.mediawiki.org/wiki/Download for what the latest +# version is. MW_VERSION_MAJOR=1.21 MW_VERSION_MINOR=1 FILES_FOLDER=install-wiki