Page MenuHomePhabricator

The 'vagrant git-update' command that updates all checked out git repositories should also run update.php in case a schema change has happened
Closed, ResolvedPublic

Description

Should update mediawiki/, mediawiki/extensions/* to latest versions, only after detecting that they are not dirty (git diff empty) and they aren't on a different branch.


Version: unspecified
Severity: enhancement

Details

Reference
bz54707

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:21 AM
bzimport set Reference to bz54707.

It should update them only if doing a 'git fetch origin && git reset --hard origin/master' will not lose anything whatsoever.

There's vagrant git-update now :)

But it doesn't run update.php which sucks if you have a schema change. :-)

… actually it does. Marking as FIXED. Thanks!