From fd8389bfa993d4d32de8f525ffee64758e1df5b5 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 4 Aug 2017 08:52:30 -0700 Subject: [PATCH] Use clearer query for 1326813 This bug, 1326813, is an old one that was about rackspace and hpcloud. We don't use hpcloud anymore (it doesn't exist) and yet we were getting hits on this query. Digging in the bug is actually an error of easy_install (distutils) talking to its pypi mirror. I have updated the bug to better reflect this and this updates the query to query on distutils specific errors to keep them tightly coupled together. This should make it much easier to understand what is going on when we see hits for this bug. Change-Id: Id1c5211702f9de889a87facba9694c7a8c52e1e1 Related-bug: 1326813 --- queries/1326813.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/queries/1326813.yaml b/queries/1326813.yaml index e62d73ba..5abcc239 100644 --- a/queries/1326813.yaml +++ b/queries/1326813.yaml @@ -1,4 +1,3 @@ query: >- - message:"Download error on" AND - message:"Some packages may not be found!" AND + message:"distutils.errors.DistutilsError: Could not find suitable distribution" AND tags:console