9 Star 0 Fork 21

src-openEuler/python-productmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
productmd-add-support-generic-os.patch 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
桐小哥 提交于 2023-07-29 10:43 . upgrade version to 1.36
diff --git a/productmd/treeinfo.py b/productmd/treeinfo.py
index 4ba6e9d..27927a4 100644
--- a/productmd/treeinfo.py
+++ b/productmd/treeinfo.py
@@ -260,6 +260,9 @@ class Release(BaseProduct):
elif self.name.startswith("CentOS"):
self.name = "CentOS"
self.short = "CentOS"
+ elif self.name.startswith("generic_os"):
+ self.name = "generic_os"
+ self.short = "generic_os"
elif self.name.startswith("EulerOS"):
self.name = "EulerOS"
self.short = "EulerOS"
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-productmd.git
git@gitee.com:src-openeuler/python-productmd.git
src-openeuler
python-productmd
python-productmd
master

搜索帮助