From 81dc355a39a1f54cdabf96be5bd469336ddb89af Mon Sep 17 00:00:00 2001 From: z4yx Date: Thu, 5 Mar 2020 17:56:28 +0800 Subject: [PATCH] fix genisolist config --- geninfo/genisolist.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index b773714..e0c3428 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -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]