Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
openEuler-Advisor
提交
6593c38b
O
openEuler-Advisor
项目概览
openeuler
/
openEuler-Advisor
通知
47
Star
4
Fork
4
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
O
openEuler-Advisor
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6593c38b
编写于
8月 13, 2020
作者:
S
Shinwell Hu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add tag_reorder for acpica. and fix yaml errors
上级
5783fafb
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
10 addition
and
6 deletion
+10
-6
advisors/check_upstream.py
advisors/check_upstream.py
+3
-0
upstream-info/acpica-tools.yaml
upstream-info/acpica-tools.yaml
+2
-1
upstream-info/libgphoto2.yaml
upstream-info/libgphoto2.yaml
+1
-1
upstream-info/libiec61883.yaml
upstream-info/libiec61883.yaml
+1
-1
upstream-info/libieee1284.yaml
upstream-info/libieee1284.yaml
+1
-1
upstream-info/libisofs.yaml
upstream-info/libisofs.yaml
+2
-2
未找到文件。
advisors/check_upstream.py
浏览文件 @
6593c38b
...
...
@@ -41,6 +41,9 @@ def clean_tags(tags, info):
if
info
.
get
(
"tag_pattern"
,
""
)
!=
""
and
info
.
get
(
"tag_pattern"
,
""
)
is
not
None
:
pattern_regex
=
re
.
compile
(
info
[
"tag_pattern"
])
result_list
=
[
pattern_regex
.
sub
(
"
\\
1"
,
x
)
for
x
in
tags
]
elif
info
.
get
(
"tag_reorder"
,
""
)
!=
""
and
info
.
get
(
"tag_reorder"
,
""
)
is
not
None
:
pattern_regex
=
re
.
compile
(
info
[
"tag_reorder"
])
result_list
=
[
pattern_regex
.
sub
(
info
[
"tag_neworder"
],
x
)
for
x
in
tags
]
elif
info
.
get
(
"tag_prefix"
,
""
)
!=
""
and
info
.
get
(
"tag_prefix"
,
""
)
is
not
None
:
prefix_regex
=
re
.
compile
(
info
[
"tag_prefix"
])
result_list
=
[
prefix_regex
.
sub
(
""
,
x
)
for
x
in
tags
]
...
...
upstream-info/acpica-tools.yaml
浏览文件 @
6593c38b
version_control
:
github
src_repo
:
acpica/acpica
tag_prefix
:
"
^R"
tag_reorder
:
"
^R(
\\
d
\\
d)_?(
\\
d
\\
d)_?(
\\
d
\\
d)"
tag_neworder
:
"
20
\\
3
\\
1
\\
2"
separator
:
"
_"
upstream-info/libgphoto2.yaml
浏览文件 @
6593c38b
version_control
:
github
src_repo
:
gphoto/libgphoto2
tag_p
attern
:
libgphoto2-
tag_p
refix
:
libgphoto2-
separator
:
_
upstream-info/libiec61883.yaml
浏览文件 @
6593c38b
version_control
:
github
src_repo
:
Distrotech/libiec61883
tag_p
attern
:
^v
tag_p
refix
:
^v
separator
:
.
upstream-info/libieee1284.yaml
浏览文件 @
6593c38b
version_control
:
github
src_repo
:
twaugh/libieee1284
tag_p
attern
:
^v
tag_p
refix
:
^v
separator
:
_
upstream-info/libisofs.yaml
浏览文件 @
6593c38b
version_control
:
git
src_repo
:
https://dev.lovelyhq.com/libburnia
tag_p
attern
:
release-
src_repo
:
https://dev.lovelyhq.com/libburnia
/libisofs.git
tag_p
refix
:
release-
separator
:
.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录