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

Change subject: Checkout new branch so we get fixed .gitreview in right branch
......................................................................


Checkout new branch so we get fixed .gitreview in right branch

Change-Id: I25c304b1d9489f1d8aaee3ea91ae9de8e0567652
---
M make-wmf-branch/make-wmf-branch
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/make-wmf-branch/make-wmf-branch b/make-wmf-branch/make-wmf-branch
index 6fed0b0..6787785 100755
--- a/make-wmf-branch/make-wmf-branch
+++ b/make-wmf-branch/make-wmf-branch
@@ -119,6 +119,7 @@
                        $newVersion = $this->branchPrefix . $this->newVersion;
 
                        $this->runCmd( 'git', 'branch', $newVersion );
+                       $this->runCmd( 'git', 'checkout', '-q', '-b', 
$newVersion );
 
                        $this->fixGitReview();
                        $this->runWriteCmd( 'git', 'commit', '-a', '-q', '-m', 
"Creating new {$newVersion} branch" );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I25c304b1d9489f1d8aaee3ea91ae9de8e0567652
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to