Ryan Lane has uploaded a new change for review. Change subject: Properly update submodules in a generic way ......................................................................
Properly update submodules in a generic way Each submodule needs to run "git update-server-info"; however, it doesn't work when using "git submodule foreach 'git update-server-info'" since the directory that it goes into isn't actually the .git directory. The submodule has a .git file that references the actual repo. This change adds a script that will properly enter the .git directory for the submodule and run "git update-server-info". Change-Id: I2234e20a78f5116a0f9475125ed305b178cbc6b6 --- M modules/deployment/files/git-deploy/hooks/deploylib.py A modules/deployment/files/git-deploy/utils/submodule-update-server-info M modules/deployment/manifests/deployment_server.pp 3 files changed, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/10/42910/1 -- To view, visit https://gerrit.wikimedia.org/r/42910 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2234e20a78f5116a0f9475125ed305b178cbc6b6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ryan Lane <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
