]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
try to get gmail thread each request set separate conversation
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 31 Aug 2018 16:32:32 +0000 (18:32 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 31 Aug 2018 16:32:32 +0000 (18:32 +0200)
PLD_Builder/report.py

index f2b3436ea5d08c6c2a1f6222a6752d69672d0af8..c35af0e1310c565782f1608a63434681ed0c4317 100644 (file)
@@ -81,6 +81,8 @@ def send_report(r, is_src = False):
         m.set_header("References", "<%s@pld.src.builder>" % r.id)
         m.set_header("In-Reply-To", "<%s@pld.src.builder>" % r.id)
 
         m.set_header("References", "<%s@pld.src.builder>" % r.id)
         m.set_header("In-Reply-To", "<%s@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
     for b in r.batches:
         if b.build_failed and b.logfile == None:
             info = b.skip_reason
This page took 0.292664 seconds and 4 git commands to generate.