mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
重新修正Android-x86与cm-x86
一是把一个不可饶恕的错误改了过来,之前的pr打错了,该是版本号匹配成架构去了; 二是分离Android-x86与cm-x86(基于Lineage OS的分支)
This commit is contained in:
parent
44658907ea
commit
74323921c0
|
|
@ -491,15 +491,25 @@ version = $2
|
|||
key_by = $1 $3
|
||||
sort_by = $3 $1
|
||||
|
||||
|
||||
[android-x86]
|
||||
distro = Android-x86
|
||||
listvers = 1000
|
||||
location = osdn/android-x86/*/*.iso
|
||||
pattern = (android|cm)-(x86_64|x86)?-?(.+).iso
|
||||
pattern = android-(x86_64|x86)?-?(.+?)-(.+).iso
|
||||
version = $2
|
||||
type = $1
|
||||
platform = $2
|
||||
type = $3
|
||||
platform = $1
|
||||
key_by = $2 $3 $1
|
||||
sort_by = $3 $2 $1
|
||||
|
||||
[cm-x86]
|
||||
distro = Android-x86
|
||||
listvers = 1000
|
||||
location = osdn/android-x86/*/*.iso
|
||||
pattern = cm-(x86_64|x86)?-?(.+?)-(.+).iso
|
||||
version = $2
|
||||
type = $3 , based on Lineage OS
|
||||
platform = $1
|
||||
key_by = $2 $3 $1
|
||||
sort_by = $3 $2 $1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue