This is an automated email from the ASF dual-hosted git repository.
yusaku pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8b2484e [AMBARI-24181] Build failure due to bower version deprecation.
8b2484e is described below
commit 8b2484efa3b4ea6c678a036c4f01fea86772aa08
Author: Ishan Bhatt <[email protected]>
AuthorDate: Mon Jun 25 13:12:28 2018 -0700
[AMBARI-24181] Build failure due to bower version deprecation.
---
contrib/views/capacity-scheduler/src/main/resources/ui/.bowerrc | 5 +++++
.../commons/src/main/resources/ui/hdfs-directory-viewer/.bowerrc | 3 ++-
contrib/views/files/src/main/resources/ui/.bowerrc | 3 ++-
contrib/views/pig/src/main/resources/ui/pig-web/.bowerrc | 5 +++++
contrib/views/wfmanager/src/main/resources/ui/.bowerrc | 5 +++++
5 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/contrib/views/capacity-scheduler/src/main/resources/ui/.bowerrc
b/contrib/views/capacity-scheduler/src/main/resources/ui/.bowerrc
new file mode 100644
index 0000000..3238edf
--- /dev/null
+++ b/contrib/views/capacity-scheduler/src/main/resources/ui/.bowerrc
@@ -0,0 +1,5 @@
+ {
+ "directory": "bower_components",
+ "analytics": false,
+ "registry": "https://registry.bower.io"
+ }
diff --git
a/contrib/views/commons/src/main/resources/ui/hdfs-directory-viewer/.bowerrc
b/contrib/views/commons/src/main/resources/ui/hdfs-directory-viewer/.bowerrc
index 959e169..daf4462 100644
--- a/contrib/views/commons/src/main/resources/ui/hdfs-directory-viewer/.bowerrc
+++ b/contrib/views/commons/src/main/resources/ui/hdfs-directory-viewer/.bowerrc
@@ -1,4 +1,5 @@
{
"directory": "bower_components",
- "analytics": false
+ "analytics": false,
+ "registry": "https://registry.bower.io"
}
diff --git a/contrib/views/files/src/main/resources/ui/.bowerrc
b/contrib/views/files/src/main/resources/ui/.bowerrc
index 959e169..daf4462 100644
--- a/contrib/views/files/src/main/resources/ui/.bowerrc
+++ b/contrib/views/files/src/main/resources/ui/.bowerrc
@@ -1,4 +1,5 @@
{
"directory": "bower_components",
- "analytics": false
+ "analytics": false,
+ "registry": "https://registry.bower.io"
}
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/.bowerrc
b/contrib/views/pig/src/main/resources/ui/pig-web/.bowerrc
new file mode 100644
index 0000000..3238edf
--- /dev/null
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/.bowerrc
@@ -0,0 +1,5 @@
+ {
+ "directory": "bower_components",
+ "analytics": false,
+ "registry": "https://registry.bower.io"
+ }
diff --git a/contrib/views/wfmanager/src/main/resources/ui/.bowerrc
b/contrib/views/wfmanager/src/main/resources/ui/.bowerrc
new file mode 100644
index 0000000..3238edf
--- /dev/null
+++ b/contrib/views/wfmanager/src/main/resources/ui/.bowerrc
@@ -0,0 +1,5 @@
+ {
+ "directory": "bower_components",
+ "analytics": false,
+ "registry": "https://registry.bower.io"
+ }