1 Star 0 Fork 12

chrisshangguan/distributed-build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0012-fix-rpm-build-fail-caused-by-wrong-useless-code.patch 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
tianhang 提交于 2023-06-12 14:05 . init and add patches for openeuler build
From c42d7cc5c56f11131dd6debee3b383b49d2d4344 Mon Sep 17 00:00:00 2001
From: tian2020 <tian_hang@hoperun.com>
Date: Tue, 30 May 2023 16:50:10 +0800
Subject: [PATCH] fix rpm build fail caused by wrong useless code
---
config/mac/xcrun.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/mac/xcrun.py b/config/mac/xcrun.py
index 0e29287..4f48d12 100755
--- a/config/mac/xcrun.py
+++ b/config/mac/xcrun.py
@@ -25,6 +25,6 @@ if __name__ == '__main__':
if rv == 0 and args.stamp:
if os.path.exists(args.stamp):
os.unlink(args.stamp)
- with open(args.stamp, 'w+') as fp:
+ #with open(args.stamp, 'w+') as fp:
sys.exit(rv)
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chrisshangguan/distributed-build.git
git@gitee.com:chrisshangguan/distributed-build.git
chrisshangguan
distributed-build
distributed-build
master

搜索帮助