1 Star 0 Fork 26

zhangkea / oec-hardware

forked from src-openEuler / oec-hardware 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
oec-hardware-1.0.0-system.patch 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2020-07-18 09:58 . Update kernel file modification scope
diff tests/system_new.py tests/system.py > oec-hardware-1.0.0-system.patch
155,156c155
< except_list = ["/modules.dep$", "/modules.symbols$", "/modules.dep.bin$", "/modules.symbols.bin$"]
< if os.system("rpm -V --nomtime --nomode --nocontexts %s | grep -Ev '%s'" % (kernel_rpm, "|".join(except_list))) is 0:
---
> if not os.system("rpm -V --nomtime --nomode --nocontexts %s" % kernel_rpm) is 0:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangkea/oec-hardware.git
git@gitee.com:zhangkea/oec-hardware.git
zhangkea
oec-hardware
oec-hardware
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891