This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new 85bf2eb BIGTOP-3339. Fix Ambari build failure due to using old Bower.
(#628)
85bf2eb is described below
commit 85bf2eb35755712e914ba16373b961fff4738201
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Apr 21 14:15:58 2020 +0900
BIGTOP-3339. Fix Ambari build failure due to using old Bower. (#628)
---
bigtop-packages/src/common/ambari/patch3-AMBARI-25499.diff | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/bigtop-packages/src/common/ambari/patch3-AMBARI-25499.diff
b/bigtop-packages/src/common/ambari/patch3-AMBARI-25499.diff
new file mode 100644
index 0000000..82b1e01
--- /dev/null
+++ b/bigtop-packages/src/common/ambari/patch3-AMBARI-25499.diff
@@ -0,0 +1,13 @@
+diff --git a/ambari-admin/src/main/resources/ui/admin-web/package.json
b/ambari-admin/src/main/resources/ui/admin-web/package.json
+index efcd9d4be6..b37054184d 100644
+--- a/ambari-admin/src/main/resources/ui/admin-web/package.json
++++ b/ambari-admin/src/main/resources/ui/admin-web/package.json
+@@ -3,7 +3,7 @@
+ "version": "0.0.0",
+ "dependencies": {},
+ "devDependencies": {
+- "bower": "1.3.8",
++ "bower": "1.8.8",
+ "gulp": "^3.8.8",
+ "gulp-autoprefixer": "0.0.7",
+ "gulp-bower-files": "0.2.1",