mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-31 19:52:48 +00:00
update genisolist
This commit is contained in:
parent
f1f93d11e4
commit
cef1da289a
|
|
@ -42,6 +42,16 @@ platform = $2
|
|||
# "key_by" should be used when images of different types or platform have
|
||||
# different version number, see lineageOS below.
|
||||
|
||||
[artix]
|
||||
distro = Artix Linux
|
||||
listvers = 1
|
||||
location = artixlinux-iso/*.iso
|
||||
pattern = artix-(community-)?(\w+-\w+)-([0-9\.]+)-(\w+)\.iso
|
||||
version = $3
|
||||
type = $2
|
||||
platform = $4
|
||||
key_by = $2 $4
|
||||
|
||||
[ubuntu desktop]
|
||||
distro = Ubuntu
|
||||
listvers = 4
|
||||
|
|
@ -216,6 +226,16 @@ version = $1
|
|||
type = $2
|
||||
platform = $3
|
||||
|
||||
[manjaro arm]
|
||||
distro = Manjaro ARM
|
||||
listvers = 1
|
||||
location = osdn/storage/g/m/ma/manjaro-arm/*/*/*/*.img.xz
|
||||
pattern = /manjaro-arm/(\w+)/(\w+)/([0-9\.]+)/.+\.img\.xz
|
||||
version = $1 $3
|
||||
type = $2
|
||||
platform = ARM
|
||||
key_by = $3 $2
|
||||
|
||||
[manjaro]
|
||||
distro = Manjaro
|
||||
listvers = 1
|
||||
|
|
@ -225,7 +245,7 @@ pattern = /manjaro/(\w+)/([0-9\.]+)(/minimal)?/[^/]+\.iso
|
|||
version = $2
|
||||
type = $1$3
|
||||
platform = x86_64
|
||||
key_by = $2 $1
|
||||
key_by = $3 $1
|
||||
|
||||
[deepin]
|
||||
distro = Deepin
|
||||
|
|
|
|||
Loading…
Reference in New Issue