Skip to content
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

[Feature] [发行版下载] 支持 MXLinux #80

Open
jxlpzqc opened this issue Sep 26, 2024 · 2 comments
Open

[Feature] [发行版下载] 支持 MXLinux #80

jxlpzqc opened this issue Sep 26, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@jxlpzqc
Copy link
Contributor

jxlpzqc commented Sep 26, 2024

任务描述:在镜像站的 发行版下载页面 中支持 msys2 的下载

  1. 学习正则表达式用法
  2. 观察 mxlinux-isos 源 的目录结构,找到安装包的位置
  3. 参考 ci/releases.conf 中的已有内容,增加一个条目,并编写一个表达式,使得其可以匹配 第二步找到的安装包路径。

[附] 正则表达式调试工具:https://regex101.com/

@jxlpzqc jxlpzqc added the good first issue Good for newcomers label Sep 26, 2024
@ye527
Copy link
Contributor

ye527 commented Oct 10, 2024

[msys2]
名称=Msys2
路径=msys2/distrib/**
exp=^msys2/distrib/msys2-.+?.(exe|sfx.exe|tar.xz|tar.zx)$
[mxlinux]
name=Mxlinux
path=mxlinux/mx/repo/pool/main/l/linux/*
exp=^mxlinux/mx/repo/pool/main/l/linux/linux.+.(deb|dsc|tar.xz)$

@mudongliang
Copy link
Member

[msys2] 名称=Msys2 路径=msys2/distrib/** exp=^msys2/distrib/msys2-.+?.(exe|sfx.exe|tar.xz|tar.zx)$ [mxlinux] name=Mxlinux path=mxlinux/mx/repo/pool/main/l/linux/* exp=^mxlinux/mx/repo/pool/main/l/linux/linux.+.(deb|dsc|tar.xz)$

@ye527 这是 mxlinux 的 feature request,你可以参考之前你提交的PR把这个case处理了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants