[projects/pld-builder.new] reload blacklisted list at start of request handling

draenog draenog at pld-linux.org
Mon Jun 24 03:21:34 CEST 2013


commit 73c1dbdf682d0d6f6ae31d22ac21671e11e48924
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Jun 24 01:05:58 2013 +0100

    reload blacklisted list at start of request handling

 PLD_Builder/request_handler.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/PLD_Builder/request_handler.py b/PLD_Builder/request_handler.py
index a026865..fc37e74 100644
--- a/PLD_Builder/request_handler.py
+++ b/PLD_Builder/request_handler.py
@@ -213,6 +213,7 @@ def handle_request(req, filename = None):
 
 def handle_request_main(req, filename = None):
     acl.try_reload()
+    blacklist.try_reload()
     init_conf("src")
     status.push("handling email request")
     ret = handle_request(req, filename = filename)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/aeaf1b73b36ef2bb4d14a682279aeeb512719088



More information about the pld-cvs-commit mailing list