Author: poeml Date: 2009-03-29 18:11:25 -0600 (Sun, 29 Mar 2009) New Revision: 6947 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py Log: mb dirs: add to files.dir_show_mirrors() documentation Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py 2009-03-30 00:10:31 UTC (rev 6946) +++ trunk/tools/download-redirector-v2/mirrordoctor/mb/files.py 2009-03-30 00:11:25 UTC (rev 6947) @@ -113,6 +113,9 @@ def dir_show_mirrors(conn, path): """Show mirrors on which a certain directory path was found. + The path could actually also be a file, it doesn't matter, but + directory is what we are looking for in the context that this function was + written for. """ query = """select distinct(mirrors) from filearr where path like '%s%%'""" % path _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on 2009-03-30Z00:12:25
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:12 GMT