Dzahn has submitted this change and it was merged.

Change subject: Comment out list of urgent issues; not working as expected
......................................................................


Comment out list of urgent issues; not working as expected

Change-Id: I5fc78d542cece01cb5b0425f50164dbf7cfe8fad
---
M templates/misc/bugzilla_report.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/templates/misc/bugzilla_report.php 
b/templates/misc/bugzilla_report.php
index f2e5d46..49ce0a0 100755
--- a/templates/misc/bugzilla_report.php
+++ b/templates/misc/bugzilla_report.php
@@ -148,6 +148,7 @@
 END;
 }
 
+/* TODO: Make query not return closed tickets - see 
https://bugzilla.wikimedia.org/show_bug.cgi?id=47176 */
 function getHighestPrioTickets() {
          return <<<END
 SELECT
@@ -308,6 +309,7 @@
         formatOutput($result);
         print "\n";
 }
+/*
 print "\nMost urgent open issues\n\n";
 foreach ($urgentStatistics as $report) {
         $sql = getHighestPrioTickets();
@@ -316,3 +318,4 @@
                 reportFailure("Query failure");
         formatOutputHighestPrio($result);
 }
+*/

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5fc78d542cece01cb5b0425f50164dbf7cfe8fad
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aklapper <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to