Repository: climate Updated Branches: refs/heads/master ff6c9503b -> 8e7cf3b11
CLIMATE-445 - Remove code checkout from easy-ocw Ubuntu install Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/af684660 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/af684660 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/af684660 Branch: refs/heads/master Commit: af68466009303e2dfcf058fb79fe88643e431a6e Parents: ff6c950 Author: Michael Joyce <[email protected]> Authored: Sat May 24 18:12:27 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Sat May 24 18:12:27 2014 -0700 ---------------------------------------------------------------------- easy-ocw/install-ubuntu-12_04.sh | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/af684660/easy-ocw/install-ubuntu-12_04.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu-12_04.sh b/easy-ocw/install-ubuntu-12_04.sh index 9653aa1..2f02214 100755 --- a/easy-ocw/install-ubuntu-12_04.sh +++ b/easy-ocw/install-ubuntu-12_04.sh @@ -216,12 +216,6 @@ task "Installing sphinxcontrib ..." pip install sphinxcontrib-httpdomain==1.2.1 >> install_log subtask "done" -# Grab the latests OCW code -header "Grabbing the latest OCW code ..." -cd -git clone http://www.github.com/apache/climate -subtask "done" - # Ensure that the climate code is included in the Python Path header "Updating PYTHONPATH ..." echo "export PYTHONPATH=/home/vagrant/climate:/home/vagrant/climate/ocw/:/home/vagrant/climate/rcmet/src/main/python/rcmes" >> /home/vagrant/.bashrc
