diff options
author | Magnus Granberg <zorry@gentoo.org> | 2023-05-28 11:44:59 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2023-05-28 11:44:59 +0200 |
commit | 2967519fc01d5041a31e47e98c630f222f5a9cf4 (patch) | |
tree | d1bd55b51f2fd31cd992aee91dcc002240a6f2b0 | |
parent | Use deep on eclean and check string on faild_cpv (diff) | |
download | tinderbox-cluster-2967519fc01d5041a31e47e98c630f222f5a9cf4.tar.gz tinderbox-cluster-2967519fc01d5041a31e47e98c630f222f5a9cf4.tar.bz2 tinderbox-cluster-2967519fc01d5041a31e47e98c630f222f5a9cf4.zip |
Use full url for Bugs
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r-- | buildbot_gentoo_ci/config/reporters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot_gentoo_ci/config/reporters.py b/buildbot_gentoo_ci/config/reporters.py index bd55037..54472b0 100644 --- a/buildbot_gentoo_ci/config/reporters.py +++ b/buildbot_gentoo_ci/config/reporters.py @@ -12,7 +12,7 @@ irc_template = '''{% set resultsList = ["\x0303SUCCESS", "\x0308WARNINGS", "\x03 {{ build['properties']['revision'][0]|truncate(10, True) }} {{ "\x0302" }}{{ build['properties']['owners'][0][0] }}{{ "\x03" }} \ {{ "\x0306" }}{{ build['properties']['event'][0] }}{{ "\x03" }} {{ projects }}:{{ build['properties']['project_data'][0]['name'] }} \ {{ "\x02" }}{{ "Build: "}}{{ resultsList[build['results']] }}{{ "\x03" }}{{ "\x02" }} {{ "\x0312" }}{{ build_url }}{{ "\x03" }} \ -{% if build['properties']['bgo'][0]['match'] is true %}{{ "\x0311" }}Bugid: {{build['properties']['bgo'][0]['id']}}{{ "\x03" }}{% endif %}\ +{% if build['properties']['bgo'][0]['match'] is true %}{{ "\x0311" }}Bug: {{ "\x03" }}https://bugs.gentoo.org/{{build['properties']['bgo'][0]['id']}}{% endif %}\ ''' def ircGenerators(): |