[PATCH][kteam-tools] [morning-bug-report] The hot list report moved to kernel.ubuntu.com

Kamal Mostafa kamal at canonical.com
Mon May 2 15:21:55 UTC 2016


Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 stable/morning-bug-report | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stable/morning-bug-report b/stable/morning-bug-report
index 7c00187..05b5ef4 100755
--- a/stable/morning-bug-report
+++ b/stable/morning-bug-report
@@ -193,7 +193,7 @@ class MorningBugReport():
         """
         retval = None
         try:
-            response = urlopen('http://people.canonical.com/~kernel/reports/_kernel_hot_.json')
+            response = urlopen('http://kernel.ubuntu.com/reports/_kernel_hot_.json')
             raw = json.loads(response.read())
 
             # In this case, we are only interested in the top 10. That's determined by bug heat.
@@ -315,7 +315,7 @@ class MorningBugReport():
         #retval += self.hot_list_report(hot_bugs)
 
         #retval += '\n'
-        retval += 'The full Kernel Team Host List can be found at: http://people.canonical.com/~kernel/reports/_kernel_hot_.html\n'
+        retval += 'The full Kernel Team Hot List can be found at: http://kernel.ubuntu.com/reports/_kernel_hot_.html\n'
 
         return retval
 
-- 
2.7.4





More information about the kernel-team mailing list