Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11064/src/util
Modified Files:
fxdimdb.py
Log Message:
move freevo-rebuild-database to cache dir
Index: fxdimdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/fxdimdb.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fxdimdb.py 28 Feb 2004 21:11:20 -0000 1.5
--- fxdimdb.py 20 Jun 2004 13:06:20 -0000 1.6
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.6 2004/06/20 13:06:20 dischi
+ # move freevo-rebuild-database to cache dir
+ #
# Revision 1.5 2004/02/28 21:11:20 dischi
# more unicode fixes
***************
*** 489,493 ****
i.write("</freevo>\n")
! util.touch('/tmp/freevo-rebuild-database')
--- 492,496 ----
i.write("</freevo>\n")
! util.touch(os.path.join(config.FREEVO_CACHEDIR, 'freevo-rebuild-database'))
***************
*** 535,539 ****
i.write('</freevo>\n')
! util.touch('/tmp/freevo-rebuild-database')
--- 538,542 ----
i.write('</freevo>\n')
! util.touch(os.path.join(config.FREEVO_CACHEDIR, 'freevo-rebuild-database'))
***************
*** 586,590 ****
file.close()
! util.touch('/tmp/freevo-rebuild-database')
--- 589,593 ----
file.close()
! util.touch(os.path.join(config.FREEVO_CACHEDIR, 'freevo-rebuild-database'))
***************
*** 637,641 ****
file.close()
! util.touch('/tmp/freevo-rebuild-database')
--- 640,644 ----
file.close()
! util.touch(os.path.join(config.FREEVO_CACHEDIR, 'freevo-rebuild-database'))
-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog