[csw-devel] SF.net SVN: gar:[13094] csw/mgar/gar/v2/lib/python/database.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Jan 26 15:12:34 CET 2011
Revision: 13094
http://gar.svn.sourceforge.net/gar/?rev=13094&view=rev
Author: wahwah
Date: 2011-01-26 14:12:34 +0000 (Wed, 26 Jan 2011)
Log Message:
-----------
checkpkg: Provide a link to db documentation
When the slow database upgrade starts, it might be a good moment to inform
people about the alternative, shared db setup.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/database.py
Modified: csw/mgar/gar/v2/lib/python/database.py
===================================================================
--- csw/mgar/gar/v2/lib/python/database.py 2011-01-25 21:26:49 UTC (rev 13093)
+++ csw/mgar/gar/v2/lib/python/database.py 2011-01-26 14:12:34 UTC (rev 13094)
@@ -304,6 +304,8 @@
# Using the same stuff pkgdb is using.
logging.warning(
"Refreshing the database. It may take a long time, please be patient.")
+ logging.warning("If you need a way to make it faster, please see:")
+ logging.warning("http://wiki.opencsw.org/checkpkg#toc5")
infile_contents = common_constants.DEFAULT_INSTALL_CONTENTS_FILE
infile_pkginfo = None
logging.debug("Indexing.")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list