Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/109039


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(-)


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

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: newchange
Gerrit-Change-Id: I25c304b1d9489f1d8aaee3ea91ae9de8e0567652
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to