-
Notifications
You must be signed in to change notification settings - Fork 319
harden aur_pre_build (#2228) #4294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Some maintainers (perhaps outside contributors) cannot be assigned: @yan12125, @Universebenzene, @xiaohuirong, @ykelvis, @tttturtle-russ |
7ecac21
to
fad49c1
Compare
重新获取了所有 maintainers,仅有一处 maintainers 改变 diff --git a/archlinuxcn/python311/lilac.py b/archlinuxcn/python311/lilac.py
index 3ab137e1a04..7c4d5ccc308 100644
--- a/archlinuxcn/python311/lilac.py
+++ b/archlinuxcn/python311/lilac.py
@@ -5,7 +5,7 @@ from lilaclib import edit_file
def pre_build():
- aur_pre_build(maintainers=['soh'])
+ aur_pre_build(maintainers=['Heptazhou'])
for line in edit_file("PKGBUILD"):
if line.startswith("provides="):
continue |
那可以准备合并了吗? |
还有4个AUR包没有maintainer,我应该在PR中取消aur_pre_build还是等维护者稍后在AUR adopt后自行修改? |
可以写最后打包者。 |
由于最近 AUR 恶意投毒事件再次发生,我重新 rebase 了我的 commit 并重新检查了我的修改。 更新如下:
当前的PR更改如下:
从 5 月以来没有换过维护者。
@lilydjwg 如果不需要维护者检查的话,可以准备合并。如果需要检查,我可以创建对每个维护者应该检查的包的列表。 |
Fix #2228
用脚本批量了添加现有 AUR Maintainer 和 CoMaintainers
Todo:
AUR 上没有 Maintainer 的包:
建议维护者在 AUR adopt 后改为
update_aur_repo
的模式因 AUR RPC 限制,未能获取到 Last Packager,若其与 Maintainer 和 CoMaintainers 不同,lilac 会拒绝
待测试(预计今晚前完成)已添加result
可忽略
需修改