This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new ed1b08bc BIGTOP-3946. Fix build failure of Ambari due to expired
certificate of bower repo. (#1116)
ed1b08bc is described below
commit ed1b08bcb598913d82d5bcc3691adce8b5fb9d42
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Jun 13 10:16:31 2023 +0900
BIGTOP-3946. Fix build failure of Ambari due to expired certificate of
bower repo. (#1116)
(cherry picked from commit 9fcb5e4ea6f1ea5f50683cbc6b6eaa3a98eeceff)
---
.../src/common/ambari/patch13-AMBARI-25946.diff | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/bigtop-packages/src/common/ambari/patch13-AMBARI-25946.diff
b/bigtop-packages/src/common/ambari/patch13-AMBARI-25946.diff
new file mode 100644
index 00000000..3366a517
--- /dev/null
+++ b/bigtop-packages/src/common/ambari/patch13-AMBARI-25946.diff
@@ -0,0 +1,33 @@
+commit 7d047f5330b94354933636868c599e8ff8afbde3
+Author: Yu Hou <[email protected]>
+Date: Mon May 22 14:32:44 2023 +0800
+
+ AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests (#3699)
+
+ * AMBARI-25946: Fix CI/CD error for Ambari WebUI Tests
+
+ Signed-off-by: Brahma Reddy Battula <[email protected]>
+
+diff --git a/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
b/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
+index d0f0b6fe31..9516cf171c 100644
+--- a/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
++++ b/ambari-admin/src/main/resources/ui/admin-web/.bowerrc
+@@ -1,3 +1,4 @@
+ {
+- "directory": "app/bower_components"
++ "directory": "app/bower_components",
++ "registry": "https://bower.herokuapp.com"
+ }
+\ No newline at end of file
+diff --git a/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
b/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
+index 44491d3df5..8ea830f2a3 100644
+--- a/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
++++ b/ambari-admin/src/main/resources/ui/admin-web/test/.bowerrc
+@@ -1,3 +1,4 @@
+ {
+- "directory": "bower_components"
+-}
++ "directory": "bower_components",
++ "registry": "https://bower.herokuapp.com"
++}
+\ No newline at end of file