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

Change subject: make-wmf-branch: Add force to special submodules
......................................................................

make-wmf-branch: Add force to special submodules

Change-Id: Ifad703ca0337a767e28187d53470b7a1126ce8c8
---
M make-wmf-branch/MakeWmfBranch.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release 
refs/changes/32/404532/1

diff --git a/make-wmf-branch/MakeWmfBranch.php 
b/make-wmf-branch/MakeWmfBranch.php
index 0c16519..b2a1ead 100644
--- a/make-wmf-branch/MakeWmfBranch.php
+++ b/make-wmf-branch/MakeWmfBranch.php
@@ -218,7 +218,7 @@
 
                # Add extension submodules
                foreach ( $this->specialExtensions as $name => $specialBranch ) 
{
-                       $this->runCmd( 'git', 'submodule', 'add', '-b', 
$specialBranch, '-q',
+                       $this->runCmd( 'git', 'submodule', 'add', '-f', '-b', 
$specialBranch, '-q',
                        "{$this->repoPath}/{$name}", $name );
                }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifad703ca0337a767e28187d53470b7a1126ce8c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>

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

Reply via email to