From 38deb6051ab653b4a45c3eb9edbf4ccdbd118887 Mon Sep 17 00:00:00 2001 From: zhangshaoning Date: Thu, 29 Jul 2021 11:08:59 +0800 Subject: [PATCH] Config node download proxy --- 0003-config-node-download-proxy.patch | 33 +++++++++++++++++++++++++++ flink.spec | 5 +++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 0003-config-node-download-proxy.patch diff --git a/0003-config-node-download-proxy.patch b/0003-config-node-download-proxy.patch new file mode 100644 index 0000000..b0ac613 --- /dev/null +++ b/0003-config-node-download-proxy.patch @@ -0,0 +1,33 @@ +From 6b88b47356db88de8b579d335ed227c7026350f8 Mon Sep 17 00:00:00 2001 +From: weidong +Date: Mon, 18 Jan 2021 11:05:15 +0800 +Subject: [PATCH] config node download proxy + +--- + flink-runtime-web/pom.xml | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml +index fb29809b..3517ea28 100644 +--- a/flink-runtime-web/pom.xml ++++ b/flink-runtime-web/pom.xml +@@ -262,6 +262,7 @@ under the License. + + + v10.9.0 ++ https://cdn.npm.taobao.org/dist/node/ + + + +@@ -270,7 +271,7 @@ under the License. + npm + + +- ci --cache-max=0 --no-save ++ ci --cache-max=0 --no-save --sass_binary_site=https://npm.taobao.org/mirrors/node-sass/ + https://registry.npm.taobao.org + + true +-- +2.27.0 + diff --git a/flink.spec b/flink.spec index 49c6e3b..ff51af4 100644 --- a/flink.spec +++ b/flink.spec @@ -11,7 +11,7 @@ Name: flink Version: 1.12.0 -Release: 4 +Release: 5 Summary: Stateful Computations over Data Streams License: Apache License v2.0 URL: https://github.com/apache/%{name} @@ -66,6 +66,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i %license LICENSE %changelog +* Thu Jul 29 2021 zhangshaoning - 1.12.0-5 +- Config node download proxy. + * Wed Jul 21 2021 zhangjiapeng - 1.12.0-4 - Fix compilation failure. -- Gitee