From fc771b825e7d88dbb831511ba3ac1e09d16f91cd Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Sat, 11 Jul 2020 13:24:49 +0800 Subject: [PATCH] [julia] do not capture test and rc versions it is problematic to sort and display if we include rc and test versions, hence we do not capture those --- geninfo/genisolist.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 496ae75..97e21fc 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -678,11 +678,11 @@ distro = Julia listvers = 1 location = julia-releases/bin/*/*/*/julia-* # This regex does not capture release candidate (rc) versions -pattern = /bin/(freebsd|mac|linux|winnt)/(x64|x86|aarch64|armv7l)/[\w\.]+/julia-(\d+\.\d+\.\d+)-\w+-?\w+\.(dmg|pkg|exe|tar\.gz)(?!.) -platform = $1/$2 -version = $3 +pattern = /(x64|x86|aarch64|armv7l)/[\d\.]+/julia-([\d\.]+)-(freebsd|mac|linux|win)\d*-?\w+\.(dmg|pkg|exe|tar\.gz)(?!.) +platform = $3/$2 +version = $2 type = $4 -key_by = $1 $2 +key_by = $3 $2 category = app [adobe source fonts]