You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/05/06 03:06:55 UTC

git commit: AMBARI-5672. Do not show Ubuntu repo option in Select Stack page. (yusaku)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.0 10f9ce03f -> c86184fdc


AMBARI-5672. Do not show Ubuntu repo option in Select Stack page. (yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c86184fd
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c86184fd
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c86184fd

Branch: refs/heads/branch-1.6.0
Commit: c86184fdc7a227da0cf03f695babcac4af6900b7
Parents: 10f9ce0
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon May 5 17:56:00 2014 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon May 5 18:06:34 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c86184fd/ambari-web/app/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js
index 217cc9f..4709a6f 100644
--- a/ambari-web/app/config.js
+++ b/ambari-web/app/config.js
@@ -75,7 +75,7 @@ App.supports = {
   autoRollbackHA: false,
   appTimelineServer: true,
   jobs: true,
-  ubuntu: true,
+  ubuntu: false,
   views: false,
   flume: false
 };