[mirrorbrain-commits] [opensuse-svn] r6773 - trunk/tools/download-redirector-v2/mirrordoctor

From: Novell Forge SVN <noreply_at_novell.com>
Date: Mon, 9 Mar 2009 16:57:24 -0600 (MDT)
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)
@@ -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.org
Received on 2009-03-09Z23:40:34

This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:12 GMT