Author: andar

Revision: 6045

Log:
        Update bbfreeze script to include wsgiref.handlers so that blocklist 
plugin will work

Diff:
Modified: branches/1.2_RC/win32/deluge-bbfreeze.py
===================================================================
--- branches/1.2_RC/win32/deluge-bbfreeze.py    2009-12-18 04:36:42 UTC (rev 
6044)
+++ branches/1.2_RC/win32/deluge-bbfreeze.py    2009-12-18 04:59:04 UTC (rev 
6045)
@@ -1,4 +1,4 @@
-build_version = "1.2.0_rc4"
+build_version = "1.2.0_rc5"
 python_path = "C:\\Python26\\"
 
 import shutil
@@ -10,7 +10,7 @@
 
 
 from bbfreeze import Freezer
-f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, 
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", 
"pangocairo", "atk", "pango"))
+f = Freezer("..\\build-win32\\deluge-bbfreeze-" + build_version, 
includes=("libtorrent", "gzip", "zipfile", "re", "socket", "struct", "cairo", 
"pangocairo", "atk", "pango", "wsgiref.handlers"))
 f.addScript(python_path + "Scripts\deluge.py", gui_only=False)
 f.addScript(python_path + "Scripts\deluged.py", gui_only=False)
 f.addScript(python_path + "Scripts\deluge-web.py", gui_only=False)


--

You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.


Reply via email to