Weblate: Make sure that the integration repo submodules are updated when they are changed in the canonical repo
Originally created by @zen on #17560 (Redmine)
The Weblate integration repository seems to have lost sync with the Tails canonical repository.
This is what was seen in
weblate
translate:~/repositories/integration@:
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: submodules/chutney (new commits)
modified: submodules/jenkins-tools (new commits)
Untracked files:
(use "git add <file>..." to include in what will be committed)
submodules/aufs4-standalone/
submodules/pythonlib/
The following command was run to bring the submodules back in sync with canonical repo:
git submodule update --init
We have to double check our scripts to make sure the integration repo submodules are updated when there’s a change in canonical repo.
Related issues
- Related to tails#17661 (closed)