canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #03003
[Merge] ~hyask/autopkgtest-cloud:skia/irc_highlight into autopkgtest-cloud:master
Skia has proposed merging ~hyask/autopkgtest-cloud:skia/irc_highlight into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/460920
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~hyask/autopkgtest-cloud:skia/irc_highlight into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/request/app.py b/charms/focal/autopkgtest-web/webcontrol/request/app.py
index d6c57e9..23750e6 100644
--- a/charms/focal/autopkgtest-web/webcontrol/request/app.py
+++ b/charms/focal/autopkgtest-web/webcontrol/request/app.py
@@ -320,7 +320,8 @@ def all_exception_handler(error):
(
"<p>A server error has occured, please contact a member of the Ubuntu QA team. "
+ "You can contact them via the ubuntu-quality mailing list, "
- + "or via the #ubuntu-quality IRC channel on irc.libera.chat. Traceback: %s</p>"
+ + "or via the #ubuntu-quality IRC channel on irc.libera.chat "
+ + "(highlight 'qa-help' for more reactivity). Traceback: %s</p>"
% str(error)
),
),