You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2014/05/20 18:03:20 UTC

[1/2] git commit: CLIMATE-435 - Fix easy-ocw install script path bug

Repository: climate
Updated Branches:
  refs/heads/master 0b4da0042 -> 437b4b7a1


CLIMATE-435 - Fix easy-ocw install script path bug


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/63e3cb87
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/63e3cb87
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/63e3cb87

Branch: refs/heads/master
Commit: 63e3cb875761af1e08f04117f5f0487b6fec3149
Parents: 0b4da00
Author: Michael Joyce <jo...@apache.org>
Authored: Tue May 20 08:52:36 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Tue May 20 08:52:36 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/63e3cb87/ocw-vm/init-ocw-vm.sh
----------------------------------------------------------------------
diff --git a/ocw-vm/init-ocw-vm.sh b/ocw-vm/init-ocw-vm.sh
index d7f4eff..3d7832d 100755
--- a/ocw-vm/init-ocw-vm.sh
+++ b/ocw-vm/init-ocw-vm.sh
@@ -39,5 +39,5 @@ 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
-cp climate/easy_ocw/install-ubuntu-12_04.sh .
+cp climate/easy-ocw/install-ubuntu-12_04.sh .
 bash install-ubuntu-12_04.sh -q


[2/2] git commit: Resolve CLIMATE-435. Merge PR #31

Posted by jo...@apache.org.
Resolve CLIMATE-435. Merge PR #31


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/437b4b7a
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/437b4b7a
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/437b4b7a

Branch: refs/heads/master
Commit: 437b4b7a18d2257fcaa5aaea406e10eb9925608b
Parents: 0b4da00 63e3cb8
Author: Michael Joyce <jo...@apache.org>
Authored: Tue May 20 09:02:54 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Tue May 20 09:02:54 2014 -0700

----------------------------------------------------------------------
 ocw-vm/init-ocw-vm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------