Page MenuHomePhabricator

Vector skin not installed after vagrant up/provision
Closed, DeclinedPublic

Description

Author: swalling

Description:
Screenshot

What this is I don't even...

Multiple updates/reload/provision cycles did nothing here. I even tried destroying and re-upping.


Version: unspecified
Severity: normal

Attached:

Screen_Shot_2014-08-27_at_3.04.04_PM.png (1×2 px, 664 KB)

Details

Reference
bz70114

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:32 AM
bzimport set Reference to bz70114.

Something is wonky with your mediawiki checkout and puppet won't be able to fix it I don't think. Try doing this:

$ cd vagrant/mediawiki
$ git pull
$ cd skins
$ rm -rf Vector # might not be a dir here to delete now but worth trying
$ vagrant provision

If that still doesn't bring vagrant/mediawiki/skins/Vector back for you, you can clone it manually:

$ cd vagrant/mediawiki/skins
$ git clone https://gerrit.wikimedia.org/r/p/mediawiki/skins/Vector.git Vector

swalling wrote:

(In reply to Bryan Davis from comment #1)

Something is wonky with your mediawiki checkout and puppet won't be able to
fix it I don't think. Try doing this:

$ cd vagrant/mediawiki
$ git pull
$ cd skins
$ rm -rf Vector # might not be a dir here to delete now but worth trying
$ vagrant provision

This totally worked. I love you Bryan.