[Git][qa/jenkins.debian.net][master] 2 commits: improve language

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Mar 25 20:57:10 GMT 2024



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
7d2ce3fc by Holger Levsen at 2024-03-25T21:56:02+01:00
improve language

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
354f3b60 by Holger Levsen at 2024-03-25T21:56:56+01:00
fxi tpyo

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/rblib/bugs.py


Changes:

=====================================
bin/rblib/bugs.py
=====================================
@@ -41,14 +41,14 @@ class Udd:
             except psycopg2.OperationalError as err:
                 if str(err) == 'timeout expired\n':
                     log.error('Connection to the UDD database timed out.')
-                    log.error('Maybe the machine is offline or unavailable.')
+                   
                     log.error('Failing nicely, all queries will return an '
                               'empty response.')
                     conn = False
                 else:
                     raise
         except Exception:
-            log.exception('Erorr connecting to the UDD database replica. '
+            log.exception('Error connecting to the UDD database replica. '
                           'The full error is:')
             log.error('Failing nicely , all queries will return an empty '
                       'response.')
@@ -115,8 +115,8 @@ class Bugs:
         if self._bugs:
             return self._bugs
 
-        log.info("Finding out which usertagged bugs have been closed or at "
-                 "least have patches")
+        log.info("Querying UDD to find usertagged bugs which have been closed"
+                 "or which have patches")
         # returns a list of tuples [(id, source, done)]
         rows = Udd().query(self._query)
         packages = {}



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/6e792692d9a13b823a75fe2d0e471a8e9313e26e...354f3b60b823dfb68d363e25428b775ab0ddb2cb

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/6e792692d9a13b823a75fe2d0e471a8e9313e26e...354f3b60b823dfb68d363e25428b775ab0ddb2cb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240325/c5d64adb/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list