Signed-off-by: Michael Halstead <[email protected]>
---
 scripts/send-qa-email | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/send-qa-email b/scripts/send-qa-email
index 6785df3..1b69307 100755
--- a/scripts/send-qa-email
+++ b/scripts/send-qa-email
@@ -145,6 +145,10 @@ Build hash information: \n
 
 ''' % (args.release, args.publish_dir.replace(web_root, web_url), buildhashes)
 
+# Store a copy of the email in case it doesn't reach the lists
+with open(os.path.join(args.publish_dir, "qa-email"), "wb") as qa_email:
+    qa_email.write(email.encode('utf-8'))
+
 utils.printheader("Sending QA email")
 env = os.environ.copy()
 # Many distros have sendmail in */sbin
-- 
2.29.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52439): https://lists.yoctoproject.org/g/yocto/message/52439
Mute This Topic: https://lists.yoctoproject.org/mt/80840020/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to