Updated Branches: refs/heads/branch-1.4 c073d429a -> 593d408a9
AMBARI-3579. Adding new stack based on hadoop 1.0. (mahadev) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/593d408a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/593d408a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/593d408a Branch: refs/heads/branch-1.4 Commit: 593d408a9e193fd4fabc690d036e0e7aa421a47c Parents: c073d42 Author: Mahadev Konar <[email protected]> Authored: Tue Oct 22 15:32:13 2013 -0700 Committer: Mahadev Konar <[email protected]> Committed: Tue Oct 22 15:32:13 2013 -0700 ---------------------------------------------------------------------- ambari-server/set-hdp-repo-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/593d408a/ambari-server/set-hdp-repo-url.sh ---------------------------------------------------------------------- diff --git a/ambari-server/set-hdp-repo-url.sh b/ambari-server/set-hdp-repo-url.sh index 1f2e084..73a6447 100644 --- a/ambari-server/set-hdp-repo-url.sh +++ b/ambari-server/set-hdp-repo-url.sh @@ -26,7 +26,7 @@ then # Modify the VERSION variable in this file to match the new version # Modify the previous version to store concrete public repo url - VERSION=2.0.6 + VERSION=1.3.3 C6URL="$1" C5URL="${C6URL/centos6/centos5}" S11URL="${C6URL/centos6/suse11}"
