]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- nosz kurwa mać
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 11 Jan 2004 21:20:06 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/report.py -> 1.21

PLD_Builder/report.py

index 72d5d27c8a1e32f3036f141aa74b7343ebbdb133..05e2a53981c8665f1c9043025a6b39331011b355 100644 (file)
@@ -101,10 +101,6 @@ def send_cia_report(r, is_src = False):
   m.set_header("X-mailer", "$Id$")
   m.set_header("X-builder", "PLD")
 
-  # get header of xml message from file
-  #f = open('cia-head.xml')
-  #m.write(f.read())
-  #f.close()
 
   # write in iteration list and status of all processed files
   for b in r.batches:
@@ -116,10 +112,6 @@ def send_cia_report(r, is_src = False):
            m.write('<failed/>\n')
     m.write('</package>\n')
 
-  # get footer of xml message from file
-  #f.open('cia-foot.xml')
-  #m.write(f.read())
-  #f.close()
            
   # send the e-mail
   m.send()
This page took 0.070675 seconds and 4 git commands to generate.