重新修正Android-x86与cm-x86

一是把一个不可饶恕的错误改了过来,之前的pr打错了,该是版本号匹配成架构去了;
二是分离Android-x86与cm-x86(基于Lineage OS的分支)
This commit is contained in:
TheInterestingSoul 2020-08-21 22:44:45 +08:00 committed by GitHub
parent 44658907ea
commit 74323921c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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