Reedy has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367639 )

Change subject: Don't need to update submodules recursively
......................................................................

Don't need to update submodules recursively

Follows up If86301a13c419a0f67913f57ac061e06c92bf64a

Change-Id: I233df4cd3a201d8b11150dc3e302a31c5f0532fd
---
M modules/scap/files/l10nupdate-1
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/39/367639/1

diff --git a/modules/scap/files/l10nupdate-1 b/modules/scap/files/l10nupdate-1
index adf7a9b..2469aa4 100755
--- a/modules/scap/files/l10nupdate-1
+++ b/modules/scap/files/l10nupdate-1
@@ -63,7 +63,7 @@
        cd $GITDIR/$path
        # Update checkout of repo
        if git pull &&
-               git submodule update --init --recursive
+               git submodule update --init
        then
                echo "Updated $path"
        else

-- 
To view, visit https://gerrit.wikimedia.org/r/367639
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I233df4cd3a201d8b11150dc3e302a31c5f0532fd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to