mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix genisolist config
This commit is contained in:
parent
82af0fda6f
commit
81dc355a39
|
|
@ -39,7 +39,7 @@ pattern = archlinux-(\d+\.\d+\.\d+)-(\w+).iso
|
|||
version = $1
|
||||
type = CLI-only
|
||||
platform = $2
|
||||
# "key_by" should be used when images of different types or platform have
|
||||
# "key_by" (a.k.a group by) should be used when images of different types or platform have
|
||||
# different version number, see lineageOS below.
|
||||
|
||||
[artix]
|
||||
|
|
@ -230,7 +230,7 @@ platform = $3
|
|||
distro = Manjaro ARM
|
||||
listvers = 1
|
||||
location = osdn/storage/g/m/ma/manjaro-arm/*/*/*/*.img.xz
|
||||
pattern = /manjaro-arm/(\w+)/(\w+)/([0-9\.]+)/.+\.img\.xz
|
||||
pattern = /manjaro-arm/([-\w]+)/([-\w]+)/([0-9\.]+)/.+\.img\.xz
|
||||
version = $3
|
||||
type = $2
|
||||
platform = $1
|
||||
|
|
@ -443,7 +443,7 @@ pattern = eclipse-([a-z]+)-(\d+-\d+)-R-(win32|macosx-cocoa|linux-gtk)-(x86_64)\.
|
|||
platform = $3
|
||||
type = x86_64
|
||||
version = $1 $2
|
||||
key_by = $2 $1
|
||||
key_by = $1
|
||||
category = app
|
||||
|
||||
[elvish]
|
||||
|
|
|
|||
Loading…
Reference in New Issue