repository-lists: Update the "tarball" preset to include repos bundled since October 2020
Why:
- The "tarball" Patch demo preset hasn't been updated since its original creation in October 2020 (except for an archived extension being removed in ac6e6140).
- Since then, a number of new repositories have started being bundled with MediaWiki releases.
What:
- Update
tarball.yamlto include the additional 10 repositories that have been added to the MediaWiki tarball/bundle since October 2020. (extensions/LoginNotifyisn't currently available to install using Patch demo, but can be added to the preset for if/when it is in the future.)
Per the discussion in https://phabricator.wikimedia.org/T399035, this
commit isn't removing the extensions that are no longer bundled with
MediaWiki due to having been merged into MW core
(extensions/Renameuser & extensions/Interwiki). These extensions
should have practically no effect on demo-wikis built from MW versions
after an extension's merge into core, but will still provide their
(then-bundled) functionality to any demo-wikis built from versions
before these.
Those two extensions can presumably be removed (both from the preset & also from Patch demo itself) when Patch demo stops allowing users to build wikis from MW versions prior to an extension's merge into core.
Bug: T399035