Author: poeml Date: 2009-05-07 07:43:48 -0600 (Thu, 07 May 2009) New Revision: 7277 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py Log: mb file ls: - make the --md5 imply the --probe option Modified: trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py 2009-05-07 13:11:02 UTC (rev 7276) +++ trunk/tools/download-redirector-v2/mirrordoctor/mirrordoctor.py 2009-05-07 13:43:48 UTC (rev 7277) @@ -746,6 +746,9 @@ import mb.files import mb.testmirror + if opts.md5: + opts.probe = True + if action in ['add', 'rm']: if not opts.mirror: sys.exit('this command needs to be used with -m') _______________________________________________ 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-05-07Z13:45:05
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:13 GMT