diff --git a/devkit-kunpeng-porting.spec b/devkit-kunpeng-porting.spec index b01e8b4dc6316245f89bb85c07eae1596cc29fb7..0fc2d2f7dfaf409f130ab2611be459260a82cbf8 100644 --- a/devkit-kunpeng-porting.spec +++ b/devkit-kunpeng-porting.spec @@ -70,7 +70,7 @@ bash /opt/portadv/tools/uninstall.sh %postun echo "post uninstall..." - +rm -rf /home/devkit-porting %changelog diff --git a/remove-the-interaction.patch b/remove-the-interaction.patch index ccf4f7412928f798eeef125a65ae8dc57f4514c6..e539f6c6502814f1cf28a419ebf5bee91aab9ff3 100644 --- a/remove-the-interaction.patch +++ b/remove-the-interaction.patch @@ -1,7 +1,7 @@ -From f6dee7407acf7dd75df62e071371b72b22b483fb Mon Sep 17 00:00:00 2001 +From f4162517b31be8dd69f869a0ea3443766bb7e0bd Mon Sep 17 00:00:00 2001 From: abc -Date: Wed, 8 Mar 2023 07:37:21 +0800 -Subject: [PATCH] new package +Date: Fri, 10 Mar 2023 01:56:50 +0800 +Subject: [PATCH] remove-the-interaction --- .install.sh | 2 + @@ -225,22 +225,19 @@ index 8c5de96..3ee028d 100644 get_user_path() diff --git a/const.conf b/const.conf -index 1cc1691..cbe35ed 100644 +index 1cc1691..f1316a5 100644 --- a/const.conf +++ b/const.conf -@@ -15,10 +15,9 @@ debian10_iso=https://repo.huaweicloud.com/debian-cd/10.0.0/arm64/iso-dvd/debian- - euleros2.0(SP8)_repo=https://repo.huaweicloud.com/euler/2.8/os/aarch64/; - euleros2.0(SP8)_iso=None - kunpeng_software_support=https://support-it.huawei.com/kunpeng-software-support/#/index/search --web_https_url=https://IP:HTTPSPORT/porting/#/login -+web_https_url=https://175.39.49.35:8084/porting/#/login +@@ -18,7 +18,6 @@ kunpeng_software_support=https://support-it.huawei.com/kunpeng-software-support/ + web_https_url=https://IP:HTTPSPORT/porting/#/login enable_port_tip=https://www.hikunpeng.com/document/detail/zh/kunpengdevps/porting/usermanual/kunpengpt_06_0017.html nginx_systemctl_faild=https://www.hikunpeng.com/document/detail/zh/kunpengdevps/porting/usermanual/kunpengpt_06_0105.html -support_upgrade_version=2.3.0;2.5.RC1; support_change_disclaimer_version=2.3.0;2.5.RC1; # “用户免责声明”更新,老版本升级到当前版本要重新签署 cpu_implementers=(0x48 0x41) # 鲲鹏平台特征值. 两个值必须同时存在例如0x48和0xd01 - cpu_parts=(0xd01 0xd08) +-cpu_parts=(0xd01 0xd08) \ No newline at end of file ++cpu_parts=(0xd01 0xd08) diff --git a/install_webfunc.sh b/install_webfunc.sh index 175482c..72d8a1e 100644 --- a/install_webfunc.sh