Repository: ambari Updated Branches: refs/heads/trunk ca876224e -> f9c05125e
AMBARI-5013. FIx the default version in set-hdp-repo-url.sh (mahadev) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f9c05125 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f9c05125 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f9c05125 Branch: refs/heads/trunk Commit: f9c05125e8a063e841cfdb688585bb4367500b19 Parents: ca87622 Author: Mahadev Konar <[email protected]> Authored: Mon Mar 10 21:37:25 2014 -0700 Committer: Mahadev Konar <[email protected]> Committed: Mon Mar 10 21:37:25 2014 -0700 ---------------------------------------------------------------------- ambari-server/set-hdp-repo-url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f9c05125/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 62a8ec1..e338014 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.1.1 + VERSION=2.1 C6URL="$1" C5URL="${C6URL/centos6/centos5}" S11URL="${C6URL/centos6/suse11}"
