Page MenuHomePhabricator

mediawiki/extensions.git is broken again (so VisualEditor isn't getting updated on betalabs)
Closed, ResolvedPublic

Description

Bug 49846 was this happening last time around. Possibly the same cause.


Version: unspecified
Severity: normal

Details

Reference
bz59758

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:24 AM
bzimport added a project: Gerrit.
bzimport set Reference to bz59758.

Trying to update manually on deployment-bastion.pmtpa.wmflabs in /home/wikipedia/common/php-master/extensions

Looking at VisualEditor:

$ git submodule VisualEditor
3e925e634398ab80711819ee4c10a29b89854588 VisualEditor (remotes/origin/wmf/1.23wmf9-1-g3e925e6)

Although the HEAD of mediawiki/extensions.git checkout is up to date :(

Ok, so it's definitely bug 49846 coming back again.

gerrit> select * from submodule_subscriptions where submodule_project_name like '%VisualEditor%';
submodule_project_name | submodule_branch_name | super_project_project_name | super_project_branch_name | submodule_path
-----------------------+-----------------------+----------------------------+---------------------------+---------------
VisualEditor | refs/heads/master | mediawiki/extensions | refs/heads/master | VisualEditor
(1 row; 2 ms)

Which is wrong Wrong WRONG! There's a bug here, will need to report upstream.

In the meantime: we can't have submodule subscriptions where there's a repo with the same base name. Gerrit gets confused.

VisualEditor.git will have to be renamed or something if we expect mw/ext/VisualEditor to update properly.

Merging into 49846 then.

  • This bug has been marked as a duplicate of bug 49846 ***