[projects/pld-builder.new] try to get gmail thread each request set separate conversation
baggins
baggins at pld-linux.org
Fri Aug 31 18:33:01 CEST 2018
commit 8a61f654cf2ba5a3e64ba777b451f890e2a08827
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Aug 31 18:32:32 2018 +0200
try to get gmail thread each request set separate conversation
PLD_Builder/report.py | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/PLD_Builder/report.py b/PLD_Builder/report.py
index f2b3436..c35af0e 100644
--- a/PLD_Builder/report.py
+++ b/PLD_Builder/report.py
@@ -81,6 +81,8 @@ def send_report(r, is_src = False):
m.set_header("References", "<%s at pld.src.builder>" % r.id)
m.set_header("In-Reply-To", "<%s at pld.src.builder>" % r.id)
+ m.set_header("X-Entity-Ref-ID", "%s" % r.id)
+
for b in r.batches:
if b.build_failed and b.logfile == None:
info = b.skip_reason
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/8a61f654cf2ba5a3e64ba777b451f890e2a08827
More information about the pld-cvs-commit
mailing list