1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

submodules suck again

This commit is contained in:
2016-06-19 23:44:09 +02:00
parent d9da77eb7d
commit 27e3d65a01

View File

@@ -144,6 +144,9 @@ class DeploymentRunner:
def _update_build_repo_submodules(self, repo):
log.info("%s build_repo: update submodules", self.name)
# we must update the urls if changed!
result = repo.submodule("sync", "--recursive")
log_git(result)
result = repo.submodule("update", "--init", "--force", "--recursive")
log_git(result)