From: Jonathan Rajotte Date: Wed, 10 Jun 2015 18:55:23 +0000 (-0400) Subject: demo X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=badc51eb5bbd0dbbd75aa6ac07e1553049d66609;p=lttng-ci.git demo --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 202a11d..76f1af6 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -87,7 +87,7 @@ class BasicVersion implements Comparable { } } -def kernelTagCutOff = new BasicVersion("4.0", "") +def kernelTagCutOff = new BasicVersion("3.0", "") def modulesBranches = ["master","stable-2.5.0","stable-2.6.0", "stable-2.4.0"]