Fix xenial kernel regex
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 5 Apr 2016 21:15:45 +0000 (17:15 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 5 Apr 2016 21:15:45 +0000 (17:15 -0400)
scripts/lttng-modules/master-ubuntu.groovy

index 7c8e06382d60e728e0dd88fd777b51bd00b98db3..1909d48e8d615b0a4b7ed214c74787f037896256 100644 (file)
@@ -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
This page took 0.024396 seconds and 4 git commands to generate.