Steps to replicate the issue (include links if applicable):
- Clone operations/mediawiki-config
- git checkout c42ec5b9a8fa379395ef3c5c93afd6af75f23cfe
- Make the same changes that I made to the logos/config.yaml in I441ba0a4c9a2a4feef73df61ac4fef18e1f1fae9 (i.e. add a line with commons_wordmark: 'File:Wikipedia-wordmark-kcg.svg' after line 902)
- Run tox -e logos -- update kcgwiki as described in logos/README.md
What happens?:
This is the diff the script makes for wmf-config/logos.php:
As you can see, it moves the a listing for guwwikinews to below huwikinews for no apparent reason (g comes before h in the alphabet), and it changes a lot of sizes for logos I didn't want to touch. Most notably, it makes the logo for ibawiki HUGE, the same with the logo for shwikinews.
What should have happened instead?:
- It probably shouldn't touch sizes for logos I'm not changing, and it should definitely not make them that big.
The same apparently happened to @Zabe before: https://gerrit.wikimedia.org/r/c/operations/mediawiki-config/+/1112720
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):