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

commit f0db8cb72a64c2ebdd73ef6854462a32c840cb58
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Jun 15 17:25:20 2023 +0900

    BIGTOP-3948. Fix build failure of Tez due to expired certificate of bower 
repo. (#1118)
    
    (cherry picked from commit 9fa3f1c255e5bac39d11d2b16a3b83bfc55f7adb)
---
 bigtop-packages/src/common/tez/patch6-TEZ-4492.diff | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/bigtop-packages/src/common/tez/patch6-TEZ-4492.diff 
b/bigtop-packages/src/common/tez/patch6-TEZ-4492.diff
new file mode 100644
index 00000000..8797059d
--- /dev/null
+++ b/bigtop-packages/src/common/tez/patch6-TEZ-4492.diff
@@ -0,0 +1,17 @@
+commit ccad71dabceb850b58ff38e77fd206e68f62ce4b
+Author: AnmolSun <[email protected]>
+Date:   Thu May 4 13:26:14 2023 +0530
+
+    TEZ-4492: Update Bowerrc to use bower.herokuapp mirror to avoid Bower 
Registry CERT_EXPIRE issue (BOWER-2608) (#284) (Anmol Sundaram reviewed by 
Laszlo Bodor)
+
+diff --git a/tez-ui/src/main/webapp/.bowerrc b/tez-ui/src/main/webapp/.bowerrc
+index 5b0b07d75..b798d4977 100644
+--- a/tez-ui/src/main/webapp/.bowerrc
++++ b/tez-ui/src/main/webapp/.bowerrc
+@@ -1,5 +1,6 @@
+ {
+   "directory": "bower_components",
++  "registry": "https://bower.herokuapp.com";,
+   "analytics": false,
+   "resolvers": [
+     "bower-shrinkwrap-resolver-ext"

Reply via email to