Repository: ambari Updated Branches: refs/heads/trunk 31836801a -> 1eba77a93
18272. Fix latest repo URL replacement script and modify existing URLs to point to public URLs (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1eba77a9 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1eba77a9 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1eba77a9 Branch: refs/heads/trunk Commit: 1eba77a933cca38ec93560bdc74fbd0ab752f672 Parents: 3183680 Author: Sumit Mohanty <[email protected]> Authored: Mon Aug 29 19:01:37 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Aug 29 19:01:37 2016 -0700 ---------------------------------------------------------------------- ambari-server/set-hdp-repo-url.sh | 2 +- ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1eba77a9/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 c0e59ab..6d46db0 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' '2.3' '2.4'; do + for ver in '1.3' '2.0' '2.1' '2.2' '2.3' '2.4' '2.5'; do HDPREPO=target/classes/stacks/HDP/$ver/repos if [ -d $HDPREPO ]; then echo "Replacing $ver latest lookup url to '$LATEST_URL'" http://git-wip-us.apache.org/repos/asf/ambari/blob/1eba77a9/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml index ad8cfd4..8657d91 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/repos/repoinfo.xml @@ -16,7 +16,7 @@ limitations under the License. --> <reposinfo> - <latest>http://s3.amazonaws.com/dev.hortonworks.com/HDP/hdp_urlinfo.json</latest> + <latest>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</latest> <os family="redhat6"> <repo> <baseurl>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.5.0.0</baseurl>
