Repository: climate Updated Branches: refs/heads/master 437b4b7a1 -> 74cacfdf6
CLIMATE-436 - Pull VM OCW code from ASF instead of Github Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/713e6a8c Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/713e6a8c Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/713e6a8c Branch: refs/heads/master Commit: 713e6a8c27989db67912dcde6222591db0ffa3ac Parents: 0b4da00 Author: Michael Joyce <[email protected]> Authored: Tue May 20 08:54:51 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Tue May 20 08:54:51 2014 -0700 ---------------------------------------------------------------------- ocw-vm/init-ocw-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/713e6a8c/ocw-vm/init-ocw-vm.sh ---------------------------------------------------------------------- diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh index d7f4eff..5699d23 100755 --- a/ocw-vm/init-ocw-vm.sh +++ b/ocw-vm/init-ocw-vm.sh @@ -38,6 +38,6 @@ sudo apt-get install -y eog # Use the Easy-OCW Ubuntu install script to get everything # else installed! -git clone http://www.github.com/apache/climate +git clone http://git-wip-us.apache.org/repos/asf/climate.git cp climate/easy_ocw/install-ubuntu-12_04.sh . bash install-ubuntu-12_04.sh -q
