Repository: ambari Updated Branches: refs/heads/branch-2.1 50c9b23d5 -> f58a7a91d
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/f58a7a91 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f58a7a91 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f58a7a91 Branch: refs/heads/branch-2.1 Commit: f58a7a91d935ac77ddbb26478be5f97b81660f21 Parents: 50c9b23 Author: Nate Cole <[email protected]> Authored: Fri Jul 31 09:52:58 2015 -0400 Committer: Nate Cole <[email protected]> Committed: Fri Jul 31 09:52:58 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/f58a7a91/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
