Page MenuHomePhabricator

Command "eval git submodule update --init --recursive" is failing on Travis-CI
Closed, ResolvedPublic

Description

From the log:

Submodule path 'scripts/i18n': checked out '02dfc2fd02e4d1372e1a48a83ab96187b62ec6e5'

No submodule mapping found in .gitmodules for path 'core_stable'

Failed to recurse into submodule path 'scripts/i18n'

The command "eval git submodule update --init --recursive" failed. Retrying, 2 of 3.

No submodule mapping found in .gitmodules for path 'core_stable'

Failed to recurse into submodule path 'scripts/i18n'

The command "eval git submodule update --init --recursive" failed. Retrying, 3 of 3.

No submodule mapping found in .gitmodules for path 'core_stable'

Failed to recurse into submodule path 'scripts/i18n'

The command "eval git submodule update --init --recursive" failed 3 times.

The command "git submodule update --init --recursive" failed and exited with 1 during .

Your build has been stopped.

Event Timeline

Seems to be caused by this change of L10n-bot in i18n submodule: https://gerrit.wikimedia.org/r/#/c/324662/1/core_stable

Pinging @Nikerabbit who might have some insight into the change by the L10n bot

Uh, please revert that change. I accidentally had dirty repository.

Change 325340 had a related patch set uploaded (by Dalba):
Revert "Localisation updates from https://translatewiki.net."

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

Change 325340 merged by jenkins-bot:
Revert "Localisation updates from https://translatewiki.net."

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

Dalba claimed this task.

Thank you, Lokal_Profil and Nikerabbit.