mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge pull request #213 from TheInterestingSoul/patch-3
添加 Alpine 并再次修正 Android-x86
This commit is contained in:
commit
98dff4bae2
|
|
@ -43,6 +43,15 @@ platform = $2
|
|||
# "key_by" (a.k.a group by) should be used when images of different types or platform have
|
||||
# different version number, see lineageOS below.
|
||||
|
||||
[alpine]
|
||||
distro = Alpine
|
||||
listvers = 1
|
||||
location = alpine/latest-stable/releases/*/*.iso
|
||||
pattern = alpine/latest-stable/releases/(\w+)/alpine-(\w+)-([0-9.]+)-\w+\.iso
|
||||
version = $3
|
||||
type = $2
|
||||
platform = $1
|
||||
|
||||
[artix]
|
||||
distro = Artix Linux
|
||||
listvers = 1
|
||||
|
|
@ -493,25 +502,21 @@ sort_by = $3 $1
|
|||
|
||||
[android-x86]
|
||||
distro = Android-x86
|
||||
listvers = 1000
|
||||
listvers = 40
|
||||
location = osdn/android-x86/*/*.iso
|
||||
pattern = android-(x86_64|x86)?-?(.+?)-(.+).iso
|
||||
pattern = osdn/android-x86/[0-9]+/android-(x86_64|x86)-([0-9\.]+)-([\w-]*)\.iso
|
||||
version = $2
|
||||
type = $3
|
||||
platform = $1
|
||||
key_by = $2 $3 $1
|
||||
sort_by = $2 $3 $1
|
||||
|
||||
[cm-x86]
|
||||
distro = Android-x86
|
||||
listvers = 1000
|
||||
listvers = 10
|
||||
location = osdn/android-x86/*/*.iso
|
||||
pattern = cm-(x86_64|x86)?-?(.+?)-(.+).iso
|
||||
version = $2
|
||||
type = $3 , based on Lineage OS
|
||||
pattern = osdn/android-x86/[0-9]+/cm-(x86_64|x86)-([0-9\.]+)-([\w-]*)\.iso
|
||||
version = Lineage OS-x86 $2
|
||||
type = $3
|
||||
platform = $1
|
||||
key_by = $2 $3 $1
|
||||
sort_by = $2 $3 $1
|
||||
|
||||
[docker mac]
|
||||
distro = Docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue