From e05248e575bb0e22e3ea974cd4e8ef72433d18a9 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 5 Apr 2016 17:15:45 -0400 Subject: [PATCH] Fix xenial kernel regex --- scripts/lttng-modules/master-ubuntu.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lttng-modules/master-ubuntu.groovy b/scripts/lttng-modules/master-ubuntu.groovy index 7c8e063..1909d48 100644 --- a/scripts/lttng-modules/master-ubuntu.groovy +++ b/scripts/lttng-modules/master-ubuntu.groovy @@ -50,7 +50,7 @@ def matchStrs = [] switch (uversion) { case 'xenial': matchStrs = [ - ~/^refs\/tags\/(Ubuntu-4\.4\.0-[\d\.]+)$/, + ~/^refs\/tags\/(Ubuntu-4\.4\.0-\d{1,3}\.[\d\.]+)$/, ~/^refs\/tags\/(Ubuntu-lts-.*_16\.04\.\d+)$/, ] break -- 2.34.1