Page MenuHomePhabricator

FundraisingEmailUnsubscribe has broken git submodules
Closed, ResolvedPublic

Description

Currently breaking code updates on beta:

10:23:02 INFO:mwextupdate:running: git submodule update --init --recursive
10:23:44 No submodule mapping found in .gitmodules for path 'vendor/coderkungfu/php-queue'
10:24:30 Failed to recurse into submodule path 'FundraisingEmailUnsubscribe'

And then locally

$ git submodule update --init --recursive
fatal: no submodule mapping found in .gitmodules for path 'vendor/coderkungfu/php-queue'

Event Timeline

Change 311109 had a related patch set uploaded (by Reedy):
Add .gitmodules for vendor/coderkungfu/php-queue

https://gerrit.wikimedia.org/r/311109

Change 311109 had a related patch set uploaded (by Reedy):
Add .gitmodules for vendor/coderkungfu/php-queue

https://gerrit.wikimedia.org/r/311109

It feels rather icky tbh. Registering a gitsubmodule for something brought in via composer...

Change 311112 had a related patch set uploaded (by Reedy):
Re-do I7c96ff

https://gerrit.wikimedia.org/r/311112

Change 311109 abandoned by Reedy:
Add .gitmodules for vendor/coderkungfu/php-queue

https://gerrit.wikimedia.org/r/311109

Change 311112 abandoned by Reedy:
Fix git submodule issue

https://gerrit.wikimedia.org/r/311112