[kteam-tools][PATCH] wfl: message correction for proposed kernel in bug.py
Po-Hsu Lin
po-hsu.lin at canonical.com
Wed Jun 21 06:52:11 UTC 2017
There is one upload message printing 'available in ppa' instead, fix this issue.
Signed-off-by: Po-Hsu Lin <po-hsu.lin at canonical.com>
---
stable/wfl/bug.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stable/wfl/bug.py b/stable/wfl/bug.py
index b0945ae..3c320f8 100644
--- a/stable/wfl/bug.py
+++ b/stable/wfl/bug.py
@@ -703,13 +703,13 @@ class WorkflowBug():
def send_proposed_testing_requests(s):
msg = s.send_testing_message()
if s.pkg_name in ['linux-azure', 'linux-gke', 'linux-aws']:
flavour = s.pkg_name.replace('linux-', '')
msg = s.send_testing_message(op=flavour, flavour=flavour)
- subject = "[" + s.series + "] " + s.pkg_name + ' ' + s.pkg_version + " available in ppa"
+ subject = "[" + s.series + "] " + s.pkg_name + ' ' + s.pkg_version + " uploaded"
s.send_email(subject, json.dumps(msg, sort_keys=True, indent=4), 'brad.figg at canonical.com,po-hsu.lin at canonical.com')
else:
# I have an email of the msgq message sent to myself. This allows me to easily
# post that message again to kick off testing whenever I want.
#
subject = "[" + s.series + "] " + s.pkg_name + " " + s.pkg_version + " uploaded"
--
1.7.9.5
More information about the kernel-team
mailing list