Paladox has uploaded a new change for review.

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

Change subject: Fix replication in phabricator
......................................................................

Fix replication in phabricator

Currently phabricator isen't replicating any un merged patchs in gerrit
like gitblit does. Hopefully this fixes the problem.

Change-Id: I4d35001b51f965f8777c85a5e9ef33447ba66e93
---
M modules/phabricator/files/system.gitconfig
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/251304/1

diff --git a/modules/phabricator/files/system.gitconfig 
b/modules/phabricator/files/system.gitconfig
index 65ca48e..167b702 100644
--- a/modules/phabricator/files/system.gitconfig
+++ b/modules/phabricator/files/system.gitconfig
@@ -1,10 +1,8 @@
 [remote "origin"]
-    fetch = +refs/changes/*:refs/changes/*
-    fetch = +refs/meta/*:refs/meta/*
-
+    fetch = +refs/*
 
 [http "https://github.com";]
     proxy = http://url-downloader.wikimedia.org:8080
 
 [http "https://gerrit.wikimedia.org";]
-    proxy =
+    proxy = https://gerrit.wikimedia.org

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d35001b51f965f8777c85a5e9ef33447ba66e93
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Paladox <[email protected]>

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

Reply via email to