pld-builder.new: PLD_Builder/request_handler.py - generate queue.g...
shadzik
shadzik at pld-linux.org
Sun May 20 09:39:30 CEST 2007
Author: shadzik Date: Sun May 20 07:39:30 2007 GMT
Module: pld-builder.new Tag: HEAD
---- Log message:
- generate queue.gz as often as queue.html and queue.txt
---- Files affected:
pld-builder.new/PLD_Builder:
request_handler.py (1.37 -> 1.38)
---- Diffs:
================================================================
Index: pld-builder.new/PLD_Builder/request_handler.py
diff -u pld-builder.new/PLD_Builder/request_handler.py:1.37 pld-builder.new/PLD_Builder/request_handler.py:1.38
--- pld-builder.new/PLD_Builder/request_handler.py:1.37 Wed Mar 7 20:18:32 2007
+++ pld-builder.new/PLD_Builder/request_handler.py Sun May 20 09:39:25 2007
@@ -131,6 +131,8 @@
q.dump_html(open(path.queue_html_stats_file, "w"))
os.chmod(path.queue_html_stats_file, 0644)
os.chmod(path.queue_stats_file, 0644)
+ q.write_signed(path.req_queue_signed_file)
+ os.chmod(path.req_queue_signed_file, 0644)
q.unlock()
def handle_request(f):
================================================================
---- CVS-web:
http://cvs.pld-linux.org/pld-builder.new/PLD_Builder/request_handler.py?r1=1.37&r2=1.38&f=u
More information about the pld-cvs-commit
mailing list