Repository: ambari Updated Branches: refs/heads/trunk f9c05125e -> e76f9df0b
AMBARI-5007. Cleanup stack version info. Missing repoinfo changes. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e76f9df0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e76f9df0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e76f9df0 Branch: refs/heads/trunk Commit: e76f9df0b1c69a6bcaedee912b925ffb1c033edd Parents: f9c0512 Author: Siddharth Wagle <[email protected]> Authored: Mon Mar 10 23:55:04 2014 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Mon Mar 10 23:55:17 2014 -0700 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.1/repos/repoinfo.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e76f9df0/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml index 70debfc..cddd701 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1/repos/repoinfo.xml @@ -19,56 +19,56 @@ <os type="centos6"> <repo> <baseurl>REPLACE_WITH_CENTOS6_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="centos5"> <repo> <baseurl>REPLACE_WITH_CENTOS5_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="redhat6"> <repo> <baseurl>REPLACE_WITH_CENTOS6_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="redhat5"> <repo> <baseurl>REPLACE_WITH_CENTOS5_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="oraclelinux6"> <repo> <baseurl>REPLACE_WITH_CENTOS6_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="oraclelinux5"> <repo> <baseurl>REPLACE_WITH_CENTOS5_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="suse11"> <repo> <baseurl>REPLACE_WITH_SUSE11_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os> <os type="sles11"> <repo> <baseurl>REPLACE_WITH_SUSE11_URL</baseurl> - <repoid>HDP-2.1.1</repoid> + <repoid>HDP-2.1</repoid> <reponame>HDP</reponame> </repo> </os>
