Author: poeml Date: 2009-03-09 16:57:21 -0600 (Mon, 09 Mar 2009) New Revision: 6773 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py Log: mb file ls: - fixed probing of files when doing a wildcard match on filenames, using the actual filename found in the database for probing, not the search string. Modified: trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py 2009-03-09 21:32:52 UTC (rev 6772) +++ trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py 2009-03-09 22:57:21 UTC (rev 6773) _at_@ -755,7 +755,7 @@ if not mirror or (str(mirror.identifier) == row['identifier']): if opts.probe: (response, md5) = mb.testmirror.req(row['baseurl'], - path, + row.get('path'), do_digest=opts.md5) else: response = ' ' _______________________________________________ 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 Mon Mar 09 2009 - 23:40:34 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT