fix genisolist config

This commit is contained in:
z4yx 2020-03-05 17:56:28 +08:00
parent 82af0fda6f
commit 81dc355a39

View File

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