mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge pull request #212 from TheInterestingSoul/patch-2
重新修正Android-x86与cm-x86
This commit is contained in:
commit
d80b79500b
|
|
@ -491,17 +491,27 @@ 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
|
||||
sort_by = $2 $3 $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 = $2 $3 $1
|
||||
|
||||
[docker mac]
|
||||
distro = Docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue