Author: poeml Date: Wed May 5 21:43:41 2010 New Revision: 8050 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8050&view=rev Log: renaming the somewhat epic mirrordoctor.py to mb.py, in order to reduce possible confusion. Added: trunk/mirrordoctor/mb.py - copied unchanged from r8049, trunk/mirrordoctor/mirrordoctor.py Removed: trunk/mirrordoctor/mirrordoctor.py Modified: trunk/docs/installation/source.rst trunk/mirrordoctor/setup.py Modified: trunk/docs/installation/source.rst URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/docs/installation/source.rst?rev=8050&r1=8049&r2=8050&view=diff ============================================================================== --- trunk/docs/installation/source.rst (original) +++ trunk/docs/installation/source.rst Wed May 5 21:43:41 2010 _at_@ -196,10 +196,10 @@ install -m 755 mirrorprobe/mirrorprobe.py /usr/bin/mirrorprobe -The following command should build and install the :program:`mb` admin tool (a.k.a. :program:`mirrordoctor`):: +The following command should build and install the :program:`mb` admin tool:: setup.py install [--prefix=...] - ln -s mirrordoctor.py /usr/bin/mb + ln -s mb.py /usr/bin/mb Modified: trunk/mirrordoctor/setup.py URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mirrordoctor/setup.py?rev=8050&r1=8049&r2=8050&view=diff ============================================================================== --- trunk/mirrordoctor/setup.py (original) +++ trunk/mirrordoctor/setup.py Wed May 5 21:43:41 2010 _at_@ -2,16 +2,16 @@ from distutils.core import setup, Extension -setup(name='mirrordoctor', +setup(name='mb', version='2.13.0', - description='MirrorDoctor, a tool to maintain the MirrorBrain database', + description='mb, a tool to maintain the MirrorBrain database', author='MirrorBrain project', author_email='info_at_mirrorbrain.org', license='GPLv2', url='http://mirrorbrain.org/', packages=['mb'], - scripts=['mirrordoctor.py'], + scripts=['mb.py'], ext_modules=[Extension('zsync', sources=['zsyncmodule.c'])], ) _______________________________________________ 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 Wed May 05 2010 - 19:43:43 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT