Follow-up to T248040.
Description
Details
Revisions and Commits
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Jdforrester-WMF | T248040 Scap plugins in operations/mediawiki-config don't pass tox, so CI is disabled | |||
| Resolved | • LarsWirzenius | T248490 Move scap plugins from mediawiki-config repo to scap repo |
Event Timeline
Change 599973 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[mediawiki/tools/scap@master] Move scap plugins from mediawiki-config into this repo
Change 599973 merged by jenkins-bot:
[mediawiki/tools/scap@master] Move scap plugins from mediawiki-config into this repo
Change 601388 had a related patch set uploaded (by Jforrester; owner: Jforrester):
[operations/mediawiki-config@master] Drop scap plugins, moved into scap proper
Change 601388 merged by jenkins-bot:
[operations/mediawiki-config@master] Drop scap plugins, moved into scap proper
rOMWC658f28991a78 broke deployments. scap update-wikiversions was removed and apparently it's not in scap core.
missing on deploy1001 .. did the new version actually get rolled out to all of production?
~~~sh
liw@deploy1001:~$ scap version
3.15.0-1
liw@deploy1001:~$ dpkg -L scap | grep wikiversions
/usr/lib/python2.7/dist-packages/scap/plugins/updatewikiversions.py
liw@deploy1001:~$
~~~
The plugin is in the version on deploy1001, but Scap doesn't find it. I did not notice this when adding the plugins to Scap. I'll figure out what the problem is and submit a fix.
This is what I get for touching software that lacks test suites, I guess. Sorry.
Change 633205 had a related patch set uploaded (by Lars Wirzenius; owner: Lars Wirzenius):
[mediawiki/tools/scap@master] fix: find plugins again
Change 633205 merged by jenkins-bot:
[mediawiki/tools/scap@master] fix: find plugins again