Catrope has uploaded a new change for review.

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


Change subject: Add custom replication rules for oojs/core and oojs/ui
......................................................................

Add custom replication rules for oojs/core and oojs/ui

These repos don't exist yet, but once they come into existence we want
custom github replication for them.

Change-Id: I24ec2fba124dbf6df499984dd30cde1333207fd7
---
M manifests/role/gerrit.pp
1 file changed, 21 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/94063/1

diff --git a/manifests/role/gerrit.pp b/manifests/role/gerrit.pp
index bfa8cd5..5341fe7 100644
--- a/manifests/role/gerrit.pp
+++ b/manifests/role/gerrit.pp
@@ -108,7 +108,7 @@
                                        'mirror'               => 'true',
                                        'projects'             => 
'operations/puppet/zookeeper',
                                },
-                           'github-kraken'           => {
+                               'github-kraken'           => {
                                        'url'                  => 
'[email protected]:wikimedia/kraken',
                                        'threads'              => '1',
                                        'authGroup'            => 
'mediawiki-replication',
@@ -137,6 +137,26 @@
                                        'mirror'               => 'true',
                                        'projects'             => 
'operations/software/varnish/varnishkafka',
                                },
+
+                               'github-oojs-core' => {
+                                       'url'                  => 
'[email protected]:wikimedia/oojs',
+                                       'threads'              => '1',
+                                       'authGroup'            => 
'mediawiki-replication',
+                                       'push'                 => 
$replication_basic_push_refs,
+                                       'remoteNameStyle'      => 'dash',
+                                       'mirror'               => 'true',
+                                       'projects'             => 'oojs/core',
+                               },
+
+                               'github-oojs-ui' => {
+                                       'url'                  => 
'[email protected]:wikimedia/oojs-ui',
+                                       'threads'              => '1',
+                                       'authGroup'            => 
'mediawiki-replication',
+                                       'push'                 => 
$replication_basic_push_refs,
+                                       'remoteNameStyle'      => 'dash',
+                                       'mirror'               => 'true',
+                                       'projects'             => 'oojs/ui',
+                               },
                        }
                }
        }

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

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

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

Reply via email to