Repository: ambari Updated Branches: refs/heads/trunk 8ef130549 -> 8171776ba
AMBARI-12607. Repo build script not handling HDP-2.3 or HDP-2.4 stacks (ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8171776b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8171776b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8171776b Branch: refs/heads/trunk Commit: 8171776ba7bf6fc53541fb295e3f2bed29cc3473 Parents: 8ef1305 Author: Nate Cole <[email protected]> Authored: Fri Jul 31 08:12:51 2015 -0400 Committer: Nate Cole <[email protected]> Committed: Fri Jul 31 09:23:01 2015 -0400 ---------------------------------------------------------------------- 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/8171776b/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 fed7a94..4096c58 100644 --- a/ambari-server/set-hdp-repo-url.sh +++ b/ambari-server/set-hdp-repo-url.sh @@ -57,7 +57,7 @@ then # all stacks get the same url - for ver in '1.3' '2.0' '2.1' '2.2'; do + for ver in '1.3' '2.0' '2.1' '2.2' '2.3' '2.4'; do echo "Replacing $ver latest lookup url to '$LATEST_URL'" HDPREPO=target/classes/stacks/HDP/$ver/repos sed "s;\(<latest>\)\([^>]*\)\(<\/latest>\);\1$LATEST_URL\3;" ${HDPREPO}/repoinfo.xml > ${HDPREPO}/repoinfo.xml.tmp; mv ${HDPREPO}/repoinfo.xml.tmp ${HDPREPO}/repoinfo.xml
