[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.24, 1.25

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Nov 27 01:42:19 CET 2005


Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3128/windows/py2exe

Modified Files:
	setup_all.py 
Log Message:
Create a little utility to convert the database from dbm to ZODB, install it, and
 offer to run it on install.

Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** setup_all.py	7 Apr 2005 05:57:47 -0000	1.24
--- setup_all.py	27 Nov 2005 00:42:11 -0000	1.25
***************
*** 127,130 ****
--- 127,134 ----
      script = os.path.join(sb_top_dir, "windows", "autoconfigure.py"),
  )
+ convert = dict(
+     dest_base = "bin/convert_database",
+     script = os.path.join(sb_top_dir, "utilities", "convert_db.py"),
+ )
  
  outlook_data_files = [
***************
*** 176,182 ****
        # A service
        service=[service],
!       # console exes for debugging
        console=[sb_server, sb_upload, outlook_dump_props, sb_pop3dnd,
!                sb_imapfilter],
        # The taskbar
        windows=[pop3proxy_tray, outlook_addin_register, autoconfigure],
--- 180,186 ----
        # A service
        service=[service],
!       # console exes
        console=[sb_server, sb_upload, outlook_dump_props, sb_pop3dnd,
!                sb_imapfilter, convert],
        # The taskbar
        windows=[pop3proxy_tray, outlook_addin_register, autoconfigure],



More information about the Spambayes-checkins mailing list