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

Change subject: checkoutMW: I don't think we need to update branch pointers
......................................................................


checkoutMW: I don't think we need to update branch pointers

Checking out doesn't imply the branch will end up used, nor does
it actually do anything yet since wikiversions hasn't been updated
yet. I always get:

"/srv/mediawiki-staging/php is already up-to-date."

Change-Id: Ic2e64a30f3bab6c202310e8df46a6a9d2fcaa352
---
M multiversion/checkoutMediaWiki
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  Thcipriani: Looks good to me, but someone else must approve
  20after4: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/multiversion/checkoutMediaWiki b/multiversion/checkoutMediaWiki
index 39b9035..bcc1e2b 100755
--- a/multiversion/checkoutMediaWiki
+++ b/multiversion/checkoutMediaWiki
@@ -2,7 +2,5 @@
 <?php
 error_reporting( E_ALL );
 require_once( __DIR__ . '/checkoutMediaWiki.php' );
-require_once( __DIR__ . '/updateBranchPointers' );
 
 checkoutMediaWiki();
-updateBranchPointers();

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic2e64a30f3bab6c202310e8df46a6a9d2fcaa352
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to