Hello Dzahn,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Disable cloning of TransparencyReport until the repo is public 
again
......................................................................

Disable cloning of TransparencyReport until the repo is public again

Bug: T89640
Change-Id: I92273b0602febc1ce4d5c8e9181267e497923b51
---
M manifests/role/transparency.pp
1 file changed, 8 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/191198/1

diff --git a/manifests/role/transparency.pp b/manifests/role/transparency.pp
index 77dd7f3..710f65e 100644
--- a/manifests/role/transparency.pp
+++ b/manifests/role/transparency.pp
@@ -10,10 +10,14 @@
     $repo_dir = '/srv/org/wikimedia/TransparencyReport'
     $docroot  = "${repo_dir}/build"
 
-    git::clone { 'wikimedia/TransparencyReport':
-        ensure    => latest,
-        directory => $repo_dir,
-    }
+    # The repo is currently not publicly clonable by private request.
+    # Hence, turning cloning off for now, without removing the content
+    # until the repo is public again
+    # T89640
+    #git::clone { 'wikimedia/TransparencyReport':
+    #    ensure    => latest,
+    #    directory => $repo_dir,
+    #}
 
     apache::site { 'transparency.wikimedia.org':
         content => template('apache/sites/transparency.wikimedia.org.erb'),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92273b0602febc1ce4d5c8e9181267e497923b51
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>

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

Reply via email to