jenkins-bot has submitted this change and it was merged.

Change subject: Remove manual check for changes to MediaWiki core branches
......................................................................


Remove manual check for changes to MediaWiki core branches

Change-Id: Ieb40d78055bf8056295083bbca982db7cc61d018
---
M bin/repocommit
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Raimond Spekking: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/repocommit b/bin/repocommit
index 1c4f2fc..743c82c 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -104,7 +104,7 @@
        for BRANCH in $REPO_MEDIAWIKI_BRANCHES
        do
                cd "$BRANCH"
-               git commit -a -v -e -m "$COMMITMSG" && git fetch gerrit && git 
review -t l10n || :
+               git commit -a -m "$COMMITMSG" && git fetch gerrit && git review 
-t l10n || :
                cd ..
        done
        cd ..

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieb40d78055bf8056295083bbca982db7cc61d018
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Raimond Spekking <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to