Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moves sample data to ${INSTALL}/share/ #1363

Closed
wants to merge 8 commits into from
Closed

Commits on Jun 4, 2015

  1. Copy the full SHA
    207abfe View commit details
    Browse the repository at this point in the history
  2. Moves sample_data to share/uvcdat/sample_data

    It makes more sense, and is not completely impossible to find on OSX
    anymore.
    remram44 committed Jun 4, 2015
    Copy the full SHA
    7599367 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9bd16ff View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7ab413c View commit details
    Browse the repository at this point in the history
  5. Adds vcs.sample_data

    remram44 committed Jun 4, 2015
    Copy the full SHA
    fcffa3f View commit details
    Browse the repository at this point in the history
  6. Replace sample_data path

    find Packages testing -type f -name '*.py' | xargs sed -i 's/vcs.prefix+"\/sample_data\//vcs.sample_data+"\//'
    
    find Packages testing -type f -name '*.py' | xargs sed -i 's/os.path.join(vcs.prefix,"sample_data",/os.path.join(vcs.sample_data,/'
    
    find Packages testing -type f -name '*.py' | xargs sed -i 's/os.path.join( vcs.prefix, "sample_data",/os.path.join( vcs.sample_data,/'
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/os.path.join(vcs.prefix,'sample_data',/os.path.join(vcs.sample_data,/"
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/os.path.join(vcs.prefix, 'sample_data\//os.path.join(vcs.sample_data, '/"
    
    find Packages testing -type f -name '*.py' | xargs sed -i 's/os.path.join(vcs.prefix, "sample_data\//os.path.join(vcs.sample_data, "/'
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/cdat_info.get_prefix()+'\/sample_data\//cdat_info.get_sampledata_path()+'\//"
    
    find Packages testing -type f -name '*.py' | xargs sed -i 's/cdat_info.get_prefix()+"\/sample_data\//cdat_info.get_sampledata_path()+"\//'
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/cdat_info.get_prefix() + '\/sample_data\//cdat_info.get_sampledata_path() + '\//"
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/os.path.join (cdat_info.get_prefix(),'sample_data\/' +/os.path.join (cdat_info.get_sampledata_path(),/"
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/cdms.__path__\[0\],'..','..','..','..','sample_data',/vcs.sample_data,/"
    
    find Packages testing -type f -name '*.py' | xargs sed -i "s/cdms2.__path__\[0\],'..','..','..','..','sample_data',/vcs.sample_data,/"
    remram44 committed Jun 4, 2015
    Copy the full SHA
    f03b30e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    c7a55cf View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    549b722 View commit details
    Browse the repository at this point in the history