14 lines
527 B
Diff
14 lines
527 B
Diff
|
|
diff -uNrp a/productmd/treeinfo.py b/productmd/treeinfo.py
|
||
|
|
--- a/productmd/treeinfo.py 2019-08-12 17:21:43.100000000 +0800
|
||
|
|
+++ b/productmd/treeinfo.py 2019-08-12 17:25:00.344000000 +0800
|
||
|
|
@@ -248,6 +248,9 @@ class Release(BaseProduct):
|
||
|
|
elif self.name.startswith("EulerOS"):
|
||
|
|
self.name = "EulerOS"
|
||
|
|
self.short = "EulerOS"
|
||
|
|
+ elif self.name.startswith("openEuler"):
|
||
|
|
+ self.name = "openEuler"
|
||
|
|
+ self.short = "openEuler"
|
||
|
|
else:
|
||
|
|
self.short = None
|
||
|
|
|