[01:22:05] Just upgrading 1.42.3 -> 1.42.4 on FreeBSD. All good until I tried to run the update.php script. [01:22:08] wikimedia/parsoid: 0.19.1 installed, 0.19.0 required. [01:22:19] Error: your composer.lock file is not up to date. Run "composer update --no-dev" to install newer dependencies [01:23:12] I have no idea how to run composer. Usually update.php "just works", does its database updates, and I'm good to go. Any clues? [02:06:22] that's a fun one [02:06:55] https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1082844 was never merged [02:14:17] john-}: How do you actually install MW? [07:51:29] Reedy: I upgrade the FreeBSD www/mediawiki142 port, which essentially unbundles the tarball to /usr/local/www/mediawiki, then [07:52:21] I rsync --delete --exclude '/mw-config/' that onto my wiki (after backing up the database and the wiki). [07:52:38] Then I cd to the maintenance directory and run the update.php script. [14:11:38] .. [20:47:54] Where can I find the GPG signing key for the 1.43.0 release tarball? [20:50:07] gromit: on the announcement mail https://lists.wikimedia.org/hyperkitty/list/wikitech-l@lists.wikimedia.org/thread/UYZUOQEWN2NL22PU42JW7TF6JO56RWWV/ [20:50:38] I just found https://www.mediawiki.org/keys/keys.html [20:51:10] Vulpix: will there also be an announcement to [mediawiki-announce]? [20:54:26] hmmm, looks like an oversight from the release team [20:59:28] Vulpix: ah it is still an open task in https://phabricator.wikimedia.org/T372295 [22:00:30] I'm getting an error with the mediawiki 1.42.4 update.php command: 'wikimedia/parsoid: 0.19.1 installed, 0.19.0 required.' - 'Error: your composer.lock file is not up to date. Run "composer update --no-dev" to install newer dependencies' [22:05:45] Yeah, the bump patch for 1.42 wasn't merged for some reason [22:12:05] Reedy: how could I fix this? 🤔 [22:12:10] Or should I just file a bug? [22:16:34] I already merged the patch [22:16:38] so it'll be in REL1_42 [22:25:06] Reedy: Could you link the change? [22:25:36] Also it will only be included once 1.42.5 is out right? [22:25:46] https://gerrit.wikimedia.org/r/1082844 [22:25:55] Yeah, but you can follow REL1_42 and get it [22:34:36] Reedy: hmm, yeah I'm just thinking about manually patching the docker images so that it's fixed in there atleast [22:43:58] or pin to that specific hash [22:44:13] https://github.com/wikimedia/mediawiki/compare/1.42.4...REL1_42