Browse Source

AMBARI-5850. Disable debian for 1.6.1.(xiwang)

Xi Wang 11 years ago
parent
commit
922f8fe920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
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
 };