IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13257


Ignore:
Timestamp:
May 4, 2007, 2:31:30 PM (19 years ago)
Author:
jhoblitt
Message:

add neb-locate

Location:
trunk
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Build.PL

    r13233 r13257  
    111111        bin/neb-cp
    112112        bin/neb-df
     113        bin/neb-locate
    113114        bin/neb-initdb
    114115        bin/neb-ls
  • trunk/Nebulous-Server/Changes

    r13256 r13257  
    22
    330.05
     4    - add neb-locate
    45    - change all Nebulous::Client public methods to behave in list context
    56    - rework the getmountedvol() stored procedure to attempt to work around
  • trunk/Nebulous-Server/MANIFEST

    r13173 r13257  
    1313bin/neb-df
    1414bin/neb-initdb
     15bin/neb-locate
    1516bin/neb-ls
    1617bin/neb-mv
  • trunk/Nebulous-Server/Todo

    r13221 r13257  
    2727- add multiple regex and/or glob support to neb-ls, eg. neb-ls -r 'foo.*' -r 'bar$'
    2828- store the key name as an xattr on the actual on disk file
     29- add an neb-locate --reverse option to map uri/paths into keys
    2930
    3031distant future
  • trunk/Nebulous/Build.PL

    r13233 r13257  
    111111        bin/neb-cp
    112112        bin/neb-df
     113        bin/neb-locate
    113114        bin/neb-initdb
    114115        bin/neb-ls
  • trunk/Nebulous/Changes

    r13256 r13257  
    22
    330.05
     4    - add neb-locate
    45    - change all Nebulous::Client public methods to behave in list context
    56    - rework the getmountedvol() stored procedure to attempt to work around
  • trunk/Nebulous/MANIFEST

    r13173 r13257  
    1313bin/neb-df
    1414bin/neb-initdb
     15bin/neb-locate
    1516bin/neb-ls
    1617bin/neb-mv
  • trunk/Nebulous/Todo

    r13221 r13257  
    2727- add multiple regex and/or glob support to neb-ls, eg. neb-ls -r 'foo.*' -r 'bar$'
    2828- store the key name as an xattr on the actual on disk file
     29- add an neb-locate --reverse option to map uri/paths into keys
    2930
    3031distant future
Note: See TracChangeset for help on using the changeset viewer.