Changeset 810

Show
Ignore:
Timestamp:
04/12/07 21:13:53 (2 years ago)
Author:
hachi
Message:

Split Plugin::FilePaths and Plugin::MetaData into seperate distributions.
Update changelog.
Disable the test.
Update manifest.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/CHANGES.mogilefsd

    r735 r810  
     1        -- Split Plugin::MetaData and Plugin::FilePaths into their own distrobutions. 
     2 
     3        -- Fix mogdbsetup to not ask empty questions. 
     4 
     5?: (?) 
    16        -- command line/config file support for listening on specific IPs, also 
    27           support for listening on multiple IPs/ports 
  • trunk/server/MANIFEST

    r789 r810  
    2121lib/MogileFS/IOStatWatcher.pm 
    2222lib/MogileFS/Overview.pm 
    23 lib/MogileFS/Plugin/FilePaths.pm 
    2423lib/MogileFS/ProcManager.pm 
    2524lib/MogileFS/ReplicationPolicy/MultipleHosts.pm 
  • trunk/server/t/20-filepaths.t

    r806 r810  
    2525# add file, 
    2626# etc 
     27 
     28plan skip_all => "Filepaths plugin has been seperated from the server, a bit of work is needed to make the tests run again."; 
     29exit 0; 
    2730 
    2831my $sto = eval { temp_store(); };