Page MenuHomePhabricator

new extensions should be added to mediawiki/extensions.git automatically
Closed, DeclinedPublic

Description

Whenever a new MediaWiki extension git repository is created under mediawiki/extensions/ , we should have it added as a submodule to mediawiki/extensions.git

I am not sure if that should be handled by Gerrit directly or if we should run a bot to run the script in mediawiki/extensions.git


Version: unspecified
Severity: enhancement

Details

Reference
bz46462

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:41 AM
bzimport added a project: Gerrit.
bzimport set Reference to bz46462.
bzimport added a subscriber: Unknown Object (MLST).

Handling it via Gerrit would be a pain. Sounds like a good idea for a bot on labs (which could also take care of bug 49906).

We do it manually from time to time using the sync-with-gerrit.py script at the root of mediawiki/extensions.git repository. That is good enough.