Paladox has uploaded a new change for review.

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

Change subject: Only mirror refs/heads/ and refs/tags/ for mw core and 
operations/puppet
......................................................................

Only mirror refs/heads/ and refs/tags/ for mw core and operations/puppet

These repos are too big to mirror refs/changes let's just mirror
refs/heads/ and refs/tags/.

Change-Id: I5d5764780f45ef7aace9d8cd54c334e827029253
---
M modules/phabricator/templates/system.gitconfig.erb
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/295011/1

diff --git a/modules/phabricator/templates/system.gitconfig.erb 
b/modules/phabricator/templates/system.gitconfig.erb
index c49e0ac..64c4ade 100644
--- a/modules/phabricator/templates/system.gitconfig.erb
+++ b/modules/phabricator/templates/system.gitconfig.erb
@@ -2,6 +2,17 @@
     fetch = +refs/changes/*:refs/changes/*
     fetch = +refs/meta/*:refs/meta/*
 
+[remote "https://github.com/wikimedia/mediawiki";]
+        url = https://github.com/wikimedia/mediawiki
+        push = +refs/heads/*:refs/heads/*
+        push = +refs/tags/*:refs/tags/*
+        threads = 3
+
+[remote "https://github.com/wikimedia/operations-puppet.git";]
+        url = https://github.com/wikimedia/operations-puppet.git
+        push = +refs/heads/*:refs/heads/*
+        push = +refs/tags/*:refs/tags/*
+        threads = 3
 
 [http "https://github.com";]
     proxy = <%= @proxy %>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d5764780f45ef7aace9d8cd54c334e827029253
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox <thomasmulhall...@yahoo.com>

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

Reply via email to