Jgreen has uploaded a new change for review.

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


Change subject: fix repo reference for ocg stuff
......................................................................

fix repo reference for ocg stuff

Change-Id: I22f6bf21f97e7ead0c607a1757cc78c1b43a10ac
---
M manifests/role/deployment.pp
1 file changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/26/97126/1

diff --git a/manifests/role/deployment.pp b/manifests/role/deployment.pp
index 856ec71..cb91a87 100644
--- a/manifests/role/deployment.pp
+++ b/manifests/role/deployment.pp
@@ -1,4 +1,14 @@
 # vim: sw=2 ts=2 et
+
+# repo not showing up on tin even after puppet has run on
+# sockpuppet, palladium and tin? one possible explanation:
+# Ryan_Lane: https://gerrit.wikimedia.org/r/operations/ocg-config.git
+# Ryan_Lane: ^^ that's wrong
+# Ryan_Lane: just use https://gerrit.wikimedia.org/r/operations/ocg-config
+# Ryan_Lane: I ran this on tin: salt-call deploy.deployment_server_init
+# Ryan_Lane: to see that
+# Ryan_Lane: it showed a git exit code of 128
+
 class role::deployment::config {
   $repo_config = {
     'integration/mediawiki-tools-codesniffer' => {
@@ -107,7 +117,7 @@
     },
     'ocg/config'                     => {
         'grain'                 => 'ocg',
-        'upstream'              => 
'https://gerrit.wikimedia.org/r/operations/ocg-config.git',
+        'upstream'              => 
'https://gerrit.wikimedia.org/r/operations/ocg-config',
         'checkout_module_calls' => {
             'service.restart' => ['ocg-collection'] 
         },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I22f6bf21f97e7ead0c607a1757cc78c1b43a10ac
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jgreen <jgr...@wikimedia.org>

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

Reply via email to