-
Notifications
You must be signed in to change notification settings - Fork 37
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
Replace all references to 'motherlode.ucar.edu/thredds' with 'thredds.ucar.edu/thredds' in bundles and plug-ins #127
Comments
This worked for me to update all my bundles
sudo sed -i 's*http://motherlode.ucar.edu/thredds*http://thredds.ucar.edu/thredds*g' /data/repository/storage/*/*/*/*xidv
sudo sed -i 's*http://motherlode.ucar.edu:8080/thredds*http://thredds.ucar.edu/thredds*g' /data/repository/storage/*/*/*/*xidv
… On Jul 14, 2017, at 12:56 PM, Ethan Davis ***@***.***> wrote:
Need to replace references to http://motherlode.ucar.edu/thredds with http://thredds.ucar.edu/thredds in all current IDV bundles, plug-ins, and documentation.
Here's the output from a grep -R 'motherlode.ucar.edu/thredds' software/idv: mlode-idv.txt
There are 3254 instances total, 141 when grep-ing the current version ( grep '5.4').
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
There are probably more if you search for all of the variants of motherlode.ucar.edu. Here is what gets mapped under the hood for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to replace references to
http://motherlode.ucar.edu/thredds
withhttp://thredds.ucar.edu/thredds
in all current IDV bundles, plug-ins, and documentation.Here's the output from a
grep -R 'motherlode.ucar.edu/thredds' software/idv
: mlode-idv.txtThere are 3254 instances total, 141 when grep-ing the current version (
grep '5.4'
).The text was updated successfully, but these errors were encountered: